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
*
Fix read-credit bug causing cluster brokers to disconnect clients sporadically.
Alan Conway
2010-07-14
2
-8
/
+21
*
QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...
Gordon Sim
2010-07-06
1
-1
/
+1
*
Fix spordic failure in cluster_test testConnectionKnownHosts.
Alan Conway
2010-07-01
1
-2
/
+10
*
QPID-664: Translate exceptions to correct type when occuring on creating new ...
Gordon Sim
2010-07-01
1
-0
/
+4
*
QPID-664: expose authenticated username for connection
Gordon Sim
2010-06-30
2
-0
/
+5
*
QPID-664: corrected option name for setting subscribe options on a queue
Gordon Sim
2010-06-30
1
-2
/
+2
*
QPID-2698: recognise special property names for amqp 0-10 specific message- a...
Gordon Sim
2010-06-25
2
-3
/
+48
*
Ensure that we can't shutdown in the middle of writing a buffer
Andrew Stitcher
2010-06-14
1
-0
/
+1
*
Combine Rdma::Buffer and ibv_sge needed to send it
Andrew Stitcher
2010-06-14
1
-6
/
+5
*
In Rdma::AsynchIO::stop():
Andrew Stitcher
2010-06-14
1
-4
/
+15
*
Ensure that AsynchConnector is disassociated from Poller when aborting connec...
Gordon Sim
2010-06-11
2
-4
/
+9
*
Refer to struct Url as that, not a class - fixes compile warnings on Windows.
Stephen D. Huston
2010-06-11
1
-1
/
+1
*
QPID-664: Correct the name of the subject string used for incoming messages.
Gordon Sim
2010-06-10
1
-1
/
+1
*
Ensure heartbeat task is cancelled before ConnectionImpl it refers to is deleted
Gordon Sim
2010-06-09
1
-0
/
+1
*
Don't set USER callback, AUTHNAME is sufficient
Gordon Sim
2010-06-07
1
-4
/
+0
*
QPID-664: Changed default for reconnect to false as that is more intuitive (e...
Gordon Sim
2010-06-02
1
-1
/
+1
*
Fix compilation error on windows
Gordon Sim
2010-05-28
1
-1
/
+1
*
QPID-2598: Prevent exit hang on windows (at the expense of intermittent leak ...
Gordon Sim
2010-05-28
1
-10
/
+8
*
QPID-2631: For blocking Bounds::expand() calls, only increase the current cou...
Gordon Sim
2010-05-27
5
-10
/
+21
*
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
[next]