summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Help the package make go better on LinuxStephen D. Huston2009-10-081-3/+3
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-084-4/+10
* Fix race condition in testExclusiveQueueUpdate causing occasional false failu...Alan Conway2009-10-081-0/+1
* Added changeLogToWiki.py that just gives you the change log in wiki format. I...Martin Ritchie2009-10-081-0/+85
* QPID-1440 : Code review changes from QPID-1289. All actioned except adding ne...Martin Ritchie2009-10-087-24/+53
* QPID-942 : Updated test to use built in client property setting mechanismRobert Godfrey2009-10-081-11/+3
* QPID-2132: Applied patch from Ken GiustiGordon Sim2009-10-082-19/+30
* QPID-1950 : Remove exclude from global exclude file. Should just be excluded ...Martin Ritchie2009-10-082-3/+2
* QPID-1950 : Problem is that the thrown exception whilst an IOException does n...Martin Ritchie2009-10-088-5/+358
* Added more install-related content to the CMake structure.Stephen D. Huston2009-10-077-55/+310
* Add missing extern decls.Stephen D. Huston2009-10-072-3/+3
* Pick up size_t def from Windows rather than making one up and possibly clashi...Stephen D. Huston2009-10-071-1/+3
* QPID-942 : Added tests for broker and client log messages produced when flow ...Robert Godfrey2009-10-072-7/+88
* compatibility changes for python 2.3Rafael H. Schloming2009-10-062-6/+12
* Fix typo in ais_check, causing cluster tests to fail.Alan Conway2009-10-061-1/+1
* Remove conflicts checked in earlierStephen D. Huston2009-10-061-17/+0
* QPID-1816 : Fixed wait for messages loop so on error the test does not get stuckMartin Ritchie2009-10-061-0/+3
* Get remaining tests running on WindowsStephen D. Huston2009-10-054-43/+143
* Improve ability to avoid dialogs in automated testsStephen D. Huston2009-10-051-0/+17
* Add new files from r821000; Fixes QPID-2130Stephen D. Huston2009-10-051-0/+4
* Minor improvements to cluster logging.Alan Conway2009-10-053-16/+21
* Removed AMQP method body classes from public API.Alan Conway2009-10-051-1/+2