summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* [Linux] Small tidy up of SystemInfo code to get executable nameAndrew Stitcher2009-05-261-4/+2
* Persistent cluster test added which checks for recovery of queue and messages...Kim van der Riet2009-05-262-39/+84
* Added installable python cluster tests that can be run from an external store...Kim van der Riet2009-05-269-20/+1061
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-259-36/+41
* ConsumerImpl optimization - use atomic value for queueHasMessages.Alan Conway2009-05-252-19/+11
* ConsumerImpl optimization - only dispatch on queue if we were notified of mes...Alan Conway2009-05-252-2/+21
* QPID-1874 - First drop of the second-generation QMF libraries.Ted Ross2009-05-2227-4/+4778
* Fix to cmake build to account for some ssl include changesAndrew Stitcher2009-05-221-1/+2
* Optimized TopicExchange matching.Alan Conway2009-05-223-252/+209
* Added optimization for management updates sent from the broker.Ted Ross2009-05-212-48/+79
* Handle case where recovered exchange is of unrecognised type.Gordon Sim2009-05-212-4/+14
* * adjust replication exchange in line with change to registration function si...Gordon Sim2009-05-213-11/+13
* QPID-1869: Set closed flag to false only after poller and aio are initialised.Gordon Sim2009-05-211-1/+1
* Add missing null body check in ErrorCheckAlan Conway2009-05-204-11/+23
* QPID-1865 - Block the deletion of default exchanges.Ted Ross2009-05-201-0/+5
* Fixed a regression affecting plugin-exchanges.Ted Ross2009-05-205-11/+14
* Instrumentation for measuring latencies.Alan Conway2009-05-195-59/+132
* Add --quit, --check, --pid-dir options to allow shutting down a broker from c...Stephen D. Huston2009-05-181-2/+84
* Correct listed broker files; correct qmfgen command switches to specify names...Stephen D. Huston2009-05-182-2/+36
* Block unsafe management methods only if clustering is enabledTed Ross2009-05-181-2/+3
* Fix includes to allow for alternative packaging for nspr/nss.Gordon Sim2009-05-185-13/+13
* from (aconway)... added facility to disable management methods.Ted Ross2009-05-153-0/+39
* Undo change from r774809.Alan Conway2009-05-159-152/+19
* More work on cmake:Andrew Stitcher2009-05-143-12/+27
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-149-19/+220
* Suppress the return of deleted objects for synchronous management get request...Ted Ross2009-05-131-12/+16
* Fix typoAndrew Stitcher2009-05-121-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-128-38/+44
* Windows adjustments to run testsStephen D. Huston2009-05-111-2/+3
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-113-22/+25
* Add --quit, --check for Windows; required fixing LockFile for WindowsStephen D. Huston2009-05-114-9/+77
* Reserve space for sequence id in args field table.Gordon Sim2009-05-111-3/+5
* Cmake fixes:Andrew Stitcher2009-05-113-7/+9
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-1140-271/+253
* Fix leak of Decoder map entries.Alan Conway2009-05-113-8/+10
* Added method to test validity of session object.Gordon Sim2009-05-113-0/+11
* Fixed a minor typoTed Ross2009-05-081-1/+1
* Fixed cluster store problem where second and subsequent cluster nodes (which ...Kim van der Riet2009-05-086-63/+83
* Use set for efficient insert/remove rather than list.Alan Conway2009-05-072-25/+9
* More work on cmake: Get many more tests working on Linux nowAndrew Stitcher2009-05-072-12/+62
* DeliveryRecord optimizations.Alan Conway2009-05-066-78/+46
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-0624-100/+46
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-0610-22/+16
* Get the sense of the BUILD_ACL option the correct way roundAndrew Stitcher2009-05-051-2/+2
* Hack around the namespace pollution in QPID-1737Andrew Stitcher2009-05-056-15/+26
* Changed name of store switch environment variableKim van der Riet2009-05-051-24/+24
* Added #include Thread.h for backwards compatibility.Alan Conway2009-05-051-5/+6
* Add extra file to list of headers.Gordon Sim2009-05-051-1/+2
* Add qmf agent project for Windows; fixes more of QPID-1731Stephen D. Huston2009-05-043-0/+419
* Add new files to client projectStephen D. Huston2009-05-042-1/+13