summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-0310-59/+263
* Fix for QPID-561Gordon Sim2007-09-031-9/+1
* Removed BrokerChannel.cpp, .h: replaced by Session.cpp, .hAlan Conway2007-08-312-705/+0
* * Summary:Alan Conway2007-08-3115-343/+1023
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-5/+8
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-317-62/+77
* Fixed bug where stale iterator is used.Gordon Sim2007-08-311-4/+5
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-299-128/+186
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2850-1828/+892
* * Fix compile errors.Alan Conway2007-08-272-4/+6
* * Fix compile errors.Alan Conway2007-08-271-16/+19
* - perf clean up.Carl C. Trieloff2007-08-272-10/+9
* * 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