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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
QPID-1816 : When client fails over due to an error, that error is still held ...
Martin Ritchie
2009-10-28
2
-0
/
+22
*
r817742 (the fix for QPID-2102) did not cover the case for 2pc transactions r...
Martin Ritchie
2009-10-28
4
-5
/
+26
*
Change threshold for reporting a timer as late from 10 to 50 msec. Resolves Q...
Martin Ritchie
2009-10-28
1
-1
/
+1
*
Add API doc generation and install to CMake build.
Martin Ritchie
2009-10-28
2
-2
/
+42
*
Consistently show qpid-based paths in #include directives. Help this work fro...
Martin Ritchie
2009-10-28
1
-4
/
+4
*
Pull running acceptor out of Broker run loop
Martin Ritchie
2009-10-28
3
-1
/
+3
*
Rationalised AsynchConnector/Acceptor/IO to all use the same code structure
Martin Ritchie
2009-10-28
3
-66
/
+38
*
Fixed tcp nodelay, broken by previous socket code shuffling
Martin Ritchie
2009-10-28
4
-16
/
+24
*
Fix creating socket in the wrong place for listen()
Martin Ritchie
2009-10-28
1
-2
/
+2
*
Protect close method
Martin Ritchie
2009-10-28
1
-1
/
+2
*
QPID-1304: add vhost access check for missed corner cases, allowing for users...
Martin Ritchie
2009-10-28
1
-1
/
+10
*
Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...
Martin Ritchie
2009-10-28
6
-5
/
+46
*
QPID-2148 Override tearDown to ignore JMSException
Martin Ritchie
2009-10-28
1
-0
/
+14
*
Added select for object queries (Ruby).
Martin Ritchie
2009-10-28
2
-8
/
+51
*
QPID-1304: implement the ACCESS section of SimpleXML ACL. Enables virtualhost...
Martin Ritchie
2009-10-28
4
-12
/
+152
*
Created 0.5.x Development branch
Martin Ritchie
2009-10-28
0
-0
/
+0
*
Make ppid optional; it's not available on Windows
Stephen D. Huston
2009-10-15
1
-1
/
+6
*
Improved test output capturing in automated tests; correctly get exe process ...
Stephen D. Huston
2009-10-15
5
-28
/
+62
*
add property to enable overriding QPID_WORK during test runs
Robert Gemmell
2009-10-14
2
-3
/
+6
*
Have qpidd -q wait till the qpidd process exits before returning.
Alan Conway
2009-10-13
1
-2
/
+10
*
QPID-1204: add temporary workaround for connection close race condition at te...
Robert Gemmell
2009-10-13
4
-7
/
+174
*
QPID-1950 : Simplified the connection by using the default URL and configurin...
Martin Ritchie
2009-10-13
2
-7
/
+28
*
QPID-1816 : Ensured the lastCount value is always correctly set to NUM_MESSAG...
Martin Ritchie
2009-10-13
3
-15
/
+26
*
Add new SocketAddress.cpp and requisite adjustments; a few install improvements
Stephen D. Huston
2009-10-12
5
-32
/
+129
*
Add .NET key and signing the built assemblies
Stephen D. Huston
2009-10-12
4
-3
/
+11
*
Split Socket::listen
Andrew Stitcher
2009-10-12
2
-2
/
+7
*
Added new SocketAddress class to Cmake build (oops)
Andrew Stitcher
2009-10-12
1
-0
/
+1
*
fixed the usage text
Rafael H. Schloming
2009-10-12
1
-1
/
+1
*
renamed ping to spout
Rafael H. Schloming
2009-10-12
1
-3
/
+3
*
added an option for logging
Rafael H. Schloming
2009-10-12
1
-0
/
+7
*
Refactored Socket to allow for IPv6 and unix domain socket
Andrew Stitcher
2009-10-12
4
-34
/
+48
*
added ability to specify reply-to and message properties for ping; also added...
Rafael H. Schloming
2009-10-11
2
-7
/
+114
*
added check for target and source being None
Rafael H. Schloming
2009-10-11
2
-4
/
+22
*
Fix compiler compliance levels, not allowed @Override on interfaces in 1.5
Aidan Skinner
2009-10-11
11
-22
/
+1
*
Refactor a little, extract large inline case statements to individual methods.
Aidan Skinner
2009-10-11
1
-492
/
+516
*
added ping and drain examples for the new API
Rafael H. Schloming
2009-10-11
2
-0
/
+138
*
only invoke readable and writeable if the selectables are still reading and w...
Rafael H. Schloming
2009-10-11
1
-2
/
+4
*
use ewait on message fetch; added optional args to message constructor and im...
Rafael H. Schloming
2009-10-11
1
-14
/
+42
*
fixed subscription to use subject if present
Rafael H. Schloming
2009-10-11
1
-3
/
+10
*
catch socket errors on write as well as read
Rafael H. Schloming
2009-10-11
1
-19
/
+24
*
added durable and reconnect options to the tests
Rafael H. Schloming
2009-10-11
2
-22
/
+46
*
resent linked variable; fixed possible drain failure during reconnect
Rafael H. Schloming
2009-10-11
2
-11
/
+18
*
made addresses not auto-create by default; added error handling and tests for...
Rafael H. Schloming
2009-10-10
5
-92
/
+301
*
Fix race condition in enqueue/dequeue callbacks.
Alan Conway
2009-10-09
2
-14
/
+25
*
QPID-2016: apply missed version number increment for the new method
Robert Gemmell
2009-10-09
4
-4
/
+4
*
QPID-1950 : Updated to ensure test uses a unique queue and updated count inde...
Martin Ritchie
2009-10-09
1
-2
/
+2
*
QPID-1872: check for existence of outer consume permissions map before procee...
Robert Gemmell
2009-10-09
2
-17
/
+99
*
Used new SocketAddress class in rdma code
Andrew Stitcher
2009-10-09
7
-58
/
+29
*
Added in passive socket address to SocketAddress and use in Socket::listen()
Andrew Stitcher
2009-10-09
2
-7
/
+15
*
Split responsibility for name lookup in AsynchConnector::connect
Andrew Stitcher
2009-10-09
7
-31
/
+140
[prev]
[next]