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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Renamed the Acceptor class to be the ProtocolFactory class
Andrew Stitcher
2008-04-22
5
-66
/
+50
*
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
11
-51
/
+64
*
QPID-947: update cpp and python management to 0-10 final
Rafael H. Schloming
2008-04-22
7
-45
/
+46
*
QPID-944: do no-local checking where requested when there is an exclusive sub...
Gordon Sim
2008-04-22
7
-12
/
+30
*
QPID-648: (based on patch from mfarrellee@redhat.com)
Gordon Sim
2008-04-22
8
-28
/
+329
*
Fix packaging problems for rpmbuild.
Alan Conway
2008-04-21
1
-33
/
+33
*
* raise error when controls other than attached are received on unattached ch...
Gordon Sim
2008-04-21
4
-18
/
+30
*
Disable compilation of amqp_0_10 codec until ready for integration.
Alan Conway
2008-04-21
2
-40
/
+42
*
Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...
Alan Conway
2008-04-21
6
-93
/
+30
*
Fix compile error on rhel5.
Alan Conway
2008-04-21
1
-45
/
+45
*
src/qpid/RangeSet.h: generic set implementation using ranges.
Alan Conway
2008-04-21
7
-15
/
+512
*
QPID-920: send message-accept for acks (as well as completion)
Gordon Sim
2008-04-21
20
-52
/
+90
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
89
-2083
/
+1587
*
Added missed new include file
Andrew Stitcher
2008-04-18
1
-0
/
+1
*
Refactored Acceptor code to allow multiple acceptors to be present in the broker
Andrew Stitcher
2008-04-18
6
-34
/
+79
*
Fix test failure.
Alan Conway
2008-04-18
1
-2
/
+3
*
Split AsynchIOAcceptor into IOHandler and connection control code
Andrew Stitcher
2008-04-18
4
-142
/
+198
*
fix ambiguity problem found on gcc 3.4 compilers
Kim van der Riet
2008-04-18
1
-1
/
+1
*
Fix build problem.
Alan Conway
2008-04-18
1
-1
/
+1
*
Uncommented tests.
Alan Conway
2008-04-18
1
-284
/
+283
*
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
2
-1
/
+15
*
Patch for improved compatibility with gcc 3.4 and boost 1.33
Andrew Stitcher
2008-04-17
39
-308
/
+460
*
src/Makefile.am: Fix problems with rpmbuild.
Alan Conway
2008-04-17
2
-28
/
+12
*
Added missing .h files to Makefile.am to fix make rpmbuild.
Alan Conway
2008-04-17
4
-3
/
+10
*
add full path to qpidd in init script, as it fails in some environments with ...
Nuno Santos
2008-04-17
1
-1
/
+1
*
Some fixes to the transitional spec defs.
Gordon Sim
2008-04-17
3
-45
/
+33
*
Refactored IO Thread creation so that it happens in the Broker class
Andrew Stitcher
2008-04-17
4
-55
/
+58
*
Add missing files to packaging.
Alan Conway
2008-04-16
1
-0
/
+3
*
Removed complex_types.h from Makefile.am.
Alan Conway
2008-04-16
1
-1
/
+0
*
Separate new codec from liqqpidcommon to improve link times.
Alan Conway
2008-04-16
3
-22
/
+34
*
Fix encoding for sized structs.
Alan Conway
2008-04-16
15
-360
/
+696
*
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
3
-0
/
+35
*
Correct Struct32 encoding: size/code/data.
Alan Conway
2008-04-15
8
-21
/
+98
*
Comment out failing test, repairing.
Alan Conway
2008-04-15
1
-7
/
+6
*
Disabled failing tests, working on fixing the issues.
Alan Conway
2008-04-15
1
-1
/
+8
*
QPID-921: applied qpid-patch36.diff on behalf of Ted Ross
Nuno Santos
2008-04-15
7
-22
/
+82
*
Cleanup of size calculations and handling UnknownStruct
Alan Conway
2008-04-15
2
-14
/
+19
*
add svn revision include to specfile
Nuno Santos
2008-04-15
1
-0
/
+1
*
Refactored the IO framework that sits on top of Poller so that it uses a gene...
Andrew Stitcher
2008-04-15
15
-153
/
+190
*
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
*
Remove deleted file from distribution list.
Gordon Sim
2008-04-15
1
-1
/
+0
*
Struct32 encoding
Alan Conway
2008-04-15
16
-81
/
+215
*
fix home dir permissions
Nuno Santos
2008-04-14
1
-2
/
+6
*
* 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
[next]