summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-184-12/+12
* from (aconway)... added facility to disable management methods.Ted Ross2009-05-153-0/+39
* Undo change from r774809.Alan Conway2009-05-158-151/+19
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-148-19/+219
* 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
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-111-1/+2
* Add --quit, --check for Windows; required fixing LockFile for WindowsStephen D. Huston2009-05-113-8/+10
* Reserve space for sequence id in args field table.Gordon Sim2009-05-111-3/+5
* Cmake fixes:Andrew Stitcher2009-05-111-1/+1
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-1139-268/+250
* Fix leak of Decoder map entries.Alan Conway2009-05-113-8/+10
* Added method to test validity of session object.Gordon Sim2009-05-112-0/+4
* 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
* DeliveryRecord optimizations.Alan Conway2009-05-065-77/+45
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-0622-96/+43
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-069-20/+15
* Hack around the namespace pollution in QPID-1737Andrew Stitcher2009-05-055-6/+9
* Added #include Thread.h for backwards compatibility.Alan Conway2009-05-051-5/+6
* Add new files to client projectStephen D. Huston2009-05-041-1/+1
* Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...Stephen D. Huston2009-05-047-30/+237
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-042-3/+8
* LatenchTracker: a tool for measuring latencies.Alan Conway2009-05-042-7/+118
* Add missing ctor initializer.Alan Conway2009-05-041-1/+1
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-0410-129/+514
* Undo buggy commit 770802.Alan Conway2009-05-042-9/+10
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-0410-356/+280
* Fixed ExchangeRegistry definitions to match changed declarationsAndrew Stitcher2009-05-031-4/+2
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-0310-34/+37
* Replace std::list with std::deque for SemanticState::unacked - more efficient...Alan Conway2009-05-016-22/+20
* Apply PIMPL pattern to qpid::client::LocalQueueAlan Conway2009-05-016-53/+216
* Remove workaround for buggy corosync headers, no longer needed.Alan Conway2009-05-011-7/+3
* Cleaned up PIMPL pattern for public APIAlan Conway2009-05-0116-276/+177
* Add extern for run() so tests can link correctly on WindowsStephen D. Huston2009-04-301-1/+4
* Improved & simplified cluster output algorithm.Alan Conway2009-04-2910-173/+37
* Ensure socket is closed when exception occurs during encode/decode.Gordon Sim2009-04-281-1/+3
* Fix compile error - missing config.h check and QPIDC_MODULE_DIR, QPIDC_CONF_FILEStephen D. Huston2009-04-271-1/+3
* Added missing const clause for putBin128.Ted Ross2009-04-242-2/+2
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-235-6/+8
* Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...Stephen D. Huston2009-04-232-5/+3
* Fixes to build under Visual Studio 2008Andrew Stitcher2009-04-234-1/+4
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-238-34/+114