summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Added reset function to class AbsTime, thus allowing same instance of TimerTa...Kim van der Riet2007-11-052-3/+9
* Suspension of one xid on a channel should allow for work on other xids to be ...Gordon Sim2007-11-052-0/+15
* AMQP 670 This patch contains the following:Carl C. Trieloff2007-11-0414-90/+133
* - support for store to abort init / forceCarl C. Trieloff2007-11-037-9/+19
* Added Timer class which uses boost intrusive_ptr. This needs to be made into ...Kim van der Riet2007-11-022-6/+136
* Sending of results must be synchronised w.r.t. other frames (e.g. message del...Gordon Sim2007-11-021-0/+1
* Preparation for session thread safety overhaul:Alan Conway2007-11-013-7/+4
* Patch from TedCarl C. Trieloff2007-10-3118-21/+327
* Simple fix to prevent concurrent disconnection and sending of frames causing ...Gordon Sim2007-10-312-7/+13
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-313-5/+8
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-312-0/+4
* - QPID-667Carl C. Trieloff2007-10-318-65/+84
* Check that session is attached before accepting delivery from queue (note fur...Gordon Sim2007-10-291-0/+4
* ##-*-text-*-Alan Conway2007-10-291-2/+4
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-2625-166/+222
* - added patch from TeddCarl C. Trieloff2007-10-2612-202/+411
* Fixes to handling of non-acquired subscribersGordon Sim2007-10-251-4/+15
* Don't requeue released messages.Gordon Sim2007-10-251-1/+1
* Hack for no-local when used with jms topicsGordon Sim2007-10-236-28/+102
* - removed debug coutCarl C. Trieloff2007-10-231-1/+0
* More tidying up of field table APIAndrew Stitcher2007-10-231-1/+2
* -added missing file from checkinCarl C. Trieloff2007-10-231-0/+40
* - flush async IO if present on sync for 0-10Carl C. Trieloff2007-10-234-7/+44
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-1912-8/+839
* Fix to allocation algorithm in queue: prevents infinite loop when first consu...Gordon Sim2007-10-193-9/+12
* Fixed typo in messageCarl C. Trieloff2007-10-191-1/+1
* - added init for dir and async options for storeCarl C. Trieloff2007-10-196-2/+46
* - added options for aysnc store & store dir locationCarl C. Trieloff2007-10-182-2/+10
* Lock active session id map when removing id for closed session.Gordon Sim2007-10-183-1/+8
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-181-1/+1
* Fix for QPID-644Gordon Sim2007-10-184-6/+6
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-171-1/+1
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-177-81/+98
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-164-13/+13
* Edits to --help message and man page to improve readabiliity.Alan Conway2007-10-161-6/+7
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-163-26/+28
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-162-8/+18
* Locking for updates to subscriber credit. Revised log statements to reduce no...Gordon Sim2007-10-151-8/+18
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-153-11/+3
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-1/+1
* Further fixes to locking between queue and semantic state to avoid deadlocking.Gordon Sim2007-10-124-53/+102
* Some fixes to locking within the queue (preventing locks being held during de...Gordon Sim2007-10-122-36/+33
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-115-8/+22
* Requeue messages for cancelled subscriptions on reciver (rather than redelive...Gordon Sim2007-10-111-2/+6
* Fix: recovered messages must be marked redeliveredGordon Sim2007-10-111-0/+1
* Fixed compile error.Alan Conway2007-10-091-1/+1
* Added some debug logs to indicate credit levels and verify if a message is en...Rajith Muditha Attapattu2007-10-092-0/+6
* Don't recover messages for cancelled subscriptions.Gordon Sim2007-10-053-8/+25
* Additional tests and fixesGordon Sim2007-10-043-9/+13
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-044-64/+49