summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-2083: Added some error messages for particular codesGordon Sim2010-04-281-19/+16
* BZ572245: Clustering can force message persistence when one node remains. Fix...Kim van der Riet2010-04-281-5/+10
* QPID-2083: Some improvements to error handling for NSS based SSL implementation.Gordon Sim2010-04-284-10/+31
* Load client side plugins just before creating the first Connection.Andrew Stitcher2010-04-273-4/+54
* Avoid possible initialisation dependency problem by using a "staticAndrew Stitcher2010-04-271-6/+9
* Added necessary #include for memmoveAndrew Stitcher2010-04-271-1/+4
* QPID-664: allow safe closing of session as part of handling a session exceptionGordon Sim2010-04-274-13/+31
* Reverting the change made in rev937119 as it seems to cause a core dump in RH...Rajith Muditha Attapattu2010-04-275-62/+78
* Handle incorrect values for worker-threads option more gracefullyGordon Sim2010-04-261-15/+20
* QPID-2548: applied patch from francesco emmiGordon Sim2010-04-261-0/+4
* Fixed a logic error in the handling of QMFv2 get-by-class queries. When dele...Ted Ross2010-04-231-4/+3
* Code cleanup Ted Ross2010-04-2313-180/+34
* Cluster management improvements:Ted Ross2010-04-238-238/+292
* QPID-2517 - Broker schema changes to support cluster management.Ted Ross2010-04-231-1/+3
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-237-22/+13
* QPID-2523Rajith Muditha Attapattu2010-04-232-6/+20
* Changed from using arrays to using vectors.Rajith Muditha Attapattu2010-04-235-78/+62
* QMF: correct the build of exception response messages.Kenneth Anthony Giusti2010-04-221-16/+30
* QPID-1811: Applied patch from Andrey Kotrekhov with more portableAndrew Stitcher2010-04-221-20/+35
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-214-15/+39
* - Hold up tearing down client I/O threads until there are no moreAndrew Stitcher2010-04-211-1/+8
* This is a fix for QPID-2521Rajith Muditha Attapattu2010-04-201-1/+6
* QMF: fix object name separator, use native bool typeKenneth Anthony Giusti2010-04-201-1/+1
* Add store test executions if building the store module. Add trigger on messag...Stephen D. Huston2010-04-191-0/+16
* QMF: Add timestamps to generated V2 objectsKenneth Anthony Giusti2010-04-193-23/+32
* Fix g++ compile warning-turned-errorStephen D. Huston2010-04-191-0/+2
* Ensure that ConnectionImpl is notified of shutdown even in the case of discon...Gordon Sim2010-04-191-1/+7
* An alternative attempt at ensuring ConnectionImpl is not deleted before IO th...Gordon Sim2010-04-173-36/+41
* Fix for QPID-2420 to correctly handle restoring and commit/abort prepared tra...Stephen D. Huston2010-04-1618-262/+899
* Fixed problems with the broker's QMFv2 mode:Ted Ross2010-04-166-12/+27
* Ensure that ConnectionImpl is notified of shutdown even in the case of discon...Gordon Sim2010-04-162-1/+7
* 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-158-46/+14
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-144-1/+4
* Fix url parsing to make hostname requiredGordon Sim2010-04-141-1/+1
* QPID-664: more specific exception handling (avoids reconnecting for invalid url)Gordon Sim2010-04-141-1/+1
* Remove final vestiges of old client API references from messaging and agent h...Andrew Stitcher2010-04-142-1/+19
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-138-8/+46
* Simplified the vaidate method using for_each to make it more readable.Rajith Muditha Attapattu2010-04-122-49/+56
* QPID-664: changed option verifier to use constants rather than duplicating st...Gordon Sim2010-04-121-17/+18
* 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
* 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-094-49/+78
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-0912-42/+43
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-0916-103/+261
* Adding virtual destructors.Rajith Muditha Attapattu2010-04-091-0/+3