summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-161-2/+0
* 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
* Fix regression: close shadow connections belonging to brokers that have left ...Alan Conway2009-04-144-4/+64
* Trivial fix for gcc 4.3 compiler (F10) "may be used uninitialized" errorKim van der Riet2009-04-131-1/+2
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-1136-187/+866
* Add durability option to the cpp failover_soak test. Alan Conway2009-04-094-19/+54
* 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
* cpp/src/tests/failover_soak.cpp: allow it to run with all modules loaded or o...Alan Conway2009-03-312-32/+39
* 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
* Lib tweaksStephen D. Huston2009-03-2717-164/+164
* Need to see toFd from tests; related to QPID-1765Stephen D. Huston2009-03-271-1/+2
* Enable SocketProxy portability to Windows; fixes QPID-1765Stephen D. Huston2009-03-261-41/+70
* Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-254-5/+5
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-254-6/+6
* QPID-1771: fix as applied to branch as r757807.Gordon Sim2009-03-242-3/+6
* Remove unneeded size_t typedef; fixes QPID-1745Stephen D. Huston2009-03-171-1/+0
* Correct the handling of end-of-connection cases; fixes QPID-1550Stephen D. Huston2009-03-171-12/+10
* QPID-1744: fix as applied to branch in r755315.Gordon Sim2009-03-171-0/+1
* Fix some bashishms in test scriptsManuel Teira Paz2009-03-172-11/+24
* In testLoggerFormat:Manuel Teira Paz2009-03-171-1/+1
* Fixes to the Solaris ECFPoller: Extra trace logging and a misplaced eventManuel Teira Paz2009-03-171-4/+10
* QPID-1741: Fix for later versions of boost test API (from Jan Sarenik)Gordon Sim2009-03-171-1/+8
* Add PLAIN auth client handling for Windows; fixes QPID-1733Stephen D. Huston2009-03-168-58/+198
* QPID-1673: Include BrokerImportExport header in distribution list.Gordon Sim2009-03-131-2/+3
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-12150-1578/+2570
* QPID-1729: trivial cleanup for shutdown in the case that perftest loses conne...Gordon Sim2009-03-121-2/+4
* QPID-1728: Avoid logging error messages on 'shadow' connections that are outg...Gordon Sim2009-03-122-31/+19
* Fix problems buildling on gcc 4.4 and latest corosync.Alan Conway2009-03-111-7/+17
* Remove race condition in low level IO when throttling inputAndrew Stitcher2009-03-111-5/+7