summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to start and stop a test broker from within the python test...Kim van der Riet2009-05-061-2/+234
* 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
* QPID-1841: make MC release tar files gzipped as filename indicates. Add licen...Robert Gemmell2009-05-061-2/+8
* 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
* Adjust lib settings and references to main qpid libsStephen D. Huston2009-05-052-42/+68
* Add Visuql Studio files for qmf-agent example; finishes QPID-1731 additionsStephen D. Huston2009-05-053-0/+434
* 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
* The certificates added here had expired :(.Rajith Muditha Attapattu2009-05-047-23/+21
* This is related to QPID-1839Rajith Muditha Attapattu2009-05-041-2/+12
* 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-0411-34/+260
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-043-5/+9
* 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-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