summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Fix (and test) for QPID-407. Messages are requeued at the head rather than th...Gordon Sim2007-07-034-9/+24
* Autodeletable shared queues are now deleted as soon as the consumer count dro...Gordon Sim2007-07-0312-156/+22
* Updated AutoDelete, now only run when auto delete queues exist andCarl C. Trieloff2007-06-295-44/+26
* * Summary:Alan Conway2007-06-298-219/+42
* * src/qpid/broker/Plugin.h: Base class for plug-in objects.Alan Conway2007-06-274-0/+195
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-273-4/+5
* Fixes and tests:Gordon Sim2007-06-273-5/+4
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-2715-1/+185
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-272-14/+15
* Minor update of log messages.Gordon Sim2007-06-151-2/+2
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-141-5/+5
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-146-3/+124
* QPID-504: Print bound port if --port 0 is specified. Not yet used by tests.Alan Conway2007-06-112-69/+80
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-0813-60/+486
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-064-6/+21
* Some tests and fixes for dtx preview.Gordon Sim2007-06-0511-79/+263
* Updates to dtx support.Gordon Sim2007-05-317-23/+141
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-308-27/+30
* Remove dummy class defs.Gordon Sim2007-05-301-4/+0
* Include new dtx classes in generated code.Gordon Sim2007-05-301-5/+2
* Ensure work is marked completed when recovered.Gordon Sim2007-05-252-8/+2
* Added support for recovering prepared transactions.Gordon Sim2007-05-2514-6/+323
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-225-13/+17
* Added back -s short option for store lib.Gordon Sim2007-05-211-1/+1
* Changes to support durable exchanges.Gordon Sim2007-05-1724-60/+332
* Recorded merge of revisions 536279 via svnmerge from Alan Conway2007-05-081-1/+1
* Resolves: QPID-298, QPID-304: qpidd flags to control broker daemon.Alan Conway2007-04-302-0/+235
* * qpid/CommonOptions.h:Alan Conway2007-04-254-449/+57
* Added some dtx related unit testsGordon Sim2007-04-207-22/+88
* Some dtx related updates.Gordon Sim2007-04-1917-61/+675
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-1385-0/+8097
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0168-5724/+0
* Some further tweaks to MessageStore interface.Gordon Sim2006-11-309-33/+46
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-296-10/+11
* Modifications to allow loading of message data in chunks, refragmentation of ...Gordon Sim2006-11-2814-73/+404
* Initial sketching out of staging functionality for large messages (i.e. allow...Gordon Sim2006-11-2410-60/+201
* Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg...Kim van der Riet2006-11-2217-94/+127
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-2210-19/+26
* Modifications to recovery process to allow for recovery of default bindings.Gordon Sim2006-11-209-16/+99
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-174-11/+22
* Minor modifications for recovery and debug.Gordon Sim2006-11-163-9/+6
* Re-enabled tracing of requests sent and received.Gordon Sim2006-11-151-1/+2
* Added ability for broker to load a message store implementation from a library.Gordon Sim2006-11-157-4/+150
* update Apache licenses to the current versionStephen Vinoski2006-11-1059-767/+944
* Some more riguorous 'const' declarations in basic header properties. Some mor...Gordon Sim2006-11-101-1/+7
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0956-229/+231
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-094-4/+71
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-0821-114/+67
* Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own...Gordon Sim2006-11-074-12/+20
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-0719-50/+174