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
/
qpid
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
File rename to better fit the pubsub nomenclature (from jrobie@redhat.com)
Gordon Sim
2007-12-19
2
-25
/
+15
*
patch from tross
Carl C. Trieloff
2007-12-14
3
-18
/
+68
*
set executable property
Alan Conway
2007-12-11
1
-0
/
+0
*
Patches from Ted Ross <tross@redhat.com>
Alan Conway
2007-12-10
5
-60
/
+1294
*
Reversed renaming
Gordon Sim
2007-12-05
8
-0
/
+0
*
Renamed for consistency with c++
Gordon Sim
2007-12-05
8
-0
/
+0
*
Updates to examples from jonathan.robie@redhat.com
Gordon Sim
2007-12-05
8
-29
/
+18
*
removed warnings on duplicate constants, the issue will go away with 0-10 final
Rafael H. Schloming
2007-12-04
1
-1
/
+2
*
Python examples
Alan Conway
2007-11-30
10
-0
/
+782
*
new file
Arnaud Simon
2007-11-27
1
-0
/
+95
*
Additional test covering the current hack for no-local used on exclusive queues
Gordon Sim
2007-11-16
1
-0
/
+42
*
QPID-687: comitted qpid-patch7-python.diff for real this time.
Alan Conway
2007-11-15
2
-74
/
+190
*
Fix to auto-rollback which didn't do what it was supposed to (i.e. rollback a...
Gordon Sim
2007-11-15
1
-3
/
+24
*
Get rid of basic_publish, no longer supported by c++ broker.
Alan Conway
2007-11-09
1
-2
/
+2
*
python API updates
Rafael H. Schloming
2007-11-07
4
-45
/
+85
*
Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...
Gordon Sim
2007-11-07
1
-2
/
+2
*
added factory for structs, and made default spec loading based on AMQP_SPEC e...
Rafael H. Schloming
2007-11-07
4
-11
/
+44
*
Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.
Gordon Sim
2007-11-07
1
-1
/
+1
*
updated pack param, however nothing was broken because first param is 0
Kim van der Riet
2007-11-06
1
-1
/
+1
*
Add support for array type to c++ (and python, decode only for now)
Gordon Sim
2007-11-06
3
-12
/
+61
*
applied patch from tross posted in QPID-666
Rafael H. Schloming
2007-10-29
2
-2
/
+227
*
Added empty stub in client.py for handling session acks
Kim van der Riet
2007-10-29
1
-0
/
+3
*
Additional testing of subscriber in not-acquired mode
Gordon Sim
2007-10-25
1
-5
/
+34
*
Fixed return of acquired message ranges (and added tests)
Gordon Sim
2007-10-18
1
-2
/
+10
*
Fix to headers exchanges bind: need to check the match value is present befor...
Gordon Sim
2007-10-17
1
-0
/
+8
*
Implementation of 0-10 field tables
Andrew Stitcher
2007-10-16
2
-5
/
+7
*
Remove default queue concept which is no longer applicable in 0-10.
Gordon Sim
2007-10-15
1
-5
/
+2
*
Enabled packed struct encoding in python, cpp, and java. Also fixed computati...
Rafael H. Schloming
2007-10-14
8
-45
/
+170
*
whitespace cleanup
Rafael H. Schloming
2007-10-11
1
-6
/
+6
*
Exclusive no longer implies auto-delete on queue.declare.
Gordon Sim
2007-10-11
6
-69
/
+69
*
Ensure recovered messages have the redelivered flag set
Gordon Sim
2007-10-11
1
-0
/
+1
*
Additional tests and fixes
Gordon Sim
2007-10-04
1
-0
/
+23
*
Added test for ordering of released messages
Gordon Sim
2007-10-04
1
-0
/
+24
*
Fixed recovery; unacked message records are now updated to hold the new comma...
Gordon Sim
2007-10-02
1
-0
/
+46
*
issue execution_sync rather than execution_flush prior to waiting for completion
Rafael H. Schloming
2007-09-27
1
-3
/
+3
*
added support for 0-10 field table encoding
Rafael H. Schloming
2007-09-27
3
-23
/
+87
*
Change to start execution mark at -1
Gordon Sim
2007-09-26
1
-8
/
+12
*
Moved c++ over to using the same preview file for 0-10 work as java.
Gordon Sim
2007-09-21
3
-8
/
+14
*
Use octet each for class and method id (changed c++ and python)
Gordon Sim
2007-09-21
13
-71
/
+72
*
Fixed (il)logic in timeout management when waiting for completion.
Gordon Sim
2007-09-19
1
-2
/
+2
*
Added routing key for more readable logs.
Alan Conway
2007-09-19
1
-1
/
+1
*
made testlib use session_open for 0-10
Rafael H. Schloming
2007-09-18
1
-1
/
+5
*
Use frameset begin/end flags for determining frameset boundaries.
Gordon Sim
2007-09-13
1
-1
/
+16
*
In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...
Gordon Sim
2007-09-12
9
-52
/
+58
*
* Python: reinstated 0-8 framing in parallel with the new 0-10 framing
Andrew Stitcher
2007-09-12
1
-3
/
+33
*
* python/qpid/codec.py
Andrew Stitcher
2007-09-12
2
-4
/
+26
*
Initial implementation (plus very simple tests) of message.acquire, message.r...
Gordon Sim
2007-09-03
4
-8
/
+75
*
Fix for QPID-561
Gordon Sim
2007-09-03
1
-1
/
+1
*
Updated message.transfer encoding to use header and content segments (includi...
Gordon Sim
2007-08-28
14
-863
/
+165
*
removed extraneous whitespace
Rafael H. Schloming
2007-08-23
1
-21
/
+21
[prev]
[next]