summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-274-22/+190
* * src/qpid/broker/SessionState.h: State of a session.Alan Conway2007-08-273-0/+174
* - cache the exchange on a given ChannelCarl C. Trieloff2007-08-272-5/+20
* * src/qpid/broker/Daemon.cpp: Additional logging.Alan Conway2007-08-241-25/+38
* removed un-used codeCarl C. Trieloff2007-08-232-7/+0
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-212-3/+9
* - header correction for bufferCarl C. Trieloff2007-08-212-1/+21
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-2110-117/+162
* - few more clean-ups for async message store.Carl C. Trieloff2007-08-173-1/+3
* - corrected getMessageCount() for async messagesCarl C. Trieloff2007-08-171-1/+8
* - Fix for asyncIO for storeCarl C. Trieloff2007-08-162-2/+7
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-1621-236/+228
* - async message fix in dequeueCarl C. Trieloff2007-08-151-1/+2
* async IO for broker storeCarl C. Trieloff2007-08-1510-12/+122
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-1414-63/+24
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-144-10/+5
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-1020-169/+556
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-091-2/+1
* NullMessageStore log levels changed from warning to info.Alan Conway2007-08-081-10/+10
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-081-1/+3
* 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