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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory error in previous SocketAddress refactoring
Andrew Stitcher
2010-01-26
7
-37
/
+27
*
QPID-2288: add support for bindings in address options
Gordon Sim
2010-01-26
1
-13
/
+55
*
Explicitly ignore SIGCHLD signal by sending it to an empty function so that
Andrew Stitcher
2010-01-25
1
-0
/
+17
*
Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...
Stephen D. Huston
2010-01-23
11
-75
/
+1425
*
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
14
-2
/
+132
*
Fixes to make Win32 port build again (and remove some warnings)
Andrew Stitcher
2010-01-21
2
-4
/
+4
*
Small comment fix
Andrew Stitcher
2010-01-21
1
-1
/
+1
*
Throw sync connect failures straight out of AsynchConnector constructor
Andrew Stitcher
2010-01-21
1
-19
/
+2
*
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
*
Small refactor of AsynchConnector to have a more regular structure
Andrew Stitcher
2010-01-21
1
-9
/
+8
*
Split out AsynchConnecter::start from constructor (like other AsynchIO classes)
Andrew Stitcher
2010-01-21
5
-24
/
+36
*
Made the getSSF() member functions of Connectors private as they can't be use...
Andrew Stitcher
2010-01-21
3
-3
/
+3
*
Log detailed error if unexpected socket write error (don't throw anymore)
Andrew Stitcher
2010-01-21
1
-1
/
+4
*
Fixed "Cluster-safe assertions" not to break the build (CMake)
Andrew Stitcher
2010-01-21
1
-0
/
+1
*
Cluster-safe assertions.
Alan Conway
2010-01-20
7
-4
/
+147
*
Provide access to a sessions connection.
Gordon Sim
2010-01-20
3
-0
/
+31
*
QPID-664: added support for testing transactions to qpid-send and qpid-recv, ...
Gordon Sim
2010-01-20
3
-27
/
+62
*
Removed dead code - cluster::Connection::left()
Alan Conway
2010-01-19
2
-9
/
+0
*
Fix intermittent test error: cluster_test.cpp(1108): error in "testRelease": ...
Alan Conway
2010-01-19
1
-0
/
+1
*
QPID-2335: Set the timeout used when waiting for a message to be 1 second whi...
Gordon Sim
2010-01-19
1
-1
/
+1
*
Correct new uuid methods for Windows, add QPID_CLIENT_EXTERN where needed.
Stephen D. Huston
2010-01-18
2
-2
/
+3
*
Deleting vestigial header file.
Jonathan Robie
2010-01-18
1
-37
/
+0
*
Commiting John Dunning's revisions to the XML client session test.
Jonathan Robie
2010-01-18
1
-1
/
+2
*
Applied John Dunning's patch from https://issues.apache.org/jira/browse/QPID-...
Jonathan Robie
2010-01-18
2
-4
/
+8
*
QPID-2295: Clustered + persistent broker crashes with inconsistency error.
Alan Conway
2010-01-18
4
-30
/
+1
*
QPID-2323: add a Uuid type and allow it as the value of a Variant.
Gordon Sim
2010-01-15
11
-16
/
+246
*
Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.
Alan Conway
2010-01-14
11
-56
/
+0
*
Added raise_event support to the Ruby and Python wrapped agent APIs.
Ted Ross
2010-01-13
7
-10
/
+193
*
Explicitly name qpid::framing::Buffer instead of framing::Buffer; resolves co...
Stephen D. Huston
2010-01-12
1
-5
/
+5
*
QPID-664: Added some of the missing standard message headers. Added two new t...
Gordon Sim
2010-01-12
8
-8
/
+485
*
This further improves the fix made at rev 19819 in Qpid trunk for QPID-2175
Rajith Muditha Attapattu
2010-01-11
2
-4
/
+6
*
This is a fix for QPID-2297
Rajith Muditha Attapattu
2010-01-11
2
-3
/
+4
*
Fix broker crash "confirmed N but only sent M" with managed agents running.
Alan Conway
2010-01-11
6
-21
/
+121
*
QPID-2327 - Enhance qpid-config to deal with xml and headers brokers
Ted Ross
2010-01-07
3
-3
/
+148
*
Fix problem in automake build introduced by r896959.
Alan Conway
2010-01-07
1
-1
/
+1
*
Add cluster watchdog plugin to cmake build.
Alan Conway
2010-01-07
3
-1
/
+9
*
StoreStatus tests clean up temporary directory properly.
Alan Conway
2010-01-07
1
-10
/
+16
*
fix & test QPID-2320
Carl C. Trieloff
2010-01-06
2
-6
/
+10
*
Make cluster::StoreStatus::load/save no-ops if broker has no data-dir.
Alan Conway
2010-01-06
1
-0
/
+2
*
Fix uninitialized read error in cluster::StoreStatus.
Alan Conway
2010-01-06
1
-7
/
+22
*
Fix error in cluster_tests.py
Alan Conway
2010-01-06
1
-2
/
+2
*
Revert "Make cluster update work out of the box without special authenticatio...
Alan Conway
2010-01-06
2
-4
/
+4
*
Minor cluster test fixes.
Alan Conway
2010-01-06
2
-3
/
+2
*
Added config-seq counter to track config changes since cluster init.
Alan Conway
2010-01-06
11
-59
/
+135
[next]