summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* Update to release script as used to generate the 0.5 release.Martin Ritchie2009-05-011-32/+176
* 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
* QPID-1833: use file.seperator to overcome copy+globmapper path limitation on ...Robert Gemmell2009-04-302-2/+2
* 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
* QPID-1730: add AlertingTest, although not to 010Aidan Skinner2009-04-284-2/+167
* 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
* QPID-1826: brown paper bag commitAidan Skinner2009-04-232-16/+12
* QPID-1826: Ensure that server-wide configuration variables in virtualhosts.xm...Aidan Skinner2009-04-235-54/+298
* 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
* Added failonerror=true to fail the build if the example automation failsRajith Muditha Attapattu2009-04-211-1/+1
* QPID-1823: Allow recycling of channel IDsAidan Skinner2009-04-219-5/+167
* File missed in previous commit.Alan Conway2009-04-211-4/+6
* QPID-1824 : Add ability to use a ConnectionURL String to configure a Configur...Martin Ritchie2009-04-212-0/+86
* QPID-1818 : Disable NoLocalAfterRecoveryTest until we can resolve the failove...Martin Ritchie2009-04-211-0/+2
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-2018-79/+410
* used timed wait to improve debugabilityRafael H. Schloming2009-04-182-2/+6
* Setting the svn:executable property on the verify_all scriptRajith Muditha Attapattu2009-04-171-0/+0
* Small change to ClusterFixture which allows a different path to the cluster.s...Kim van der Riet2009-04-172-16/+17