summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix printing of headersGordon Sim2007-11-201-1/+1
* Added new JMS examplesArnaud Simon2007-11-2011-0/+1827
* 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
* Additional test covering the current hack for no-local used on exclusive queuesGordon Sim2007-11-161-0/+42
* QPID-687: comitted qpid-patch7-python.diff for real this time.Alan Conway2007-11-152-74/+190
* QPID-687: comitted qpid-patch7-cpp.diff qpid-patch7-python.diffAlan Conway2007-11-1510-277/+555
* Fix to auto-rollback which didn't do what it was supposed to (i.e. rollback a...Gordon Sim2007-11-151-3/+24
* 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
* changed for setting offset when buffers are fragmentedArnaud Simon2007-11-141-1/+3
* Added auto-ack and commit-mode control to SubscriptionManager API.Alan Conway2007-11-142-18/+45
* Added distinction between sync and async consumersArnaud Simon2007-11-145-133/+262
* 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
* Fixed an error in the printTestDuration methodRajith Muditha Attapattu2007-11-131-5/+11
* Scripts to run the producer and consumer testsRajith Muditha Attapattu2007-11-132-0/+2
* Moved Serializer notifyWorker inside the mutex.Alan Conway2007-11-132-34/+20
* - removed dirCarl C. Trieloff2007-11-1312-0/+0
* Changed to use local methods instead of super onesArnaud Simon2007-11-131-10/+6
* Changed to use initial context helperArnaud Simon2007-11-131-5/+2
* Increase severity of log message when frames are dropped on session detachingGordon Sim2007-11-131-1/+1
* Add management directory (as advised on qpid list by nsantos)Gordon Sim2007-11-131-0/+1
* Fixed errors in the calculationRajith Muditha Attapattu2007-11-134-7/+9
* Patch QPID-680 from trossCarl C. Trieloff2007-11-1339-1377/+1793
* - call correct delete []Carl C. Trieloff2007-11-131-1/+1
* modified to collect memory stats before the test.Rajith Muditha Attapattu2007-11-132-0/+2
* - removed debugCarl C. Trieloff2007-11-121-1/+0
* Added a new set of performance tests which is more focused on getting the thr...Rajith Muditha Attapattu2007-11-127-4/+676
* 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
* removed a reference to M2.1 branchRajith Muditha Attapattu2007-11-121-1/+1
* Uncommented the lines that caused me a compilation error (due to an out of da...Rajith Muditha Attapattu2007-11-122-5/+5
* - fix for msg creation, content no longer overwritesCarl C. Trieloff2007-11-121-5/+7
* Chnaged the sync logic in the client session to ignore message headersRajith Muditha Attapattu2007-11-123-53/+85
* Fixed a compilation error in XAResourceImplRajith Muditha Attapattu2007-11-122-6/+6
* 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
* svn:ignore properties.Alan Conway2007-11-100-0/+0
* Replace vector in AMQHeaderBody with boost::optional.Alan Conway2007-11-102-91/+61
* Get rid of basic_publish, no longer supported by c++ broker.Alan Conway2007-11-091-2/+2
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-0916-411/+74