summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* Added hello_world.cpp example for tutorial.Jonathan Robie2010-04-152-1/+54
* This is related to QPID-2496Rajith Muditha Attapattu2010-04-157-280/+835
* QPID-2507: drop the userLock before calling exchange->route()Kenneth Anthony Giusti2010-04-152-77/+94
* Made minor enchancements to the following support classes.Rajith Muditha Attapattu2010-04-152-7/+7
* QPID-2496Rajith Muditha Attapattu2010-04-153-2/+18
* Temporarily disabled the RecoverTests until properly investigated.Rajith Muditha Attapattu2010-04-151-0/+4
* QPID-2511: Altered shutdown sequence in connectors; after connect() has retur...Gordon Sim2010-04-155-48/+73
* Edited to work on Windows; resolves QPID-2510.Stephen D. Huston2010-04-151-2/+3
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-159-110/+17
* Temporarily disabled the RecoverTests until properly investigated.Rajith Muditha Attapattu2010-04-151-0/+5
* Removed drain and spout projects from examples as they need boostAndrew Stitcher2010-04-151-16/+0
* add extra debug info in qmf v1 exception handlerKenneth Anthony Giusti2010-04-151-0/+2
* Install new old-examples visual studio solution fileAndrew Stitcher2010-04-153-3/+24
* Commiting the patch attached to QPID-2471Rajith Muditha Attapattu2010-04-145-11/+88
* Split example Visual Studio projects into old API and new API solutionsAndrew Stitcher2010-04-142-202/+245
* QPID-2506: enable map and list method arguments.Kenneth Anthony Giusti2010-04-143-8/+21
* QPID-2503 : Updated CommandLineParser to output '-' in front of options.Martin Ritchie2010-04-141-3/+3
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-148-10/+15
* 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-142-5/+2
* added get_errorRafael H. Schloming2010-04-142-0/+32
* Update windows SDK building script to eliminate most include filesAndrew Stitcher2010-04-141-54/+52
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-1411-29/+44
* Update qpid_cpp_benchmark for change in python API exceptions.Alan Conway2010-04-131-1/+1
* fixed a hang in commit and added testDoubleCommitRafael H. Schloming2010-04-132-0/+13
* 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-139-20/+65
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-134-73/+150
* 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
* QPID-2484 : Commit from Andrew Kennedy to work around the inability to toStri...Martin Ritchie2010-04-123-15/+17
* QPID-2438 : Implemented option 1. Fixed the divide to correct our message size.Martin Ritchie2010-04-121-2/+2
* QPID-2424 : Update tests to correctly handle timestamps from stat that are in...Martin Ritchie2010-04-122-3/+7
* QPID-2421 : Fixed preFill when numConsumers > 1. This requried the introducti...Martin Ritchie2010-04-126-45/+131
* 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