summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-092-0/+117
* Committing the patch attached to QPID-2488Rajith Muditha Attapattu2010-04-083-0/+227
* QPID-2487: always save the origin, even if queue is already boundKenneth Anthony Giusti2010-04-084-1/+18
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-085-18/+28
* 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-082-6/+11
* Improved fix for to create client library Poller. Improved because itAndrew Stitcher2010-04-083-11/+14
* Use read-write lock to imporve Logger concurrency.Alan Conway2010-04-071-3/+3
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...Alan Conway2010-04-072-0/+6
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-076-34/+24
* Be sure not to back off the beginning of rules in loadDecisionData(). Resolve...Stephen D. Huston2010-04-061-130/+139
* QPID-664: added method to release messagesGordon Sim2010-04-064-0/+24
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-061-2/+9
* verify broker UUID read from config fileKenneth Anthony Giusti2010-04-061-1/+5
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-068-8/+10
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-011-3/+3
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-014-80/+82
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-3115-509/+1948
* QPID-2477: cleanup from patch by Jan SarenikGordon Sim2010-03-311-1/+0
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-317-43/+13
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3118-457/+116
* Joining a cluster: don't push an empty store.Alan Conway2010-03-301-0/+1
* Fixed bug that caused a busy-wait if an item was pushed to a stopped queue.Alan Conway2010-03-301-1/+1
* Fix hanging failover_soak test.Alan Conway2010-03-302-4/+3
* Cluster logging improvements: log config changes in the deliver thread.Alan Conway2010-03-304-38/+50
* Remove dead PeriodicTimer code.Alan Conway2010-03-307-416/+0
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-301-1/+1
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-296-9/+20
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-296-7/+55