summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Some restructuring of the client code: Gordon Sim2007-08-021-3/+10
* * Changed Broker queue processing to avoid unnecessary uses of boost::bindAndrew Stitcher2007-08-022-5/+7
* Extract Recoverable interface from MessageStore interface.Alan Conway2007-07-282-20/+23
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-273-5/+6
* Use execution layer to acknowledge messages. Gordon Sim2007-07-2716-281/+246
* * Summary:Alan Conway2007-07-241-1/+1
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-2421-104/+150
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-2311-76/+112
* * Summary:Alan Conway2007-07-193-21/+43
* Fix memory error that was crashing broker.Alan Conway2007-07-191-1/+5
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-1916-345/+263
* * src/qpid/broker/Daemon.cpp, .hAlan Conway2007-07-192-142/+156
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-185-8/+17
* Updated queue class, can run dispatch on seperate thread or on Carl C. Trieloff2007-07-172-39/+40
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-1716-110/+446
* refactoring: Gordon Sim2007-07-0910-137/+287
* - replaced Mutexes with 2 RWlocks, about 2% less time in wait-state with change.Carl C. Trieloff2007-07-052-13/+14
* - Added RW lockCarl C. Trieloff2007-07-0512-25/+25
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-051-3/+5
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-041-6/+8
* 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