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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent race between shutdown() and release() resulting in attempt to close d...
Gordon Sim
2010-05-19
1
-3
/
+12
*
Fix RDMA for upstream changes which now require notification on shutdown
Andrew Stitcher
2010-05-18
1
-29
/
+66
*
Added locking to make amqp_0_10::SenderImpl thread safe.
Alan Conway
2010-05-18
2
-11
/
+38
*
QPID-2612: Fix to windows build from Chuck Rolke
Gordon Sim
2010-05-18
1
-2
/
+2
*
Fix retry logic in ConnectionImpl::newSession.
Alan Conway
2010-05-17
1
-8
/
+9
*
Fix errors when new API Receiver is closed while in use.
Alan Conway
2010-05-14
2
-23
/
+24
*
Initial multi-thread unit test for messaging API.
Alan Conway
2010-05-14
2
-0
/
+9
*
Moved FailoverUpdates to qpid::messaging namespace.
Alan Conway
2010-05-13
1
-86
/
+0
*
New API clients failover in a cluster with SSL connections.
Alan Conway
2010-05-13
2
-19
/
+42
*
Fix deadlocks & thread safety in new API classes.
Alan Conway
2010-05-13
9
-61
/
+112
*
Transfer TCP code changes to RDMA code
Andrew Stitcher
2010-05-13
1
-6
/
+7
*
Fixes to new API impl to support failover.
Alan Conway
2010-05-12
3
-16
/
+20
*
QPID-664: Fix failover updates to set correct option name; clear list valued ...
Gordon Sim
2010-05-11
2
-1
/
+3
*
Support for multiple protocols in qpid::Url.
Alan Conway
2010-05-11
4
-20
/
+19
*
QPID-664: Add default constructor for Connection; add option to set url on ex...
Gordon Sim
2010-05-11
1
-5
/
+10
*
QPID-664: Fix bug preventing re-establishment of credit on reconnect
Gordon Sim
2010-05-11
1
-1
/
+1
*
Allow empty subject for direct- and xml- exchanges
Gordon Sim
2010-05-05
1
-3
/
+7
*
Load client side plugins just before creating the first Connection.
Andrew Stitcher
2010-04-27
3
-4
/
+54
*
QPID-664: allow safe closing of session as part of handling a session exception
Gordon Sim
2010-04-27
4
-13
/
+31
*
QPID-2548: applied patch from francesco emmi
Gordon Sim
2010-04-26
1
-0
/
+4
*
- Hold up tearing down client I/O threads until there are no more
Andrew Stitcher
2010-04-21
1
-1
/
+8
*
Ensure that ConnectionImpl is notified of shutdown even in the case of discon...
Gordon Sim
2010-04-19
1
-1
/
+7
*
An alternative attempt at ensuring ConnectionImpl is not deleted before IO th...
Gordon Sim
2010-04-17
3
-36
/
+41
*
Ensure that ConnectionImpl is notified of shutdown even in the case of discon...
Gordon Sim
2010-04-16
2
-1
/
+7
*
QPID-2511: Altered shutdown sequence in connectors; after connect() has retur...
Gordon Sim
2010-04-15
5
-48
/
+73
*
Tidy up unnecessary includes in ConnectionSettings and fix consequences
Gordon Sim
2010-04-14
2
-0
/
+2
*
QPID-664: more specific exception handling (avoids reconnecting for invalid url)
Gordon Sim
2010-04-14
1
-1
/
+1
*
QPID-664: changed option verifier to use constants rather than duplicating st...
Gordon Sim
2010-04-12
1
-17
/
+18
*
QPID-2497: added some verification that address options specified are valid
Gordon Sim
2010-04-09
1
-3
/
+51
*
QPID-664: changed pending to unsettled; added available to sender; minor upda...
Gordon Sim
2010-04-09
6
-32
/
+32
*
QPID-664: changed connect() back to open(),removed detach(),defined new excep...
Gordon Sim
2010-04-09
7
-83
/
+151
*
QPID-664: changed open() to connect(), moved url parameter to constructor, ad...
Gordon Sim
2010-04-08
3
-12
/
+18
*
Improved fix for to create client library Poller. Improved because it
Andrew Stitcher
2010-04-08
3
-11
/
+14
*
QPID-664: removed flush, added option to make sync non-blocking if so desired
Gordon Sim
2010-04-07
4
-25
/
+21
*
QPID-664: added method to release messages
Gordon Sim
2010-04-06
2
-0
/
+22
*
QPID-664: added param to control synchronous send and acknowledge
Gordon Sim
2010-04-06
4
-4
/
+6
*
QPID-664: minor adjustment to connection option names
Gordon Sim
2010-04-01
1
-3
/
+3
*
QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...
Gordon Sim
2010-03-31
6
-413
/
+27
*
QPID-664: renamed headers as properties (to match python); added priority
Gordon Sim
2010-03-29
3
-6
/
+10
*
QPID-2406: a more explicit solution for durations in the messaging api
Gordon Sim
2010-03-29
4
-5
/
+8
*
QPID-664: move Variant and Uuid from messaging to types namespace
Gordon Sim
2010-03-29
11
-23
/
+20
*
Fix "Session was not closed cleanly" warnings in a cluster broker giving an u...
Alan Conway
2010-03-25
1
-4
/
+4
*
QPID-664: Updates to address options to stay in-line with python client chang...
Gordon Sim
2010-03-24
1
-272
/
+319
*
Defer Poller creation in ConnectionImpl IOThread from creation to first use.
Alan Conway
2010-03-23
1
-3
/
+6
*
Make sure the client library Poller is created on library load before anythin...
Andrew Stitcher
2010-03-22
1
-0
/
+9
*
QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...
Gordon Sim
2010-03-19
6
-27
/
+30
*
QPID-2452: Fixed control over the encoding used when sending a string valued ...
Gordon Sim
2010-03-18
1
-3
/
+27
*
workaround for BZ 570168 ( see comment in code )
Michael Goulish
2010-03-17
1
-1
/
+12
*
Removed dependencies in qpid/messaging on qpid/client.
Alan Conway
2010-03-16
2
-4
/
+4
*
Remove warning
Andrew Stitcher
2010-03-16
1
-1
/
+1
[next]