summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-2425 : Update to automate the gathering of throughput min/max/avg.Martin Ritchie2010-04-121-1/+23
* QPID-2425 : Augment script to extract latency from csv file. Also updated pro...Martin Ritchie2010-04-123-20/+113
* QPID-2425 : Augmented JUnit-Toolkit to emit latency information already gathe...Martin Ritchie2010-04-128-17/+158
* QPID-2424 : Augment processing scripts to generate min/max/avg stats file for...Martin Ritchie2010-04-122-26/+297
* QPID-2346 : Addressed the problems with AcknowledgeAfterFailoverOnMessageTest...Martin Ritchie2010-04-124-52/+188
* Ignore compiled python file qpid-clusterc.Alan Conway2010-04-121-0/+1
* 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-122-2/+2
* candidate fix for testReconnectRafael H. Schloming2010-04-091-2/+2
* Small fixes to get recent management changes to compile under Visual Studio/W...Andrew Stitcher2010-04-092-5/+9
* Modified the test to make the results more predictable.Rajith Muditha Attapattu2010-04-091-19/+21
* Make qmf generated code use new qpid::types::Exception as base forAndrew Stitcher2010-04-091-3/+3
* Add recent management changes to cmake buildAndrew Stitcher2010-04-091-2/+4
* Now relatively complete for C++ and Python, but properties were changing toda...Jonathan Robie2010-04-091-342/+411
* 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-0910-62/+159
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-0917-58/+72
* 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
* This is a fix for QPID-2493Rajith Muditha Attapattu2010-04-093-1/+134
* updated reservations example to match latest changesRafael H. Schloming2010-04-094-25/+10
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-0940-164/+494
* QPID-2379: add ability to respond to method requests with non-zero status cod...Robert Gemmell2010-04-093-18/+76
* QPID-2379: add Session.close() method implementationRobert Gemmell2010-04-096-13/+78
* QPID-2379: add Connection.close() method implementationRobert Gemmell2010-04-096-7/+76
* Adding virtual destructors.Rajith Muditha Attapattu2010-04-091-0/+3
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...Rafael H. Schloming2010-04-093-26/+42
* removed Message.toRafael H. Schloming2010-04-094-16/+5
* clean up pipes from driver side in case nobody is waiting for the errorRafael H. Schloming2010-04-091-2/+7
* cleanup waiter pipes on errorRafael H. Schloming2010-04-092-0/+21
* removed duplicates assertion from testReconnectRafael H. Schloming2010-04-091-1/+2
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-0912-134/+183
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-0911-59/+290
* 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
* Removed QPID_COMMON_EXTERN from inlined constructor.Stephen D. Huston2010-04-081-1/+1
* 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-0820-50/+62
* QPID-664: set content-type on encoded messages, removed some duplication and ...Gordon Sim2010-04-082-36/+47
* Remove some clunky accessors for AbsTime on Windows and replace by making Con...Andrew Stitcher2010-04-083-9/+2
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-085-10/+17
* Improved fix for to create client library Poller. Improved because itAndrew Stitcher2010-04-083-11/+14
* Now discusses mapping to 0-10, and uses drain and spout to show how Sender an...Jonathan Robie2010-04-071-74/+318
* Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt.Alan Conway2010-04-072-2/+4