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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-1893: echo back a heartbeat when we receive one
Rafael H. Schloming
2009-06-08
1
-0
/
+5
*
Fix change in test logic introduced by r782075.
Gordon Sim
2009-06-08
1
-1
/
+1
*
Make sure the heartbeat interval is started for the waitForOpen
Carl C. Trieloff
2009-06-08
1
-1
/
+2
*
QPID-1892 - Fixed a memory leak where recovered durable queues are never dele...
Ted Ross
2009-06-05
1
-0
/
+2
*
Further fix to new cluster member state transfer to fix a case where unacked ...
Gordon Sim
2009-06-05
8
-23
/
+89
*
Updates to patches and valgrind suppressions for boost 1.32
Kim van der Riet
2009-06-05
2
-75
/
+121
*
Patch from Michael Goulish - QPID-1891 "fix declaration problems with boost 1...
Kim van der Riet
2009-06-05
2
-5
/
+7
*
added nested map to test data
Rafael H. Schloming
2009-06-04
1
-2
/
+3
*
Streamlined transaction tests and added some additional coverage.
Rafael H. Schloming
2009-06-04
1
-33
/
+68
*
Added commit and rollback to the Session API and streamlined some test utilit...
Rafael H. Schloming
2009-06-04
2
-27
/
+146
*
This is related QPID-1890
Rajith Muditha Attapattu
2009-06-04
1
-14
/
+14
*
Made the test_store lib installable to be used with installable tests
Kim van der Riet
2009-06-04
2
-2
/
+6
*
Initial capabilities to run test suite on Windows
Stephen D. Huston
2009-06-03
10
-30
/
+491
*
Use Boost variables, not direct library names; inserts correct names cross-pl...
Stephen D. Huston
2009-06-03
1
-2
/
+2
*
Add extern marker to match() and normalize() methods to build tests on Windows
Stephen D. Huston
2009-06-03
1
-2
/
+2
*
This is related to QPID-1887
Rajith Muditha Attapattu
2009-06-03
1
-10
/
+14
*
Fixed QPID-1888 for the java broker. Also fixed a bug caught by the new selec...
Rafael H. Schloming
2009-06-03
2
-2
/
+10
*
QPID-1890: Ensure option for alternate exchange is treated consistently (I al...
Gordon Sim
2009-06-03
1
-3
/
+3
*
added tests for sender
Rafael H. Schloming
2009-06-03
1
-0
/
+35
*
Ensure that ring queue behaves as expected when replicated to newly joined cl...
Gordon Sim
2009-06-03
3
-2
/
+86
*
Python cluster test improvements and some additional tests
Kim van der Riet
2009-06-03
3
-354
/
+491
*
Revert "QPID-1879 Don't use a thread for every new client Connection"
Andrew Stitcher
2009-06-03
5
-183
/
+181
*
Revert "QPID-1879 Removed some code obsoleted by this change"
Andrew Stitcher
2009-06-03
3
-2
/
+21
*
Revert "Change client io threading to be initialised at first use"
Andrew Stitcher
2009-06-03
1
-7
/
+4
*
Allow conrol at configure time over generation of qmf bindings via swig (--wi...
Gordon Sim
2009-06-03
1
-0
/
+7
*
QPID-1874 - More Makefile fixes for vpath builds
Ted Ross
2009-06-03
2
-2
/
+2
*
Increased the receive timeout to 1000 ms as the test seems to fail on some sy...
Rajith Muditha Attapattu
2009-06-03
1
-4
/
+4
*
Stop watching the acceptors dispatch handle before it is deleted in ssl and r...
Gordon Sim
2009-06-03
4
-1
/
+12
*
Change to make suppression apply on fc5 as well as rhel5.
Gordon Sim
2009-06-03
1
-1
/
+1
*
This is a fix for QPID-1888
Rajith Muditha Attapattu
2009-06-03
2
-0
/
+79
*
added defines to the test harness and made the delay used by the tests config...
Rafael H. Schloming
2009-06-02
2
-2
/
+13
*
added receiver capacity and tests
Rafael H. Schloming
2009-06-02
2
-19
/
+70
*
This is a fix for QPID-1887
Rajith Muditha Attapattu
2009-06-02
1
-4
/
+2
*
modified start and stop to function independently of fetch vs listen, added R...
Rafael H. Schloming
2009-06-02
2
-19
/
+87
*
removed unused attributed
Rafael H. Schloming
2009-06-02
1
-1
/
+0
*
removed svn:executable from LICENSE.txt
Rafael H. Schloming
2009-06-02
1
-0
/
+0
*
added a signal handler for terminal resize
Rafael H. Schloming
2009-06-02
1
-0
/
+7
*
detect the terminal width when possible
Rafael H. Schloming
2009-06-02
1
-3
/
+20
*
Fixes to cluster tests which enable them to be built and run outside the sour...
Kim van der Riet
2009-06-02
2
-7
/
+7
*
removed another turnary if
Rafael H. Schloming
2009-06-02
1
-1
/
+4
*
removed another turnary if
Rafael H. Schloming
2009-06-02
1
-1
/
+4
*
removed another turnary if
Rafael H. Schloming
2009-06-02
1
-1
/
+4
*
removed keyword arg from __import__ call for python 2.4
Rafael H. Schloming
2009-06-02
1
-1
/
+1
*
removed turnary if
Rafael H. Schloming
2009-06-02
1
-1
/
+5
*
modified empty generator idiom to work on python 2.4
Rafael H. Schloming
2009-06-02
1
-3
/
+6
*
Bit more fixed for QPID-1874
Andrew Stitcher
2009-06-02
2
-8
/
+8
*
first commit of new messaging API and test harness
Rafael H. Schloming
2009-06-02
6
-1
/
+1733
*
only sync when we need to
Rafael H. Schloming
2009-06-02
1
-1
/
+3
*
made Future.get throw an exception on timeout
Rafael H. Schloming
2009-06-02
1
-3
/
+7
*
Fixed out of tree build broken by QPID-1874
Andrew Stitcher
2009-06-02
2
-6
/
+6
[next]