summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* QPID-2083: Some improvements to error handling for NSS based SSL implementation.Gordon Sim2010-04-284-10/+31
* Include recently added header in distribution listGordon Sim2010-04-281-0/+1
* 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-2556: fix conversion of signed integers in maps and lists.Kenneth Anthony Giusti2010-04-271-5/+13
* 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-2314-181/+34
* QPID-2546: implement event support for ruby wrapper. Python pending...Kenneth Anthony Giusti2010-04-236-8/+45
* Cluster management improvements:Ted Ross2010-04-239-243/+297
* QPID-2517 - Broker schema changes to support cluster management.Ted Ross2010-04-231-1/+3
* QPID-1904: File mised in previous checkinAndrew Stitcher2010-04-231-1/+1
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-2311-29/+20
* 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
* Fix bug in disabling sequence number and timestamp.Alan Conway2010-04-221-5/+9
* 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-216-17/+41
* Add QMF_LIB to PYTHONPATH to pick up qmf.consoleStephen D. Huston2010-04-211-3/+6
* Add QMF_LIB to PYTHONPATH to pick up qmf.consoleStephen D. Huston2010-04-213-3/+9
* qpid_send: make serialno & timestamp optional.Alan Conway2010-04-212-9/+19
* Consistent use of string constants for message property keys in sender/receiv...Alan Conway2010-04-218-12/+21
* Count latency samples, don't assume all messages are latency samples.Alan Conway2010-04-212-4/+8
* - 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
* QPID-2487: remove call to reversed() - not in pre2.4 python, increased bind t...Kenneth Anthony Giusti2010-04-201-9/+9
* Port of the ACL tests script to Windows Powershell.Stephen D. Huston2010-04-191-0/+98
* Add store test executions if building the store module. Add trigger on messag...Stephen D. Huston2010-04-193-0/+120
* QMF: Add timestamps to generated V2 objectsKenneth Anthony Giusti2010-04-193-23/+32
* QPID-2487: add wait for new exchange to appear in qmfKenneth Anthony Giusti2010-04-191-22/+48
* Add missing Statistics.cpp to sender test's sourcesStephen D. Huston2010-04-191-1/+1
* 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
* QPID-2487: fix route propagation tests to prevent spurious timeouts.Kenneth Anthony Giusti2010-04-161-58/+263
* 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
* 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