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
/
peer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-947: update cpp and python management to 0-10 final
Rafael H. Schloming
2008-04-22
1
-1
/
+1
*
Start moving towards final 0-10 spec:
Gordon Sim
2008-02-21
1
-1
/
+1
*
fixed python dependence on the content-length attribute (bz 419371)
Rafael H. Schloming
2008-01-18
1
-7
/
+5
*
python API updates
Rafael H. Schloming
2007-11-07
1
-26
/
+27
*
Enabled packed struct encoding in python, cpp, and java. Also fixed computati...
Rafael H. Schloming
2007-10-14
1
-2
/
+2
*
issue execution_sync rather than execution_flush prior to waiting for completion
Rafael H. Schloming
2007-09-27
1
-3
/
+3
*
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
1
-2
/
+3
*
Fixed (il)logic in timeout management when waiting for completion.
Gordon Sim
2007-09-19
1
-2
/
+2
*
Initial implementation (plus very simple tests) of message.acquire, message.r...
Gordon Sim
2007-09-03
1
-0
/
+1
*
Refresh of transitional xml to more closely reflect latest specification
Gordon Sim
2007-08-21
1
-2
/
+10
*
added support for unpacked structs and execution.result
Rafael H. Schloming
2007-08-10
1
-3
/
+13
*
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
*
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
1
-8
/
+1
*
Use execution layer to acknowledge messages.
Gordon Sim
2007-07-27
1
-10
/
+72
*
Changed use of Event to directly use Condition to workaround problems on othe...
Gordon Sim
2007-07-26
1
-12
/
+20
*
Some initial 0-10 support including placeholders for new domains, use of exec...
Gordon Sim
2007-07-24
1
-1
/
+12
*
Added initial 'execution-layer' to try out methods form the 0-10 execution cl...
Gordon Sim
2007-07-23
1
-0
/
+30
*
* python/qpid/*.py:: apply 0-9 changes missed by merge.
Alan Conway
2007-03-21
1
-5
/
+10
*
Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...
Alan Conway
2007-03-19
1
-4
/
+7
*
Merged revisions 504590 via svnmerge from
Alan Conway
2007-03-19
1
-1
/
+26
*
* python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...
Alan Conway
2007-03-19
1
-1
/
+7
*
Merged revisions 500305 via svnmerge from
Alan Conway
2007-03-16
1
-0
/
+2
*
Merged revisions 496593 via svnmerge from
Alan Conway
2007-03-16
1
-52
/
+140
*
Proper fix to race condition where connection-close is sent by server. Now ha...
Gordon Sim
2007-01-23
1
-15
/
+9
*
Locked Channel::close() due to race.
Gordon Sim
2007-01-18
1
-7
/
+13
*
Modified handling of reason for closing in peer to work around race between w...
Gordon Sim
2007-01-18
1
-0
/
+2
*
update Apache licenses to the current version
Stephen Vinoski
2006-11-10
1
-13
/
+16
*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...
Alan Conway
2006-09-27
1
-2
/
+1
*
Close channels on fatal errors to prevent hangs, provide useful stack trace.
Alan Conway
2006-09-25
1
-6
/
+3
*
Import of qpid from etp:
Rafael H. Schloming
2006-09-19
1
-0
/
+209