index
:
delta/python-packages/qpid-python.git
0.10
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.32.x
0.5-fix
0.5-release
0.5.x-dev
0.6-release
0.6-release-windows-installer
0.8-release-candidates
M1
M2
M2.0.0.0_patch
M2.1-release
M2.1.1
M2.1.x
M2.x
M3-release
M4-RCs
QPID-2519
QPID-3216
QPID-3799-acl
QPID-4659
QPID-5048-maven3-build
QPID-5496_default_groups
QPID-5610-maven3-build-qmf-tools
QPID-6125-ProtocolRefactoring
QPID-6262-JavaBrokerNIO
aconway-amqp-tx
address-refactor
address-refactor2
asyncstore
broker-queue-refactor
client_restructure
cmake
deleteme
dep_removal
event-queue-2006-12-20
forrest-site
grkvlt-network-20101013
grkvlt-network-20110301
grkvlt-network-review
gs-amqp-1-0-sandbox
help
java-broker-0-10
java-broker-amqp-1-0-management
java-broker-bdb-ha
java-broker-bdb-ha2
java-broker-config-qpid-4390
java-broker-config-store-changes
java-broker-vhost-refactor
java-config-and-management
java-network-refactor
java.multi_version
jmsselectors
jmx_mc_gsoc09
kwall_030_tmp
linearstore
mcpierce-QPID-4719
mgmt-devel
new_persistence
perftesting
perftesting_persistent
pre-M3
qmf-devel0.7
qmf-devel0.7a
qmfv2
qpid-1673
qpid-2393
qpid-2920
qpid-2920-1
qpid-2920-active
qpid-2920-standby
qpid-2935
qpid-3079
qpid-3163
qpid-3346
qpid-3603
qpid-3603-2
qpid-3603-3
qpid-3603-4
qpid-3603-5
qpid-3603-6
qpid-3603-7
qpid-3603-kgiusti
qpid-3606
qpid-3767
qpid-3890
qpid-3902
qpid-4631
qpid-530
qpid-cpp-0.34-rc
qpid-cpp-0.34-rc-winpkg
qpid.0-10
qpid.0-9
qpid.rnr
rajith_jms_client
rajith_tmp
rg-amqp-1-0-sandbox
thegreatmerge
trunk
win-pollable-condition
git.apache.org: qpid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
src
/
qpid
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Renamed the Acceptor class to be the ProtocolFactory class
Andrew Stitcher
2008-04-22
4
-65
/
+49
*
QPID-920: allow applications to trigger the sending of a flush to server
Gordon Sim
2008-04-22
4
-0
/
+13
*
Moved federation to final 0-10 codepath
Gordon Sim
2008-04-22
10
-45
/
+58
*
QPID-947: update cpp and python management to 0-10 final
Rafael H. Schloming
2008-04-22
2
-10
/
+10
*
QPID-944: do no-local checking where requested when there is an exclusive sub...
Gordon Sim
2008-04-22
6
-12
/
+29
*
QPID-648: (based on patch from mfarrellee@redhat.com)
Gordon Sim
2008-04-22
7
-28
/
+327
*
* raise error when controls other than attached are received on unattached ch...
Gordon Sim
2008-04-21
4
-18
/
+30
*
Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...
Alan Conway
2008-04-21
5
-92
/
+29
*
src/qpid/RangeSet.h: generic set implementation using ranges.
Alan Conway
2008-04-21
2
-1
/
+284
*
QPID-920: send message-accept for acks (as well as completion)
Gordon Sim
2008-04-21
15
-44
/
+79
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
62
-1887
/
+1434
*
Refactored Acceptor code to allow multiple acceptors to be present in the broker
Andrew Stitcher
2008-04-18
6
-34
/
+79
*
Split AsynchIOAcceptor into IOHandler and connection control code
Andrew Stitcher
2008-04-18
3
-140
/
+195
*
fix ambiguity problem found on gcc 3.4 compilers
Kim van der Riet
2008-04-18
1
-1
/
+1
*
Fix to prevent possible Timer deadlocks by holding onto mutex while calling f...
Kim van der Riet
2008-04-18
1
-0
/
+1
*
src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set.
Alan Conway
2008-04-18
1
-0
/
+14
*
Patch for improved compatibility with gcc 3.4 and boost 1.33
Andrew Stitcher
2008-04-17
8
-52
/
+167
*
Added missing .h files to Makefile.am to fix make rpmbuild.
Alan Conway
2008-04-17
2
-2
/
+6
*
Some fixes to the transitional spec defs.
Gordon Sim
2008-04-17
2
-32
/
+32
*
Refactored IO Thread creation so that it happens in the Broker class
Andrew Stitcher
2008-04-17
4
-55
/
+58
*
Fix encoding for sized structs.
Alan Conway
2008-04-16
12
-75
/
+261
*
Fix bug in Blob::assign assigning from an empty blob.
Alan Conway
2008-04-16
1
-0
/
+1
*
Fix build error - missing op << for Struct32.
Alan Conway
2008-04-15
2
-0
/
+33
*
Correct Struct32 encoding: size/code/data.
Alan Conway
2008-04-15
6
-7
/
+80
*
QPID-921: applied qpid-patch36.diff on behalf of Ted Ross
Nuno Santos
2008-04-15
7
-22
/
+82
*
Refactored the IO framework that sits on top of Poller so that it uses a gene...
Andrew Stitcher
2008-04-15
13
-91
/
+162
*
Fix build error: MapValue SIZE was too small for Struct32.
Alan Conway
2008-04-15
1
-1
/
+5
*
QPID-648: Get list of supported mechanisms from sasl lib. (Patch from mfarrel...
Gordon Sim
2008-04-15
1
-50
/
+54
*
Struct32 encoding
Alan Conway
2008-04-15
12
-30
/
+114
*
* Fix interpretation of accept-mode, 0 == EXPLICIT
Gordon Sim
2008-04-14
2
-1
/
+2
*
Fix to struct32 encoding
Gordon Sim
2008-04-14
1
-1
/
+1
*
QPID-648: more flexible sasl implementation (patch provided by mfarrellee@red...
Gordon Sim
2008-04-14
6
-70
/
+161
*
Use the errata file for final 0-10 that has a type code for xids without whic...
Gordon Sim
2008-04-14
4
-10
/
+25
*
QPID-648: keep the sasl_conn member in the handler to avoid the need for frie...
Gordon Sim
2008-04-14
4
-32
/
+29
*
QPID-648: Initial support for sasl authentication for c++ broker. From patch ...
Gordon Sim
2008-04-14
5
-3
/
+128
*
amqp_0_10: Encoding for packed structs.
Alan Conway
2008-04-10
4
-25
/
+40
*
Minor change to format of log message when exception is thrown
Kim van der Riet
2008-04-10
1
-1
/
+1
*
Use "Exception" instead of typeid.name() as default exception name.
Alan Conway
2008-04-10
1
-1
/
+1
*
Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example.
Alan Conway
2008-04-10
2
-17
/
+42
*
Fixes and automated tests for federation function.
Gordon Sim
2008-04-09
3
-10
/
+19
*
Handle the set-redelivered flag on the final version of the message.release c...
Gordon Sim
2008-04-09
7
-9
/
+12
*
Summary: added 0-10 Array encoding and decoding.
Alan Conway
2008-04-08
15
-57
/
+283
*
Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and Store
Kim van der Riet
2008-04-08
16
-26
/
+43
*
QPID-903: changed read-write lock to mutex (currently recursive) to avoid dea...
Gordon Sim
2008-04-08
2
-5
/
+5
*
Removed out-of-date and misleading comment.
Gordon Sim
2008-04-08
1
-2
/
+0
*
Fixed compilation error from ignored qualifier on function return type.
Gordon Sim
2008-04-08
1
-1
/
+1
*
src/qpid/amqp_0_10/Body.h, Header.h: placeholders.
Alan Conway
2008-04-07
10
-381
/
+404
*
rubygen/0-10/specification.rb
Alan Conway
2008-04-07
1
-67
/
+0
*
Fixed time classes for some changes that misunderstood how they are supposed
Andrew Stitcher
2008-04-07
3
-17
/
+48
*
Fix rhel5 build errors.
Alan Conway
2008-04-07
1
-0
/
+1
[next]