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
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
performance tweaks for receive: added configurable threshold for issuing cred...
Rafael H. Schloming
2010-06-16
2
-5
/
+21
*
fix for python 2.3
Rafael H. Schloming
2010-06-15
1
-1
/
+3
*
added back values method for backwards compatibility
Rafael H. Schloming
2010-06-15
1
-2
/
+7
*
Update for changes to names of qpid-send and qpid-receive.
Alan Conway
2010-06-14
1
-2
/
+2
*
Minor adjustment to option definitions for Python 2.3
Gordon Sim
2010-06-09
3
-10
/
+10
*
brokertest.py: fix ready() test to create a session as well as a connection.
Alan Conway
2010-06-08
1
-2
/
+6
*
Fixed sporadic failure of cluster_tests.py sasl_test
Alan Conway
2010-06-04
1
-3
/
+3
*
Add tail of broker log to exception message when broker fails to start.
Alan Conway
2010-06-03
1
-9
/
+13
*
QPID-2637: Mark connection as failed if read from socket fails
Gordon Sim
2010-06-02
1
-0
/
+1
*
Don't use guest/guest default username/password, use None instead (this allow...
Gordon Sim
2010-06-01
1
-2
/
+2
*
Fixed: authentication with bad credentials causes cluster broker to exit.
Alan Conway
2010-05-27
1
-10
/
+6
*
Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro...
Alan Conway
2010-05-17
1
-5
/
+17
*
Increase retry timeout, previous value was causing occasional invald test fai...
Alan Conway
2010-05-07
1
-1
/
+1
*
Correct brokertest.retry logic.
Alan Conway
2010-05-06
1
-4
/
+4
*
XML Exchange example.
Jonathan Robie
2010-05-05
1
-0
/
+77
*
Fix race condition in store+cluster tests.
Alan Conway
2010-05-03
1
-0
/
+1
*
Ensure proper error message is reported when connection is closed by broker
Gordon Sim
2010-04-28
1
-4
/
+1
*
add handling for sasl related failures during connection start
Gordon Sim
2010-04-27
1
-1
/
+10
*
correct name of exception to be caught
Gordon Sim
2010-04-27
1
-1
/
+1
*
brokertest.py: added __str__ methods to Broker and Popen
Alan Conway
2010-04-16
1
-0
/
+4
*
Hello World example in Python - matches hello_world.cpp
Jonathan Robie
2010-04-16
1
-0
/
+45
*
Edited to work on Windows; resolves QPID-2510.
Stephen D. Huston
2010-04-15
1
-2
/
+3
*
added get_error
Rafael H. Schloming
2010-04-14
2
-0
/
+32
*
fixed a hang in commit and added testDoubleCommit
Rafael H. Schloming
2010-04-13
2
-0
/
+13
*
Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recovery
Kim van der Riet
2010-04-13
1
-12
/
+19
*
added more complete exception handling/hierarchy
Rafael H. Schloming
2010-04-13
4
-73
/
+150
*
candidate fix for testReconnect
Rafael H. Schloming
2010-04-09
1
-2
/
+2
*
updated reservations example to match latest changes
Rafael H. Schloming
2010-04-09
4
-25
/
+10
*
Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...
Rafael H. Schloming
2010-04-09
3
-26
/
+42
*
removed Message.to
Rafael H. Schloming
2010-04-09
4
-16
/
+5
*
clean up pipes from driver side in case nobody is waiting for the error
Rafael H. Schloming
2010-04-09
1
-2
/
+7
*
cleanup waiter pipes on error
Rafael H. Schloming
2010-04-09
2
-0
/
+21
*
removed duplicates assertion from testReconnect
Rafael H. Schloming
2010-04-09
1
-1
/
+2
*
Changes to connection lifecycle methods and Connection parameters:
Rafael H. Schloming
2010-04-09
12
-134
/
+183
*
removed testReconnect's redelivered assertions
Rafael H. Schloming
2010-04-07
1
-4
/
+5
*
fixed resource leak when close throws an error
Rafael H. Schloming
2010-04-06
1
-4
/
+6
*
Remove non-portable @staticmethod from qpid/datatypes.py
Alan Conway
2010-04-06
1
-7
/
+5
*
Added qpid-cluster-store tool to examine & modify cluster store status.
Alan Conway
2010-04-06
1
-0
/
+6
*
use set from compat
Rafael H. Schloming
2010-04-06
1
-0
/
+1
*
make reconnect test always use plain transport
Rafael H. Schloming
2010-04-01
1
-2
/
+1
*
added option to disable reconnect logging; fixed reconnect test to not loop f...
Rafael H. Schloming
2010-04-01
4
-17
/
+21
*
updated reconnect option names to match C++ API
Rafael H. Schloming
2010-04-01
6
-12
/
+99
*
Update cluster store status with a single atomic write() operation.
Alan Conway
2010-04-01
1
-0
/
+7
*
added SSL support to API
Rafael H. Schloming
2010-03-31
9
-27
/
+159
*
updated address docs
Rafael H. Schloming
2010-03-30
1
-14
/
+16
*
Fix race condition causing deadlock in cluster_tests.py, failover_test.
Alan Conway
2010-03-26
1
-21
/
+20
*
form compat uuid generation, use a random number generator that is initialize...
Rafael H. Schloming
2010-03-26
1
-2
/
+4
*
Default to "/dev/null" if os.devnull doese not exist. Hopefully now it will w...
Rafael H. Schloming
2010-03-25
1
-1
/
+1
*
Re-eneable run_long_cluster_tests.
Alan Conway
2010-03-25
1
-0
/
+1
*
Use portable "/dev/null" to allow this to run on Windows as well.
Stephen D. Huston
2010-03-25
1
-1
/
+1
[prev]
[next]