summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Rolled back changes from rev 598440, the _real_ cause of the St9exception err...Kim van der Riet2007-11-291-25/+22
* Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComp...Gordon Sim2007-11-291-1/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-2927-406/+569
* - Eliminated a race condition on deletion of PollerHandlesAndrew Stitcher2007-11-294-5/+162
* Add unit_test.h to distribution.Alan Conway2007-11-282-17/+9
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-284-19/+138
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-284-5/+5
* Removed obsolete commentAndrew Stitcher2007-11-281-3/+0
* perftest improvements.Alan Conway2007-11-278-15/+31
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-268-38/+57
* QPID-689 from tross@redhat.com.Alan Conway2007-11-2314-1092/+104
* Added framing::BodyHolder:Alan Conway2007-11-2236-464/+303
* Gordon's patch to fix ack-per-message by SubscriptionManagerAlan Conway2007-11-221-1/+0
* - set default to pre-acquire for acquire modeCarl C. Trieloff2007-11-212-3/+3
* - added confirm mode to perftestCarl C. Trieloff2007-11-212-2/+12
* Fixed intermittent hang on perftest consumer after first dequeueKim van der Riet2007-11-211-1/+0
* Added exception copy at MessageStoreModule interface to protect against unloa...Kim van der Riet2007-11-201-23/+25
* Drop annoying session sequence log messages.Alan Conway2007-11-201-2/+0
* Fix printing of headersGordon Sim2007-11-201-1/+1
* Fixes causing lost 'events' in queue dispatchGordon Sim2007-11-193-16/+7
* Logging change: --log-enable level:pattern now does aAlan Conway2007-11-164-6/+6
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-168-12/+156
* QPID-687: comitted qpid-patch7-cpp.diff qpid-patch7-python.diffAlan Conway2007-11-1510-277/+555
* Remove allocation by char literal promotion to std::string in SessionCore.cpp.Alan Conway2007-11-141-7/+25
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-1424-65/+66
* Added auto-ack and commit-mode control to SubscriptionManager API.Alan Conway2007-11-142-18/+45
* Fixed locking (lock was not being released for invocation on callback due to ...Gordon Sim2007-11-142-3/+14
* qpid/client/SessionCore.cpp: Removed QPID_MSG outside log statement.Alan Conway2007-11-131-1/+1
* - fixed sync mode deadlockCarl C. Trieloff2007-11-133-7/+17
* Stopped frameset from assembling messages piecewise.Alan Conway2007-11-134-42/+35
* Moved Serializer notifyWorker inside the mutex.Alan Conway2007-11-132-34/+20
* - removed dirCarl C. Trieloff2007-11-1312-0/+0
* Increase severity of log message when frames are dropped on session detachingGordon Sim2007-11-131-1/+1
* Patch QPID-680 from trossCarl C. Trieloff2007-11-1338-1364/+1775
* - removed debugCarl C. Trieloff2007-11-121-1/+0
* Change to avoid assertion when delivery is concurrent with session detachment:Gordon Sim2007-11-123-11/+16
* On rollback requeue (rather than resend).Gordon Sim2007-11-121-1/+1
* Minimal bounds checkingGordon Sim2007-11-122-0/+9
* - notify the queue when a async IO completes for a message.Carl C. Trieloff2007-11-123-7/+8
* - fix for dequeue window mode, no ack. (needs to record and dequeue)Carl C. Trieloff2007-11-121-2/+3
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-101-0/+2
* Replace vector in AMQHeaderBody with boost::optional.Alan Conway2007-11-102-91/+61
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-0910-326/+5
* On Linux, broker defaults --worker-threads to the number of available CPU coresAlan Conway2007-11-093-0/+82
* Fix race in destruction of serializer.Gordon Sim2007-11-092-4/+7
* QPID-676: Jonathan Robie's C++ examples.Alan Conway2007-11-091-0/+33
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-0818-33/+53
* Improved Fix for the race condition where you've got a competing read and writeAndrew Stitcher2007-11-082-74/+15
* Exception handling for dispatch functorGordon Sim2007-11-083-10/+17
* Make standard exchanges durableGordon Sim2007-11-088-27/+50