summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* mark Message::sendContent() as constGordon Sim2007-10-028-14/+14
* Fixed bug introduced in r577027 where the header frame of a message is direct...Gordon Sim2007-10-023-4/+22
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-0210-42/+106
* header path fixCarl C. Trieloff2007-10-011-1/+1
* - add option to create durable messages.Carl C. Trieloff2007-10-011-1/+8
* * src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logicAlan Conway2007-10-015-0/+218
* Make ExecutionHandler threadsafe for calls that can be made by application th...Gordon Sim2007-10-015-14/+40
* Added missing headers to makefile.Alan Conway2007-09-281-1/+2
* Ensure no danbling pointers in client API:Alan Conway2007-09-289-22/+29
* Fixed compile error.Alan Conway2007-09-281-1/+2
* Missed commit for last checkin.Alan Conway2007-09-281-2/+1
* * src/qpid/log/Helpers.h: Format complex types for log messagesAlan Conway2007-09-281-0/+79
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-2822-283/+356
* Minor refactoring of execution layerGordon Sim2007-09-2811-26/+72
* Honour sync bit when processing L4 methodGordon Sim2007-09-283-3/+11
* Some revisions to rubygen for packed structs and execution header (changes no...Gordon Sim2007-09-275-28/+194
* Detect that connection is already closed on attempt to close()Gordon Sim2007-09-263-1/+14
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-267-12/+16
* Renamed the following files for consistency:Alan Conway2007-09-2553-120/+120
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-2416-214/+234
* Packaging fixes to spec and Makefile from nsantos@redhat.com.Alan Conway2007-09-242-0/+2
* Added missing makefiles to include_HEADERS for installation.Alan Conway2007-09-211-61/+62
* Supression for bogus i386 valgrind error.Alan Conway2007-09-211-23/+4
* - dequeue fix for AIOCarl C. Trieloff2007-09-213-5/+16
* Split broker::Session into:Alan Conway2007-09-2122-281/+331
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-219-127/+25
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-216-12/+12
* * cpp/bootstrap, cpp/rubygen/generate, cpp/src/Makefile.am:Alan Conway2007-09-204-25/+22
* Fix uninitialized memory error.Alan Conway2007-09-191-1/+2
* AMQP 0-10 Session suppported on broker and client.Alan Conway2007-09-199-50/+131
* Added HandlerImpl.h back to distributed list to get make distcheck working.Gordon Sim2007-09-191-0/+1
* * src/qpid/broker/SemanticHandler.cpp: add assert to suspect logic for execu...Alan Conway2007-09-182-11/+7
* 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-1823-308/+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-187-30/+35
* * src/qpid/broker/SessionHandler.cpp:Alan Conway2007-09-183-65/+75
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-186-11/+324
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-1710-40/+40
* 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-148-58/+269
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-1327-179/+224
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-1217-46/+347
* * python/qpid/codec.pyAndrew Stitcher2007-09-123-21/+54
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-117-86/+112
* Support for keyword args in session interfaceGordon Sim2007-09-104-36/+101