summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing
Commit message (Expand)AuthorAgeFilesLines
* Additional tests and fixesGordon Sim2007-10-044-7/+16
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-041-0/+16
* fixed decoding of b/e bitsRafael H. Schloming2007-10-031-1/+1
* Correction to interpretation of flags (B/E refer to the first/last segment in...Gordon Sim2007-10-022-2/+2
* Fixed bug introduced in r577027 where the header frame of a message is direct...Gordon Sim2007-10-021-0/+17
* * src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logicAlan Conway2007-10-012-0/+125
* Minor refactoring of execution layerGordon Sim2007-09-284-1/+13
* Honour sync bit when processing L4 methodGordon Sim2007-09-282-1/+3
* Some revisions to rubygen for packed structs and execution header (changes no...Gordon Sim2007-09-271-0/+48
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-261-1/+1
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-214-10/+10
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-183-21/+3
* * rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h:Alan Conway2007-09-184-13/+21
* * src/qpid/broker/SessionHandler.cpp:Alan Conway2007-09-181-22/+27
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-181-1/+1
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-138-23/+62
* * python/qpid/codec.pyAndrew Stitcher2007-09-122-19/+54
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-112-1/+43
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-106-6/+125
* Implementation of execution.result on the client side Gordon Sim2007-09-064-2/+232
* * Tidy up framing::Buffer classAndrew Stitcher2007-09-062-47/+4
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-032-0/+17
* * Summary:Alan Conway2007-08-314-6/+9
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-313-40/+46
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-301-15/+8
* * 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-295-63/+98
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2818-50/+645
* * Fix compile errors.Alan Conway2007-08-271-8/+12
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-2/+12
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+56
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-271-0/+1
* Reapply rev 568249 with the changes made to the generator this time, rather t...Gordon Sim2007-08-222-2/+17
* Undo revision 568249, causing tests to hang.Alan Conway2007-08-212-17/+2
* Invocation now uses the visitor mechanismGordon Sim2007-08-212-2/+17
* - header correction for bufferCarl C. Trieloff2007-08-211-0/+1
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-213-0/+97
* Fixed Blob bug causing test crashes/hangs.Alan Conway2007-08-204-24/+39
* Undo over-hasty commitAlan Conway2007-08-201-1/+1
* get() returns 0 if Blob is empty.Alan Conway2007-08-201-1/+1
* r1036@fuschia: andrew | 2007-08-20 01:41:12 +0100Andrew Stitcher2007-08-201-1/+1
* * src/qpid/framing/MethodHolder.hAlan Conway2007-08-183-15/+27
* Fix memory leak in client_test, caused by bug in Blob.h.Alan Conway2007-08-171-9/+12
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-1624-495/+348
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-145-92/+6
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-1419-740/+8
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-102-0/+18
* 2007-08-09 <aconway@redhat.com>Alan Conway2007-08-101-1/+0
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-093-84/+53
* Blob: a crude kind of variant that avoids template hell.Alan Conway2007-08-091-0/+134