summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Edits to --help message and man page to improve readabiliity.Alan Conway2007-10-165-21/+24
* Log a warning if we close a connection with unsent dataAndrew Stitcher2007-10-162-1/+6
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-1612-121/+605
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-163-14/+22
* Locking for updates to subscriber credit. Revised log statements to reduce no...Gordon Sim2007-10-151-8/+18
* Fix compilation errorGordon Sim2007-10-151-1/+1
* Added missing framing:: qualifier.Alan Conway2007-10-151-1/+1
* QPID_ASSERT: assert a condition. In a debug build abort if condition is false,Alan Conway2007-10-152-0/+82
* Include information on the client connection in io traces.Gordon Sim2007-10-153-17/+61
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-153-11/+3
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-1/+1
* Further fixes to locking between queue and semantic state to avoid deadlocking.Gordon Sim2007-10-124-53/+102
* Some fixes to locking within the queue (preventing locks being held during de...Gordon Sim2007-10-122-36/+33
* Close connection when a framing error is encountered during decoding.Gordon Sim2007-10-122-29/+37
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-115-8/+22
* Requeue messages for cancelled subscriptions on reciver (rather than redelive...Gordon Sim2007-10-111-2/+6
* Fix: recovered messages must be marked redeliveredGordon Sim2007-10-111-0/+1
* Fixed compile error.Alan Conway2007-10-091-1/+1
* Added some debug logs to indicate credit levels and verify if a message is en...Rajith Muditha Attapattu2007-10-092-0/+6
* Don't recover messages for cancelled subscriptions.Gordon Sim2007-10-054-8/+30
* Additional tests and fixesGordon Sim2007-10-047-16/+29
* * docs/man/qpidd.x: Explain configuration options.Alan Conway2007-10-042-5/+14
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-045-64/+65
* 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-023-3/+3
* 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-023-4/+22
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-027-41/+36
* * src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logicAlan Conway2007-10-012-0/+125
* Make ExecutionHandler threadsafe for calls that can be made by application th...Gordon Sim2007-10-015-14/+40
* Ensure no danbling pointers in client API:Alan Conway2007-09-289-22/+29
* * 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-2818-256/+309
* 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-271-0/+48
* 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-266-12/+15
* Renamed the following files for consistency:Alan Conway2007-09-2533-53/+53
* 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