summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-215-11/+11
* Fix uninitialized memory error.Alan Conway2007-09-191-1/+2
* AMQP 0-10 Session suppported on broker and client.Alan Conway2007-09-198-48/+129
* * 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-1822-307/+198
* Use credit mode when using NO_ACK and prefetch is not set.Gordon Sim2007-09-181-8/+13
* * rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h:Alan Conway2007-09-186-15/+25
* * src/qpid/broker/SessionHandler.cpp:Alan Conway2007-09-183-65/+75
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-184-9/+261
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-179-38/+38
* 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-1325-179/+213
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-1214-45/+341
* * python/qpid/codec.pyAndrew Stitcher2007-09-123-21/+54
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-115-63/+96
* Support for keyword args in session interfaceGordon Sim2007-09-101-14/+12
* memory clean up fixCarl C. Trieloff2007-09-101-1/+2
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-1019-102/+311
* 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-0634-218/+738
* * Tidy up framing::Buffer classAndrew Stitcher2007-09-062-47/+4
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-0312-59/+280
* 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-3120-356/+1039
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-319-125/+212
* 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
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-3010-138/+122
* * configure.ac: Disabled cluster build temporarily while fixing build problems.Alan Conway2007-08-301-1/+1
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-2915-192/+286
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2881-2033/+1526
* * Fix compile errors.Alan Conway2007-08-272-4/+6
* * Fix compile errors.Alan Conway2007-08-272-24/+31
* - perf clean up.Carl C. Trieloff2007-08-272-10/+9
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-275-24/+202
* * 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/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+56