summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* On rollback requeue (rather than resend).Gordon Sim2007-11-121-1/+1
* - fix for msg creation, content no longer overwritesCarl C. Trieloff2007-11-121-5/+7
* 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
* -- added sync requestCarl C. Trieloff2007-11-121-4/+24
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-105-9/+3
* 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-0916-411/+74
* Package examples in rpm %doc directory.Alan Conway2007-11-091-0/+1
* On Linux, broker defaults --worker-threads to the number of available CPU coresAlan Conway2007-11-095-2/+85
* 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