summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Additional tests and fixesGordon Sim2007-10-043-9/+13
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-044-64/+49
* Correction to interpretation of flags (B/E refer to the first/last segment in...Gordon Sim2007-10-021-1/+1
* mark Message::sendContent() as constGordon Sim2007-10-027-12/+12
* Fixed bug introduced in r577027 where the header frame of a message is direct...Gordon Sim2007-10-022-4/+5
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-027-41/+36
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-285-33/+49
* Minor refactoring of execution layerGordon Sim2007-09-281-1/+1
* Honour sync bit when processing L4 methodGordon Sim2007-09-281-2/+8
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-261-0/+2
* Renamed the following files for consistency:Alan Conway2007-09-2522-32/+32
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-2411-151/+210
* - dequeue fix for AIOCarl C. Trieloff2007-09-213-5/+16
* Split broker::Session into:Alan Conway2007-09-2120-277/+325
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-216-123/+21
* AMQP 0-10 Session suppported on broker and client.Alan Conway2007-09-194-14/+100
* * src/qpid/broker/SemanticHandler.cpp: add assert to suspect logic for execu...Alan Conway2007-09-181-6/+5
* Eliminate ChannelAdapter from broker code.Alan Conway2007-09-183-37/+16
* File missed in previos commit.Alan Conway2007-09-181-1/+1
* File missed in previos commit.Alan Conway2007-09-181-1/+1
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-1819-286/+195
* * rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h:Alan Conway2007-09-182-2/+4
* * src/qpid/broker/SessionHandler.cpp:Alan Conway2007-09-182-43/+48
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-178-37/+37
* Fix for race between flush and delivery.Gordon Sim2007-09-171-0/+6
* convert dequeue to counter for asyncCarl C. Trieloff2007-09-142-8/+38
* recover support for async storesCarl C. Trieloff2007-09-143-1/+25
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-146-58/+265
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-137-47/+75
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-122-3/+3
* * python/qpid/codec.pyAndrew Stitcher2007-09-121-2/+0
* memory clean up fixCarl C. Trieloff2007-09-101-1/+2
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-108-72/+142
* updates to be able to manage lifecycle of async storeCarl C. Trieloff2007-09-086-11/+11
* interface to hang external journal's per queue onto a PersistableQueueCarl C. Trieloff2007-09-061-1/+26
* Implementation of execution.result on the client side Gordon Sim2007-09-0610-230/+12
* 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