summaryrefslogtreecommitdiff
path: root/cpp/src
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
* Further missing fileGordon Sim2007-11-291-0/+1
* Fixed wrong file added in last commitGordon Sim2007-11-291-1/+1
* Added extra file to posix sourcesGordon Sim2007-11-291-0/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-2930-435/+631
* - Eliminated a race condition on deletion of PollerHandlesAndrew Stitcher2007-11-294-5/+162
* src/tests/perfdist: Remove useless output.Alan Conway2007-11-281-1/+0
* Add unit_test.h to distribution.Alan Conway2007-11-284-27/+29
* Added header file to list of sourcesGordon Sim2007-11-281-1/+1
* Fix exception handling bug.Alan Conway2007-11-281-1/+1
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-2826-83/+265
* src/tests/perfdist: Restore trace option, still used by some tests.Alan Conway2007-11-281-0/+2
* src/tests/perfdist: Updated for changes to perftest.Alan Conway2007-11-281-18/+42
* src/tests/perftest.cpp:Alan Conway2007-11-282-17/+43
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-285-6/+6
* Removed obsolete commentAndrew Stitcher2007-11-281-3/+0
* Fixed test in line with changes made to defaults.Gordon Sim2007-11-281-1/+1
* perftest improvements.Alan Conway2007-11-279-241/+441
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-2611-58/+76
* QPID-689 from tross@redhat.com.Alan Conway2007-11-2315-1101/+116
* Added framing::BodyHolder:Alan Conway2007-11-2252-601/+363
* 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-213-5/+5
* - added confirm mode to perftestCarl C. Trieloff2007-11-213-5/+22
* Fixed intermittent hang on perftest consumer after first dequeueKim van der Riet2007-11-211-1/+0
* src/tests/topictest: Added -h host parameter to script.Alan Conway2007-11-211-2/+3
* 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-1610-13/+246
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-161-0/+2
* QPID-687: comitted qpid-patch7-cpp.diff qpid-patch7-python.diffAlan Conway2007-11-1510-277/+555
* perftest.cppAlan Conway2007-11-141-31/+28
* 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-1431-104/+107
* 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-1339-1377/+1793
* - call correct delete []Carl C. Trieloff2007-11-131-1/+1
* - 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