summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing file to CMakeAndrew Stitcher2009-05-041-0/+1
* Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...Stephen D. Huston2009-05-049-31/+243
* 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-043-8/+120
* Add missing ctor initializer.Alan Conway2009-05-041-1/+1
* Fix error in Makefile.am.Alan Conway2009-05-041-23/+0
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-0420-134/+552
* Undo buggy commit 770802.Alan Conway2009-05-042-9/+10
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-0411-381/+313
* Fixed ExchangeRegistry definitions to match changed declarationsAndrew Stitcher2009-05-031-4/+2
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-0312-36/+39
* Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;...Stephen D. Huston2009-05-011-1/+18
* Fixed CMake buildAndrew Stitcher2009-05-011-2/+2
* Add qpidbroker.vcproj to windows_dist files; fixes QPID-1835Stephen D. Huston2009-05-011-0/+1
* Replace std::list with std::deque for SemanticState::unacked - more efficient...Alan Conway2009-05-016-22/+20
* Cluster test code now has a persistence switch controlled by the environment....Kim van der Riet2009-05-017-112/+175
* Apply PIMPL pattern to qpid::client::LocalQueueAlan Conway2009-05-017-53/+218
* Remove workaround for buggy corosync headers, no longer needed.Alan Conway2009-05-011-7/+3
* Cleaned up PIMPL pattern for public APIAlan Conway2009-05-0117-279/+178
* Help more tests runStephen D. Huston2009-04-302-40/+23
* Add extern for run() so tests can link correctly on WindowsStephen D. Huston2009-04-301-1/+4
* Fixed testShlib and testAutoShlib path typoKim van der Riet2009-04-301-2/+2
* Made cmake config more like the autotools versionAndrew Stitcher2009-04-304-42/+88
* Pass platform's shared lib prefix, suffix to test progs that need it; use it ...Stephen D. Huston2009-04-293-25/+25
* Fix locating of LIBCPG; removed deleted WriteEstimate.cpp, .h filesStephen D. Huston2009-04-291-7/+4
* Improved & simplified cluster output algorithm.Alan Conway2009-04-2911-175/+37
* Removed code that prevents cmake build from raw checkoutAndrew Stitcher2009-04-281-3/+0
* Fixed to allow use of cmake 2.4Andrew Stitcher2009-04-285-56/+50
* Ensure socket is closed when exception occurs during encode/decode.Gordon Sim2009-04-281-1/+3
* Add tests; revise checks for C++ headers to uuse C++, not CStephen D. Huston2009-04-283-176/+238