summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rationalised AsynchConnector/Acceptor/IO to all use the same code structureAndrew Stitcher2009-10-163-66/+38
* Fixed tcp nodelay, broken by previous socket code shufflingAndrew Stitcher2009-10-164-16/+24
* Fix creating socket in the wrong place for listen()Andrew Stitcher2009-10-161-2/+2
* Protect close methodCarl C. Trieloff2009-10-161-1/+2
* QPID-1304: add vhost access check for missed corner cases, allowing for users...Robert Gemmell2009-10-161-1/+10
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Ted Ross2009-10-156-5/+46
* QPID-2148 Override tearDown to ignore JMSExceptionMarnie McCormack2009-10-151-0/+14
* Added select for object queries (Ruby).Ted Ross2009-10-152-8/+51
* QPID-1304: implement the ACCESS section of SimpleXML ACL. Enables virtualhost...Robert Gemmell2009-10-154-12/+152
* Merge java-network-refactor branchAidan Skinner2009-10-1560-2587/+2578
* 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
* Split TCP connect so that the connect is non blockingAndrew Stitcher2009-10-091-35/+47
* Change TCP AsynchConnector so that it returns all failures asynchronouslyAndrew Stitcher2009-10-091-2/+7
* Fix memory usage error in AsynchConnectorAndrew Stitcher2009-10-093-20/+27
* Fix package name and NSIS banner bitmap size.Stephen D. Huston2009-10-083-7/+5
* Apply patch from QPID-2103.Stephen D. Huston2009-10-084-14/+14
* QPID-2132: further fix from Ken Giusti.Gordon Sim2009-10-082-6/+15