summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better logging around cpg_init, 30 second retry limit.Alan Conway2009-04-221-4/+6
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-2012-70/+349
* Fix log message with incorrect level (critical should be debug).Alan Conway2009-04-161-1/+1
* Removed un-used LatencyMetric hack: missed in lat commit.Alan Conway2009-04-153-7/+1
* Cleaned up some un-necessary #include dependencies.Alan Conway2009-04-1523-186/+22
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-142-3/+4
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-1121-81/+395
* QPID-1785: Prevent session.detach following execution.exception from destroyi...Gordon Sim2009-04-081-3/+5
* Cluster: fix exception handling if updater fails to connect to updatee.Alan Conway2009-04-063-12/+11
* Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...Alan Conway2009-03-305-2/+14
* cpp/src/qpid/client/Handle.h: fix operator!()Alan Conway2009-03-301-1/+4
* Need to see toFd from tests; related to QPID-1765Stephen D. Huston2009-03-271-1/+2
* Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-254-5/+5