summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/QueueTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...Robert Gemmell2016-07-051-629/+0
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-281-1/+0
* QPID-5783: Share immutable state between copies of a message. Avoid using mem...Gordon Sim2014-05-231-1/+0
* QPID-5758: Move purging of expired messages from timer thread to worker threadGordon Sim2014-05-131-1/+6
* QPID-5667: C++ broker: QMF subscribe events are not raised with AMQP 1.0Alan Conway2014-04-071-1/+1
* QPID-4976: support standard lifetime policiesGordon Sim2013-07-101-0/+1
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-211-0/+1
* QPID-4178: broker refactoringGordon Sim2012-08-101-1096/+171
* NO-JIRA Fix signed/unsigned warnings on RHEL 5 w/ Boost 1.33.1Stephen D. Huston2012-05-301-22/+22
* QPID-3603: Allow Queue::setPosition() to truncate the queue.Alan Conway2012-05-281-53/+193
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-0/+2
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-26/+26
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-1/+8
* QPID-3603: Merge SemanticState unsubscribe with cancel.Alan Conway2012-01-181-0/+1
* QPID-3603: Replace public broker::Consumer::position variable with get/set fu...Alan Conway2012-01-181-1/+1
* NO-JIRA - Removed tabs from sourceTed Ross2011-10-141-24/+24
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-1/+1
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-17/+296
* QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...Kim van der Riet2011-07-191-25/+21
* QPID-3280: Performance problem with TTL messages.Alan Conway2011-06-151-2/+2
* QPID-3208: Exchanges make best effort to route messages if there is an error.Alan Conway2011-04-181-9/+21
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Kenneth Anthony Giusti2011-03-081-2/+0
* QPID-3087: Fixes to store interaction changesGordon Sim2011-02-281-4/+4
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-0/+7
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-1/+1
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-111-1/+1
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-021-1/+1
* fix & test QPID-2320Carl C. Trieloff2010-01-061-0/+5
* Revert "Added getStoreDir() to MessageStore"Alan Conway2009-11-201-2/+0
* Added getStoreDir() to MessageStoreAlan Conway2009-11-191-0/+2
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-101-0/+52
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-091-1/+2
* Transient flow-to-disk messages switched to store from BDB. Only single-queue...Kim van der Riet2009-09-281-2/+2
* Minor update to allow store access to the message isPersistent() method. This...Kim van der Riet2009-09-221-1/+1
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-221-17/+324
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-120/+4
* Fix for signed-unsigned mismatch in testKim van der Riet2009-09-111-2/+2
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-4/+130
* Tidied up namespace usageAndrew Stitcher2009-09-091-75/+80
* handle fail setting last-node-standing with unit test, still needs system testCarl C. Trieloff2009-07-311-2/+35
* Remove incorrect directory from #includeAlan Conway2009-07-141-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Clean up for next commit to clean broker interfaceCarl C. Trieloff2009-07-091-2/+2
* simulate this:Carl C. Trieloff2009-07-081-0/+42
* fix for regression in patch & test to prevent regression againCarl C. Trieloff2009-07-081-0/+50
* test for last commitCarl C. Trieloff2009-07-081-1/+18
* More tests and completion of fix for 791672Carl C. Trieloff2009-07-071-0/+28
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-071-1/+32
* Cluster support for message time-to-live.Alan Conway2009-02-091-1/+2
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-2/+2