summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* added enable_replay optionArnaud Simon2007-11-281-4/+20
* 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
* Added the JVM switch -DnoAck to disable the sending the semantic ackRajith Muditha Attapattu2007-11-271-1/+4
* added a jvm switch called -DnoAck to disable the semantic ack, the current so...Rajith Muditha Attapattu2007-11-271-2/+1
* new fileArnaud Simon2007-11-271-0/+95
* optimized message creationArnaud Simon2007-11-271-5/+38
* optimized message creationArnaud Simon2007-11-271-0/+2
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-2611-58/+76
* svn:ignore properties.Alan Conway2007-11-230-0/+0
* QPID-689 from tross@redhat.com.Alan Conway2007-11-2324-1094/+1701
* Added framing::BodyHolder:Alan Conway2007-11-2253-621/+397
* Gordon's patch to fix ack-per-message by SubscriptionManagerAlan Conway2007-11-221-1/+0
* optimized message creationArnaud Simon2007-11-223-71/+108
* Added prod.setDisableMessageTimestamp(true);Arnaud Simon2007-11-221-0/+2
* - 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 a jvm option verify message orderRajith Muditha Attapattu2007-11-203-6/+20
* 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
* Removed exception thrown by setClientIDArnaud Simon2007-11-201-1/+1
* Changed for no looking up destinations in JNDIArnaud Simon2007-11-2011-119/+64
* added licence textArnaud Simon2007-11-207-0/+159
* changed importsArnaud Simon2007-11-201-0/+20
* changed importsArnaud Simon2007-11-209-11/+69
* 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