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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-2292: added the redelivered flag to the message class
Rafael H. Schloming
2009-12-17
1
-0
/
+1
*
workaround for ptol failures
Rafael H. Schloming
2009-12-01
1
-0
/
+3
*
Added a simple workaround for the python client to handle the "text/plain" co...
Rajith Muditha Attapattu
2009-12-01
1
-0
/
+2
*
Handle empty (rather than null) content type as sent by c++ client
Gordon Sim
2009-11-20
1
-0
/
+1
*
added support for sender/receiver delete, made tests clean up after themselve...
Rafael H. Schloming
2009-11-14
1
-5
/
+8
*
removed start/stop
Rafael H. Schloming
2009-11-14
1
-83
/
+31
*
removed listeners in favor of next_receiver
Rafael H. Schloming
2009-11-12
1
-44
/
+11
*
improved request/response performance by using an I/O based condition instead...
Rafael H. Schloming
2009-10-26
1
-2
/
+2
*
use ewait on message fetch; added optional args to message constructor and im...
Rafael H. Schloming
2009-10-11
1
-14
/
+42
*
added durable and reconnect options to the tests
Rafael H. Schloming
2009-10-11
1
-5
/
+9
*
resent linked variable; fixed possible drain failure during reconnect
Rafael H. Schloming
2009-10-11
1
-5
/
+3
*
made addresses not auto-create by default; added error handling and tests for...
Rafael H. Schloming
2009-10-10
1
-7
/
+30
*
added back exchange query on link establishment; added sender.sync()
Rafael H. Schloming
2009-09-24
1
-11
/
+17
*
switched API over to select based driver; added address parser
Rafael H. Schloming
2009-09-23
1
-3
/
+10
*
fixed the wait logic for session close
Rafael H. Schloming
2009-09-04
1
-2
/
+4
*
removed final use of catchup
Rafael H. Schloming
2009-09-03
1
-16
/
+1
*
added timeout option to send
Rafael H. Schloming
2009-09-03
1
-3
/
+11
*
changed Lockable -> Waiter and switched its usage from has-a to is-a; also fi...
Rafael H. Schloming
2009-09-02
1
-16
/
+20
*
fixed import
Rafael H. Schloming
2009-09-02
1
-1
/
+0
*
split out driver and utility code from messaging.py; added _ to private metho...
Rafael H. Schloming
2009-09-02
1
-540
/
+77
*
added sync flag to acknowledge and ack_capcity to Session
Rafael H. Schloming
2009-09-02
1
-3
/
+16
*
added missing names to __all__
Rafael H. Schloming
2009-09-01
1
-2
/
+4
*
added async send to the API; minor doc updates
Rafael H. Schloming
2009-08-31
1
-4
/
+40
*
added make doc; modified @synchronized to preserve docstrings and argnames
Rafael H. Schloming
2009-08-27
1
-8
/
+18
*
added an assertion to check that credit constraints are not violated, and cor...
Rafael H. Schloming
2009-08-27
1
-1
/
+3
*
fallback to format_exception for python 2.3
Rafael H. Schloming
2009-08-25
1
-2
/
+2
*
candidate fix for messages sent on unlinked senders
Rafael H. Schloming
2009-08-24
1
-2
/
+8
*
added some test assertions; modified driver/client interaction for drain; and...
Rafael H. Schloming
2009-08-24
1
-30
/
+39
*
fixed some more channel attribute errors; eliminated most uses of catchup in ...
Rafael H. Schloming
2009-08-21
1
-22
/
+36
*
implemented reconnect and separated out the protocol driver from the messagin...
Rafael H. Schloming
2009-08-20
1
-244
/
+548
*
- removed old and redundent tests
Rafael H. Schloming
2009-08-11
1
-13
/
+16
*
added a ConnectError exception
Rafael H. Schloming
2009-07-16
1
-2
/
+8
*
Added commit and rollback to the Session API and streamlined some test utilit...
Rafael H. Schloming
2009-06-04
1
-6
/
+58
*
added receiver capacity and tests
Rafael H. Schloming
2009-06-02
1
-7
/
+27
*
modified start and stop to function independently of fetch vs listen, added R...
Rafael H. Schloming
2009-06-02
1
-9
/
+13
*
removed unused attributed
Rafael H. Schloming
2009-06-02
1
-1
/
+0
*
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
*
first commit of new messaging API and test harness
Rafael H. Schloming
2009-06-02
1
-0
/
+807