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
*
Deallocate rdma state when closing an rdma connection
Andrew Stitcher
2010-02-17
1
-0
/
+4
*
Correct periodic flush logic in MessageReplayTracker
Gordon Sim
2010-02-04
1
-1
/
+1
*
QPID-2380: recognise reliability option for sender (also added capacity to qp...
Gordon Sim
2010-02-02
4
-11
/
+41
*
QPID-664: change format of connection options string to match address options...
Gordon Sim
2010-01-28
2
-3
/
+9
*
QPID-664: change cancel() to close() for consistency
Gordon Sim
2010-01-27
5
-19
/
+19
*
Make TCP more like RDMA
Andrew Stitcher
2010-01-26
1
-3
/
+5
*
Fix memory error in previous SocketAddress refactoring
Andrew Stitcher
2010-01-26
1
-4
/
+4
*
QPID-2288: add support for bindings in address options
Gordon Sim
2010-01-26
1
-13
/
+55
*
Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...
Stephen D. Huston
2010-01-23
3
-11
/
+203
*
If we've already closed Connection don't attempt to write to it
Andrew Stitcher
2010-01-22
1
-0
/
+4
*
#include SecurityLayer.h needs to go back in; MSVC needs to see the class def...
Stephen D. Huston
2010-01-22
1
-0
/
+1
*
QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...
Gordon Sim
2010-01-22
1
-0
/
+1
*
Allow Connection to be closed whilst still connecting without error.
Andrew Stitcher
2010-01-21
1
-1
/
+2
*
Ensure that shutting down an unsuccessful connect can't race with connection ...
Andrew Stitcher
2010-01-21
1
-3
/
+9
*
Remove possible double closing of connection on connect failure
Andrew Stitcher
2010-01-21
1
-7
/
+4
*
Fix a potential RDMA connect failure race
Andrew Stitcher
2010-01-21
1
-3
/
+4
*
QPID-1879 Don't use a thread for every new client Connection
Andrew Stitcher
2010-01-21
7
-220
/
+196
*
Split out AsynchConnecter::start from constructor (like other AsynchIO classes)
Andrew Stitcher
2010-01-21
1
-1
/
+2
*
Made the getSSF() member functions of Connectors private as they can't be use...
Andrew Stitcher
2010-01-21
3
-3
/
+3
*
Provide access to a sessions connection.
Gordon Sim
2010-01-20
2
-0
/
+9
*
QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...
Gordon Sim
2010-01-20
1
-1
/
+1
*
QPID-2323: add a Uuid type and allow it as the value of a Variant.
Gordon Sim
2010-01-15
1
-15
/
+23
*
QPID-664: Added some of the missing standard message headers. Added two new t...
Gordon Sim
2010-01-12
2
-6
/
+22
*
QPID-2293: MessageReplyTracker loses messages if an exception is thrown duri...
Alan Conway
2009-12-17
1
-3
/
+1
*
QPID-2279: Removal of unused "using qpid::messaging::filter"
Andrew Stitcher
2009-12-15
3
-3
/
+0
*
Move the TCPConnector class to its own file to allow deriving from it; resolv...
Stephen D. Huston
2009-12-14
3
-352
/
+445
*
Fix compile warnings; resolve QPID-2272
Stephen D. Huston
2009-12-14
2
-3
/
+3
*
Add comments to start(); resolves QPID-1899
Stephen D. Huston
2009-12-02
1
-1
/
+17
*
QPID-664: Allow session to be specified as transactional; add basic test of t...
Gordon Sim
2009-11-23
4
-5
/
+7
*
QPID-664: Use subject if specified as binding key when a map filter is specified
Gordon Sim
2009-11-23
1
-13
/
+19
*
QPID-664: Set subject in application headers when specified
Gordon Sim
2009-11-23
4
-25
/
+23
*
QPID-664: Added some documentation for address options; tidied up the handlin...
Gordon Sim
2009-11-19
1
-5
/
+22
*
QPID-664: Refactored address resolution; ensure type is asserted on when requ...
Gordon Sim
2009-11-19
1
-77
/
+58
*
QPID-664: Bring address option names in to line with those used in python cli...
Gordon Sim
2009-11-19
1
-25
/
+38
*
QPID-664: Refine address resolution; if type not specified, default to queue ...
Gordon Sim
2009-11-19
1
-31
/
+80
*
Change content type for map and list messages to align with python client.
Gordon Sim
2009-11-19
1
-2
/
+2
*
QPID-664: Add accessors for connection from session, and for session from sen...
Gordon Sim
2009-11-17
6
-3
/
+23
*
QPID-664: Allow application to set session name and retrieve session using th...
Gordon Sim
2009-11-17
2
-9
/
+34
*
QPID-664: Cancel all senders and receivers on closing session; check queue/ex...
Gordon Sim
2009-11-17
2
-2
/
+25
*
QPID-664: Added getReceiver()/getSender() methods to session in new api.
Gordon Sim
2009-11-17
4
-1
/
+33
*
QPID-664: Remove start()/stop() methods from api
Gordon Sim
2009-11-16
3
-34
/
+15
*
Merge branch 'next_receiver_changes' into trunk
Gordon Sim
2009-11-16
4
-88
/
+3
*
Merge branch 'next_receiver_changes' into trunk
Gordon Sim
2009-11-12
4
-7
/
+81
*
Fix compilation error on some platforms
Gordon Sim
2009-11-11
1
-1
/
+1
*
Added support for address parsing, create/assert/delete policies
Gordon Sim
2009-11-11
10
-280
/
+554
*
Add new ssf arg to Sasl::start
Stephen D. Huston
2009-11-11
1
-2
/
+3
*
QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...
Gordon Sim
2009-11-09
9
-6
/
+26
*
Fix leak in SASL code, enable cluster ACL test.
Alan Conway
2009-11-02
1
-1
/
+24
*
Fix memory leak in testCoincidentErrors due to un-joined connector thread.
Alan Conway
2009-10-30
1
-2
/
+8
*
Use class/struct consistently for OutgoingMessage.
Stephen D. Huston
2009-10-27
2
-2
/
+2
[next]