summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure that ConnectionImpl is notified of shutdown even in the case of discon...Gordon Sim2010-04-162-1/+7
* qpid_cpp_benchmark: added options to set address options for sending/receiving.Alan Conway2010-04-161-13/+13
* Added throughput reporting to sender.cpp.Alan Conway2010-04-162-8/+29
* Fix unreferenced local variable warnings.Stephen D. Huston2010-04-151-3/+3
* QPID-2507: drop the userLock before calling exchange->route()Kenneth Anthony Giusti2010-04-152-77/+94
* QPID-2511: Altered shutdown sequence in connectors; after connect() has retur...Gordon Sim2010-04-155-48/+73
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-159-110/+17
* Install new old-examples visual studio solution fileAndrew Stitcher2010-04-151-0/+4
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-146-1/+8
* Fix url parsing to make hostname requiredGordon Sim2010-04-142-4/+6
* QPID-664: more specific exception handling (avoids reconnecting for invalid url)Gordon Sim2010-04-141-1/+1
* Fix testagent for changes in r933842Gordon Sim2010-04-141-5/+1
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-142-1/+19
* Update qpid_cpp_benchmark for change in python API exceptions.Alan Conway2010-04-131-1/+1
* qpid_cpp_benchmark: added --reliable optionAlan Conway2010-04-131-9/+20
* qpid_cpp_benchmark: print send/receive stats side-by-sideAlan Conway2010-04-132-19/+29
* Make qpid_send/qpid_receive output more spreadsheet-friendly.Alan Conway2010-04-134-21/+24
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-138-8/+46
* Pick up more of the existing test cases from qpid/testsStephen D. Huston2010-04-121-2/+4
* Simplified the vaidate method using for_each to make it more readable.Rajith Muditha Attapattu2010-04-122-49/+56
* Fix testagent.mk to generate code conditionally same as ../Makefile.amAlan Conway2010-04-121-2/+4
* qpid_cpp_benchmark waits for receivers to be ready before starting senders.Alan Conway2010-04-122-14/+29
* QPID-664: changed option verifier to use constants rather than duplicating st...Gordon Sim2010-04-122-17/+25
* Fix code-generation dependencies for tests/testagent.Alan Conway2010-04-121-2/+2
* Added --ack-frequency to qpid_cpp_benchmark.Alan Conway2010-04-121-0/+3
* Added missing newline at end of the fileTed Ross2010-04-121-1/+1
* QPID-664: removed explicit throw() clauseGordon Sim2010-04-121-1/+1
* Small fixes to get recent management changes to compile under Visual Studio/W...Andrew Stitcher2010-04-091-1/+4
* Add recent management changes to cmake buildAndrew Stitcher2010-04-091-2/+4
* QPID-2487: add federation tests to verify bugfix.Kenneth Anthony Giusti2010-04-092-3/+560
* Rationalize message count and message content options in new API send/receive...Alan Conway2010-04-093-25/+53
* QPID-2497: added some verification that address options specified are validGordon Sim2010-04-091-3/+51
* QPID-2489 - Added wrapped version of Mutex to isolate QMF-generated source fr...Ted Ross2010-04-095-49/+80
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-0913-51/+52
* Fix --send-rate option in qpid_cpp_benchmark.Alan Conway2010-04-091-1/+2
* Script to run performance benchmarks using qpid_send and qpid_receive.Alan Conway2010-04-092-16/+129
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-0922-113/+277
* Adding virtual destructors.Rajith Muditha Attapattu2010-04-091-0/+3
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-093-0/+119
* This adds test cases for QPID-2488Rajith Muditha Attapattu2010-04-081-0/+75
* Committing the patch attached to QPID-2488Rajith Muditha Attapattu2010-04-085-1/+232
* Install remainder of required Boost headers and Boost .libs for Windows insta...Stephen D. Huston2010-04-081-19/+34
* QPID-2487: always save the origin, even if queue is already boundKenneth Anthony Giusti2010-04-084-1/+18
* Renamed qpid_recv to qpid_receive.Alan Conway2010-04-083-9/+7
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-089-26/+36
* QPID-664: set content-type on encoded messages, removed some duplication and ...Gordon Sim2010-04-081-32/+41
* Remove some clunky accessors for AbsTime on Windows and replace by making Con...Andrew Stitcher2010-04-081-4/+0
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-084-8/+13
* Improved fix for to create client library Poller. Improved because itAndrew Stitcher2010-04-083-11/+14
* Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt.Alan Conway2010-04-072-2/+4