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
*
Corrected doxygen comment.
Alan Conway
2008-12-03
1
-3
/
+2
*
Avoid potential deadlock between IO thread in Connector::handleClosed() and a...
Gordon Sim
2008-12-02
1
-1
/
+4
*
QPID-1478: Same fix is required in SslConnector unfortunately.
Gordon Sim
2008-11-24
1
-1
/
+1
*
QPID-1478: ensure concurrent publishers work correctly (as well as reported a...
Gordon Sim
2008-11-24
3
-4
/
+5
*
Avoid spurious error message for TransportFailure
Gordon Sim
2008-11-24
1
-0
/
+4
*
Removed overblown Doxygen comments.
Jonathan Robie
2008-11-19
1
-25
/
+1
*
Added doxygen documentation for Connection::open(ConnectionSettings)
Jonathan Robie
2008-11-18
1
-2
/
+27
*
Remove optimistic consume options. Better default message for SSL errors.
Alan Conway
2008-11-17
2
-23
/
+0
*
Added some failover capable tests
Gordon Sim
2008-11-14
5
-12
/
+18
*
Don't stop connector until close has been sent and close-ok received in respo...
Gordon Sim
2008-11-13
1
-2
/
+5
*
Fixed a file-descriptor leak in the c++ client API. If the socket connection
Ted Ross
2008-11-11
2
-2
/
+14
*
Remove wrappers for 'transparent' failover; this will be better handled throu...
Gordon Sim
2008-11-10
6
-2445
/
+0
*
Added a bit more detail to comments.
Gordon Sim
2008-11-07
1
-0
/
+9
*
* Added some doxygen comments for FailoverManager
Gordon Sim
2008-11-07
2
-5
/
+64
*
Restrict connection close codes to the set defined in the spec
Gordon Sim
2008-11-06
3
-5
/
+22
*
* fix bug causing last message to occasionally be lost on replay
Gordon Sim
2008-11-06
2
-3
/
+9
*
SubscriptionManager and Dispatcher were missing wait() methods meaning that i...
Gordon Sim
2008-11-06
4
-0
/
+16
*
QPID-1294 (Johnathan Robie) Improved doxygen generation.
Alan Conway
2008-11-05
4
-0
/
+206
*
Added ability to release messages through the Subscription class (+test)
Gordon Sim
2008-11-05
10
-15
/
+88
*
Adding a couple of utilities (don't alter any existing functionality) that ar...
Gordon Sim
2008-11-04
4
-0
/
+332
*
This line seems not to be as redundant as I thought! Its removal seems to tri...
Gordon Sim
2008-11-03
1
-0
/
+1
*
Various fixes arising from testing client failover:
Gordon Sim
2008-11-03
8
-19
/
+41
*
Added return Message overload of SubscriptionManager get().
Alan Conway
2008-10-31
3
-3
/
+18
*
Fix intermittent hanging where two threads are waiting for completions on the...
Gordon Sim
2008-10-31
1
-1
/
+1
*
Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...
Stephen D. Huston
2008-10-30
1
-2
/
+3
*
Replicate session state for un-acknowledged messages to new cluster members.
Alan Conway
2008-10-30
2
-9
/
+9
*
* added flag to SubscriptionSettings to control automatic completion of message
Gordon Sim
2008-10-29
3
-22
/
+38
*
Fix minor compile warnings noticed on Windows
Stephen D. Huston
2008-10-27
5
-7
/
+6
*
client::SubscriptionManager::findSubscription() throws if not found.
Alan Conway
2008-10-27
2
-4
/
+6
*
corrected compile error
Carl C. Trieloff
2008-10-26
1
-1
/
+1
*
Change 'at' to 'find' to build with older g++ and with MSVC
Stephen D. Huston
2008-10-26
1
-1
/
+2
*
Refactor duplicated Module-handling from broker/client to common
Stephen D. Huston
2008-10-26
1
-59
/
+13
*
Client API change: Centralize access to subscription status, better control o...
Alan Conway
2008-10-25
18
-387
/
+666
*
Fix compile errors introduced by Address changes
Stephen D. Huston
2008-10-24
3
-3
/
+3
*
Minor changes to provide access for cluster to replicate delivery records.
Alan Conway
2008-10-23
1
-1
/
+1
*
QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover code
Alan Conway
2008-10-22
5
-30
/
+871
*
Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...
Stephen D. Huston
2008-10-21
2
-2
/
+1
*
cluster_test: Unit test for Tx state replication.
Alan Conway
2008-10-20
2
-2
/
+2
*
cluster: DumpClient replicates session MessageBuilder.
Alan Conway
2008-10-20
2
-0
/
+5
*
Remove default location for certificate database.
Gordon Sim
2008-10-20
1
-2
/
+6
*
QPID-1367 Mick Goulish: improvements to client-side failover.
Alan Conway
2008-10-17
8
-25
/
+48
*
Suppress logging expected errors in tests.
Alan Conway
2008-10-17
2
-10
/
+11
*
QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...
Gordon Sim
2008-10-17
1
-0
/
+389
*
Resolve inconsistent refs to ConnectionSettings; resolves QPID-1369
Stephen D. Huston
2008-10-16
3
-3
/
+3
*
Fix race in cluster causing incorrect known-broker lists to be sent to clients.
Alan Conway
2008-10-16
5
-29
/
+53
*
Minor cleanup for client failover.
Alan Conway
2008-10-14
3
-14
/
+6
*
Bug fixes for client-side failover.
Alan Conway
2008-10-14
5
-85
/
+87
*
Reverted a small part of r703237 as it causes deadlocks under load. Session c...
Gordon Sim
2008-10-13
2
-2
/
+25
*
src/client/FailoverConnection.cpp: re-register callback after failures
Alan Conway
2008-10-10
1
-7
/
+3
*
Failover client and example fixes & tidy up.
Alan Conway
2008-10-10
6
-271
/
+296
[next]