summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-019-26/+46
* 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
* Code generator changes missed on last commit.Alan Conway2009-05-011-2/+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-287-58/+56
* 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-284-177/+242
* 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-2321-44/+1564
* 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-2311-35/+131
* 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
* File missed in previous commit.Alan Conway2009-04-211-4/+6
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-2018-79/+410
* Small change to ClusterFixture which allows a different path to the cluster.s...Kim van der Riet2009-04-172-16/+17
* Remove LatencyMetric filesStephen D. Huston2009-04-171-6/+0
* Fix log message with incorrect level (critical should be debug).Alan Conway2009-04-161-1/+1
* Override the executable used by ForkedBroker by setting an env. var.Alan Conway2009-04-162-3/+4
* Changes missed in previous commit r765285.Alan Conway2009-04-162-2/+1
* Removed defunct interop_runner test, was never updated from 0-8 channel API.Alan Conway2009-04-159-793/+0
* Clean up temporary data directories in tests.Alan Conway2009-04-154-19/+30
* Update set of generated source filesStephen D. Huston2009-04-151-0/+6
* Fix bug in SocketProxy causing occasional hangs in tests.Alan Conway2009-04-151-2/+2
* 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
* Update client test to use SubscriptionManager.Alan Conway2009-04-151-26/+9
* src/cluster.mk: removed non-existent file.Alan Conway2009-04-141-1/+0