summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1816 : When client fails over due to an error, that error is still held ...Martin Ritchie2009-10-282-0/+22
* r817742 (the fix for QPID-2102) did not cover the case for 2pc transactions r...Martin Ritchie2009-10-284-5/+26
* Change threshold for reporting a timer as late from 10 to 50 msec. Resolves Q...Martin Ritchie2009-10-281-1/+1
* Add API doc generation and install to CMake build.Martin Ritchie2009-10-282-2/+42
* Consistently show qpid-based paths in #include directives. Help this work fro...Martin Ritchie2009-10-281-4/+4
* Pull running acceptor out of Broker run loopMartin Ritchie2009-10-283-1/+3
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureMartin Ritchie2009-10-283-66/+38
* Fixed tcp nodelay, broken by previous socket code shufflingMartin Ritchie2009-10-284-16/+24
* Fix creating socket in the wrong place for listen()Martin Ritchie2009-10-281-2/+2
* Protect close methodMartin Ritchie2009-10-281-1/+2
* QPID-1304: add vhost access check for missed corner cases, allowing for users...Martin Ritchie2009-10-281-1/+10
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Martin Ritchie2009-10-286-5/+46
* QPID-2148 Override tearDown to ignore JMSExceptionMartin Ritchie2009-10-281-0/+14
* Added select for object queries (Ruby).Martin Ritchie2009-10-282-8/+51
* QPID-1304: implement the ACCESS section of SimpleXML ACL. Enables virtualhost...Martin Ritchie2009-10-284-12/+152
* Created 0.5.x Development branchMartin Ritchie2009-10-280-0/+0
* Make ppid optional; it's not available on WindowsStephen D. Huston2009-10-151-1/+6
* Improved test output capturing in automated tests; correctly get exe process ...Stephen D. Huston2009-10-155-28/+62
* add property to enable overriding QPID_WORK during test runsRobert Gemmell2009-10-142-3/+6
* Have qpidd -q wait till the qpidd process exits before returning.Alan Conway2009-10-131-2/+10
* QPID-1204: add temporary workaround for connection close race condition at te...Robert Gemmell2009-10-134-7/+174
* QPID-1950 : Simplified the connection by using the default URL and configurin...Martin Ritchie2009-10-132-7/+28
* QPID-1816 : Ensured the lastCount value is always correctly set to NUM_MESSAG...Martin Ritchie2009-10-133-15/+26
* Add new SocketAddress.cpp and requisite adjustments; a few install improvementsStephen D. Huston2009-10-125-32/+129
* Add .NET key and signing the built assembliesStephen D. Huston2009-10-124-3/+11
* Split Socket::listenAndrew Stitcher2009-10-122-2/+7
* Added new SocketAddress class to Cmake build (oops)Andrew Stitcher2009-10-121-0/+1
* fixed the usage textRafael H. Schloming2009-10-121-1/+1
* renamed ping to spoutRafael H. Schloming2009-10-121-3/+3
* added an option for loggingRafael H. Schloming2009-10-121-0/+7
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-124-34/+48
* added ability to specify reply-to and message properties for ping; also added...Rafael H. Schloming2009-10-112-7/+114
* added check for target and source being NoneRafael H. Schloming2009-10-112-4/+22
* Fix compiler compliance levels, not allowed @Override on interfaces in 1.5Aidan Skinner2009-10-1111-22/+1
* Refactor a little, extract large inline case statements to individual methods.Aidan Skinner2009-10-111-492/+516
* added ping and drain examples for the new APIRafael H. Schloming2009-10-112-0/+138
* only invoke readable and writeable if the selectables are still reading and w...Rafael H. Schloming2009-10-111-2/+4
* use ewait on message fetch; added optional args to message constructor and im...Rafael H. Schloming2009-10-111-14/+42
* fixed subscription to use subject if presentRafael H. Schloming2009-10-111-3/+10
* catch socket errors on write as well as readRafael H. Schloming2009-10-111-19/+24
* added durable and reconnect options to the testsRafael H. Schloming2009-10-112-22/+46
* resent linked variable; fixed possible drain failure during reconnectRafael H. Schloming2009-10-112-11/+18
* made addresses not auto-create by default; added error handling and tests for...Rafael H. Schloming2009-10-105-92/+301
* Fix race condition in enqueue/dequeue callbacks.Alan Conway2009-10-092-14/+25
* QPID-2016: apply missed version number increment for the new methodRobert Gemmell2009-10-094-4/+4
* QPID-1950 : Updated to ensure test uses a unique queue and updated count inde...Martin Ritchie2009-10-091-2/+2
* QPID-1872: check for existence of outer consume permissions map before procee...Robert Gemmell2009-10-092-17/+99
* Used new SocketAddress class in rdma codeAndrew Stitcher2009-10-097-58/+29
* Added in passive socket address to SocketAddress and use in Socket::listen()Andrew Stitcher2009-10-092-7/+15
* Split responsibility for name lookup in AsynchConnector::connectAndrew Stitcher2009-10-097-31/+140