summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-191-1/+22
* Fix to allocation algorithm in queue: prevents infinite loop when first consu...Gordon Sim2007-10-191-5/+10
* Fix for QPID-644Gordon Sim2007-10-181-2/+2
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-13/+24
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-2/+2
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-161-3/+8
* Further fixes to locking between queue and semantic state to avoid deadlocking.Gordon Sim2007-10-121-12/+21
* Some fixes to locking within the queue (preventing locks being held during de...Gordon Sim2007-10-121-36/+31
* Added some debug logs to indicate credit levels and verify if a message is en...Rajith Muditha Attapattu2007-10-091-0/+1
* Renamed the following files for consistency:Alan Conway2007-09-251-0/+434
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-202/+0
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-291-3/+3
* Minor modifications for recovery and debug.Gordon Sim2006-11-161-4/+4
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-6/+7
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-091-0/+5
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-13/+13
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-071-8/+11
* Minor source reorg, see README.Alan Conway2006-11-061-2/+2
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-031-4/+17
* Moved APR specific sources into src_apr.Alan Conway2006-11-011-3/+3
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-311-1/+1
* Some additional unit tests.Gordon Sim2006-10-311-4/+2
* Initial implementation for tx class.Gordon Sim2006-10-301-1/+25
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-161-2/+2
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-161-0/+155