summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-1963: hold lock across TopicExchange::isBound() methodGordon Sim2009-07-011-0/+1
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-0112-35/+234
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-3010-44/+62
* Removed installation lines that were redundant with the nobase_include_HEADER...Ted Ross2009-06-301-3/+0
* Add some ring queue tests to make check-long (fix script to use QPID_PORT cor...Gordon Sim2009-06-303-6/+44
* Minor test env name cleanup which syncs with changes to storeKim van der Riet2009-06-292-9/+9
* Backout last change to test scriptGordon Sim2009-06-291-1/+1
* Have receivers in test ignore duplicates (makes it possible to recover from c...Gordon Sim2009-06-291-1/+1
* Added extra test script for testing ring queues plus a random data generation...Gordon Sim2009-06-293-0/+274
* In isInline() don't try to take address of a vector w/o storage yet; fixes QP...Stephen D. Huston2009-06-261-0/+4
* Take dirpath off of plugin name to load; fixes QPID-1959Stephen D. Huston2009-06-261-2/+2
* Export callMe on Windows; fixes QPID-1958Stephen D. Huston2009-06-261-1/+5
* Fix out-of-range vector access; fixes QPID-1957Stephen D. Huston2009-06-261-1/+2
* Added const to the Uuid constructor argument.Ted Ross2009-06-252-5/+5
* Require exact match for environment variables before they are interpreted as ...Gordon Sim2009-06-251-1/+2
* Added one missing trace logTed Ross2009-06-251-1/+2
* Added debug logs to the embedded broker agentTed Ross2009-06-251-8/+59
* Added qpid_ping: a simple client to verify broker responsiveness.Alan Conway2009-06-252-0/+120
* Fix to perftest to make sure that all threads are joined even if thereAndrew Stitcher2009-06-231-27/+23
* Fix for issue where a broker with single io thread can get stuck if itAndrew Stitcher2009-06-231-0/+1
* Client side fix to make sure we don't schedule a disconnectAndrew Stitcher2009-06-231-1/+4
* Add blocking to sys::Timer so that timer callback and cancelAndrew Stitcher2009-06-232-2/+13
* Add blocking to broker::Timer/TimerTask so cancel and fire()Andrew Stitcher2009-06-232-3/+15
* Once we're aborting the connection due to traffic timeout make sureAndrew Stitcher2009-06-231-1/+6
* Don't schedule eof() in response to traffic timeout if alreadyAndrew Stitcher2009-06-231-2/+8
* Make sure you close down heartbeatTimer for every close even if you don'tAndrew Stitcher2009-06-231-1/+2
* QPID-1936: Fix potential deadlock for durable ring queueGordon Sim2009-06-234-15/+58
* Renamed new directory to avoid clashing with executable name where build is d...Gordon Sim2009-06-236-0/+0
* Script fixes to get tests going on Windows; includes properly licensed backgr...Stephen D. Huston2009-06-223-26/+51
* Fix compile errorStephen D. Huston2009-06-221-1/+1
* Test script to run distributed perftest against a cluster.Alan Conway2009-06-226-0/+150
* Log an error only the first time a detached session is used, ignore after that.Alan Conway2009-06-222-15/+21
* Resolve Windows build errors/warningsStephen D. Huston2009-06-228-18/+17
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-186-23/+27
* Correct order of args to memset(); fixes QPID-1787Stephen D. Huston2009-06-181-1/+1
* Add missing include required on some platforms.Gordon Sim2009-06-181-0/+1
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-174-5/+61
* Don't throw exception from destructor in Mutex and Condition as this is unsaf...Gordon Sim2009-06-173-3/+5
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-172-22/+35
* Drop _EXPECTED_FAILURES macro, doesn't work with all boost versions.Alan Conway2009-06-173-28/+6
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-1621-202/+229
* Revert bad optimization: unpredictable ordering of set caused cluster failures.Alan Conway2009-06-122-9/+25
* Change to test directory names for installed tests missed in previous checkinKim van der Riet2009-06-111-2/+2
* Change to test directory names for installed testsKim van der Riet2009-06-111-2/+2
* Minor change to clarify queue size policy log messagesKim van der Riet2009-06-111-3/+6
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-1110-13/+181
* Avoid the case where we can receive bytes from the socketAndrew Stitcher2009-06-111-0/+1
* Don't start the broker Connection heartbeat timers if theAndrew Stitcher2009-06-111-1/+1
* Stop timers on receiving Connection::closed() from lower levelsAndrew Stitcher2009-06-111-0/+4
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-113-1/+9