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
/
qpid
/
messaging
Commit message (
Expand
)
Author
Age
Files
Lines
*
default ports for reconnect_urls
Rafael H. Schloming
2010-07-14
1
-3
/
+3
*
fixed parsing of failover URLs; fixed driver to notice when reconnect_urls is...
Rafael H. Schloming
2010-07-14
2
-12
/
+22
*
eliminate spurious error logging and reconnect attempts
Rafael H. Schloming
2010-07-13
2
-2
/
+6
*
fixed missign import and added test case for reconnect_urls
Rafael H. Schloming
2010-07-13
1
-0
/
+1
*
fixed payload of None for text/plain messages
Rafael H. Schloming
2010-07-12
1
-2
/
+14
*
convert ttl from seconds to milliseconds
Rafael H. Schloming
2010-07-08
2
-2
/
+14
*
added accessor for auth_username
Rafael H. Schloming
2010-06-30
2
-0
/
+2
*
fixed concurrent close
Rafael H. Schloming
2010-06-30
2
-41
/
+91
*
fix mangling for addresses that are None
Rafael H. Schloming
2010-06-28
1
-1
/
+1
*
add uuid prefix to addresses beginning with hash(#)
Rafael H. Schloming
2010-06-25
1
-0
/
+8
*
make sure we initialize properties even if application_headers is None
Rafael H. Schloming
2010-06-25
1
-1
/
+1
*
added support for x-amqp-0-10.{app-id,content-encoding,routing-key}
Rafael H. Schloming
2010-06-25
1
-0
/
+9
*
added optional timeouts to {connection,session,sender,receiver}.close() as we...
Rafael H. Schloming
2010-06-25
3
-21
/
+43
*
added full support for unreliable, at-least-once, and at-most-once reliabilit...
Rafael H. Schloming
2010-06-24
1
-18
/
+41
*
reset reconnect delay after successful connect
Rafael H. Schloming
2010-06-17
1
-0
/
+1
*
don't always set the sync bit on send
Rafael H. Schloming
2010-06-16
2
-8
/
+31
*
performance tweaks for receive: added configurable threshold for issuing cred...
Rafael H. Schloming
2010-06-16
2
-5
/
+21
*
Don't use guest/guest default username/password, use None instead (this allow...
Gordon Sim
2010-06-01
1
-2
/
+2
*
added get_error
Rafael H. Schloming
2010-04-14
1
-0
/
+24
*
fixed a hang in commit and added testDoubleCommit
Rafael H. Schloming
2010-04-13
1
-0
/
+1
*
added more complete exception handling/hierarchy
Rafael H. Schloming
2010-04-13
3
-51
/
+137
*
candidate fix for testReconnect
Rafael H. Schloming
2010-04-09
1
-2
/
+2
*
Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...
Rafael H. Schloming
2010-04-09
1
-3
/
+17
*
removed Message.to
Rafael H. Schloming
2010-04-09
2
-14
/
+4
*
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
1
-0
/
+1
*
Changes to connection lifecycle methods and Connection parameters:
Rafael H. Schloming
2010-04-09
5
-67
/
+140
*
fixed resource leak when close throws an error
Rafael H. Schloming
2010-04-06
1
-4
/
+6
*
added option to disable reconnect logging; fixed reconnect test to not loop f...
Rafael H. Schloming
2010-04-01
3
-17
/
+19
*
updated reconnect option names to match C++ API
Rafael H. Schloming
2010-04-01
2
-2
/
+14
*
added SSL support to API
Rafael H. Schloming
2010-03-31
3
-14
/
+134
*
updated address docs
Rafael H. Schloming
2010-03-30
1
-14
/
+16
*
fixed resource leakage on repeated connection open/close
Rafael H. Schloming
2010-03-23
2
-1
/
+6
*
provide default codec for unknown content types
Rafael H. Schloming
2010-03-23
1
-3
/
+5
*
Several updates to address options including:
Rafael H. Schloming
2010-03-23
2
-83
/
+112
*
added support for reject/release
Rafael H. Schloming
2010-03-11
4
-22
/
+78
*
added priority and ttl message properties
Rafael H. Schloming
2010-03-04
2
-2
/
+11
*
temporary workaround for problem log statement
Rafael H. Schloming
2010-02-26
1
-1
/
+2
*
fixed reconnect
Rafael H. Schloming
2010-02-26
1
-4
/
+4
*
split engine into a separate class
Rafael H. Schloming
2010-02-26
2
-107
/
+122
*
move reconnect logic away from engine portion of the driver
Rafael H. Schloming
2010-02-25
1
-44
/
+81
*
removed redundant state flag
Rafael H. Schloming
2010-02-22
1
-3
/
+1
*
removed redundant notify
Rafael H. Schloming
2010-02-22
1
-1
/
+0
*
start to split engine logic from transport logic
Rafael H. Schloming
2010-02-22
1
-48
/
+57
*
moved Pattern into driver
Rafael H. Schloming
2010-02-19
2
-16
/
+15
*
added util subpackage with auto_update_backups and update_backups
Rafael H. Schloming
2010-02-18
1
-0
/
+56
*
split messaging.py into multiple files and made qpid.messaging a package
Rafael H. Schloming
2010-02-18
7
-0
/
+2316