summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compile error - missing config.h check and QPIDC_MODULE_DIR, QPIDC_CONF_FILEStephen D. Huston2009-04-272-9/+11
* 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-2315-24/+1299
* Move client::Dispatcher destructor from .cpp to .h to avoid having to export ...Stephen D. Huston2009-04-233-5/+12
* Fix compile warning-turned-errorStephen D. Huston2009-04-231-1/+1
* Fixes to build under Visual Studio 2008Andrew Stitcher2009-04-234-1/+4
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-2310-34/+129
* Fix valgrind error in PollableCondition unit test.Alan Conway2009-04-221-1/+1
* Unit test for PollableCondition.Alan Conway2009-04-222-1/+119
* 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-2018-79/+410