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
Commit message (
Expand
)
Author
Age
Files
Lines
*
check the mtime of the cached spec against the code that generates it
Rafael H. Schloming
2008-03-04
2
-5
/
+7
*
import of in-process 0-10 final python client
Rafael H. Schloming
2008-03-04
11
-0
/
+1747
*
QPID-820 from tross
Carl C. Trieloff
2008-02-28
2
-230
/
+353
*
put queue listeners in their own thread
Rafael H. Schloming
2008-02-25
1
-16
/
+31
*
Start moving towards final 0-10 spec:
Gordon Sim
2008-02-21
3
-5
/
+11
*
removed management.py.rej, which had been checked in by mistake
Nuno Santos
2008-01-23
1
-457
/
+0
*
fixed python dependence on the content-length attribute (bz 419371)
Rafael H. Schloming
2008-01-18
2
-11
/
+11
*
patch-715 (tross)
Carl C. Trieloff
2008-01-02
1
-15
/
+50
*
patch from tross
Carl C. Trieloff
2007-12-14
1
-5
/
+7
*
Patches from Ted Ross <tross@redhat.com>
Alan Conway
2007-12-10
2
-60
/
+636
*
removed warnings on duplicate constants, the issue will go away with 0-10 final
Rafael H. Schloming
2007-12-04
1
-1
/
+2
*
QPID-687: comitted qpid-patch7-python.diff for real this time.
Alan Conway
2007-11-15
2
-74
/
+190
*
python API updates
Rafael H. Schloming
2007-11-07
3
-36
/
+75
*
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
3
-6
/
+42
*
Add support for array type to c++ (and python, decode only for now)
Gordon Sim
2007-11-06
2
-0
/
+18
*
applied patch from tross posted in QPID-666
Rafael H. Schloming
2007-10-29
1
-0
/
+225
*
Added empty stub in client.py for handling session acks
Kim van der Riet
2007-10-29
1
-0
/
+3
*
Implementation of 0-10 field tables
Andrew Stitcher
2007-10-16
1
-5
/
+4
*
Enabled packed struct encoding in python, cpp, and java. Also fixed computati...
Rafael H. Schloming
2007-10-14
5
-27
/
+137
*
whitespace cleanup
Rafael H. Schloming
2007-10-11
1
-6
/
+6
*
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
2
-16
/
+87
*
Change to start execution mark at -1
Gordon Sim
2007-09-26
1
-8
/
+12
*
Use octet each for class and method id (changed c++ and python)
Gordon Sim
2007-09-21
6
-17
/
+35
*
Fixed (il)logic in timeout management when waiting for completion.
Gordon Sim
2007-09-19
1
-2
/
+2
*
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
1
-0
/
+9
*
* 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
2
-0
/
+4
*
Updated message.transfer encoding to use header and content segments (includi...
Gordon Sim
2007-08-28
3
-10
/
+5
*
added support for 0-10 style header encoding
Rafael H. Schloming
2007-08-22
5
-16
/
+107
*
made -i and -I support pattern matches
Rafael H. Schloming
2007-08-21
1
-2
/
+5
*
Refresh of transitional xml to more closely reflect latest specification
Gordon Sim
2007-08-21
2
-4
/
+12
*
Permit skipping of self tests and specify a folder for the spec file. Patch i...
Rafael H. Schloming
2007-08-20
1
-6
/
+23
*
added support for unpacked structs and execution.result
Rafael H. Schloming
2007-08-10
8
-14
/
+90
*
split invoke out into two distinct version specific impls
Rafael H. Schloming
2007-08-09
1
-28
/
+33
*
removed extraneous whitespace
Rafael H. Schloming
2007-08-09
1
-11
/
+7
*
removed extraneous whitespace
Rafael H. Schloming
2007-08-09
1
-13
/
+13
*
added support for parsing structs and results into the spec metadata
Rafael H. Schloming
2007-08-09
1
-11
/
+49
*
Fixed syntax error in handling of timeouts.
Gordon Sim
2007-08-09
1
-1
/
+1
*
Timeout after waiting for completion that doesn't arrive.
Gordon Sim
2007-08-08
1
-3
/
+5
*
Some restructuring of the client code:
Gordon Sim
2007-08-02
3
-9
/
+5
*
added an explicit upper bound check for longs
Rafael H. Schloming
2007-07-27
1
-2
/
+4
*
Use execution layer to acknowledge messages.
Gordon Sim
2007-07-27
4
-22
/
+95
*
Changed use of Event to directly use Condition to workaround problems on othe...
Gordon Sim
2007-07-26
1
-12
/
+20
*
Removed unused regex.
Rafael H. Schloming
2007-07-24
1
-3
/
+0
*
Some initial 0-10 support including placeholders for new domains, use of exec...
Gordon Sim
2007-07-24
4
-13
/
+46
[next]