summaryrefslogtreecommitdiff
path: root/cpp/src
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
* Bug fix: Console sent get-requests (by objectId) to all agents, not just the ...Ted Ross2009-10-154-5/+20
* Improved test output capturing in automated tests; correctly get exe process ...Stephen D. Huston2009-10-155-28/+62
* Have qpidd -q wait till the qpidd process exits before returning.Alan Conway2009-10-131-2/+10
* Add new SocketAddress.cpp and requisite adjustments; a few install improvementsStephen D. Huston2009-10-124-32/+108
* Split Socket::listenAndrew Stitcher2009-10-122-2/+7
* Added new SocketAddress class to Cmake build (oops)Andrew Stitcher2009-10-121-0/+1
* Refactored Socket to allow for IPv6 and unix domain socketAndrew Stitcher2009-10-124-34/+48
* Fix race condition in enqueue/dequeue callbacks.Alan Conway2009-10-092-14/+25
* 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-096-31/+135
* 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
* 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
* QPID-2132: Applied patch from Ken GiustiGordon Sim2009-10-082-19/+30
* Added more install-related content to the CMake structure.Stephen D. Huston2009-10-071-33/+153
* Add missing extern decls.Stephen D. Huston2009-10-072-3/+3
* 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
* Get remaining tests running on WindowsStephen D. Huston2009-10-053-25/+119
* 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
* Correct some powershell problems for WindowsStephen D. Huston2009-10-054-27/+28
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-0513-79/+118
* Look for qpidd.exe in various places, not just DebugStephen D. Huston2009-10-033-6/+53
* QMF Fixes in Ruby Console:Ted Ross2009-10-023-0/+8
* QMF Fixes:Ted Ross2009-10-022-3/+6
* qpidd prints message to stderr if logging configuration is invalid.Alan Conway2009-10-021-15/+19
* Applied patches to resolve QPID-2076Stephen D. Huston2009-10-026-12/+18
* define content- and view- classes separately from message classGordon Sim2009-10-0212-288/+385
* Removed LatencyTracker from cluster.Alan Conway2009-10-017-201/+6
* Set cluster version number from SVN revision.Alan Conway2009-10-011-2/+6
* Fix broker race where broker closes connection before sending close-ok.Alan Conway2009-10-012-8/+15
* Fix QPID-2086 - problem with read-credit.Alan Conway2009-10-019-74/+70
* Add definition of int64_t (required by gcc 4.4.1)Gordon Sim2009-09-301-0/+1
* Revised set of source files and library names for QMF; matches earlier change...Stephen D. Huston2009-09-291-42/+45
* This is related to QPID-2108Rajith Muditha Attapattu2009-09-292-10/+10
* Fix dependencies so python client used by tests is built before tests.Alan Conway2009-09-291-0/+3
* I have applied the patch attached to QPID-2108 from Tim Platten with a few mo...Rajith Muditha Attapattu2009-09-294-49/+214
* QMF Engine updates:Ted Ross2009-09-2912-55/+201
* Fix python tests to work in VPATH builds and for make distcheck.Alan Conway2009-09-2815-101/+135