summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Simplified/improved qpid::sys::RefCountedMap, unit test session attachment us...Alan Conway2007-11-011-54/+70
* locking around access to the unacked out bufferGordon Sim2007-11-011-1/+1
* Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...Alan Conway2007-11-012-3/+112
* Preparation for session thread safety overhaul:Alan Conway2007-11-0121-150/+176
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-311-5/+0
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-301-16/+17
* client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.hAlan Conway2007-10-295-27/+25
* Rename client::Session as client::Session_0_10Alan Conway2007-10-291-3/+3
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-2623-281/+442
* More tidying up of field table APIAndrew Stitcher2007-10-232-14/+22
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520...Andrew Stitcher2007-10-196-215/+189
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-181-0/+48
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-171-0/+16
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-20/+22
* Restored missing TestOptions.hAlan Conway2007-10-161-1/+1
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-166-45/+54
* Additional tests and fixesGordon Sim2007-10-041-0/+37
* mark Message::sendContent() as constGordon Sim2007-10-021-2/+2
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-023-1/+70
* 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-012-0/+92
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-282-1/+27
* Renamed the following files for consistency:Alan Conway2007-09-2516-46/+46
* 2007-09-24 Alan Conway <aconway@redhat.com>Alan Conway2007-09-244-63/+22
* Supression for bogus i386 valgrind error.Alan Conway2007-09-211-23/+4
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-1/+1
* * src/qpid/broker/SemanticHandler.cpp: add assert to suspect logic for execu...Alan Conway2007-09-181-5/+2
* Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...Gordon Sim2007-09-181-2/+61
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-0/+2
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-132-0/+11
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-0/+2
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-111-23/+13
* Support for keyword args in session interfaceGordon Sim2007-09-101-7/+7
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-4/+16
* Implementation of execution.result on the client side Gordon Sim2007-09-064-6/+79
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-1/+1
* Fix for QPID-561Gordon Sim2007-09-031-2/+2
* * Summary:Alan Conway2007-08-313-52/+60
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-316-68/+97
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-314-17/+19
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-303-10/+14
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-4/+6
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-2816-572/+302
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-6/+10
* * src/qpid/broker/SessionState.h: State of a session.Alan Conway2007-08-272-0/+64
* * src/qpid/broker/Daemon.cpp: Additional logging.Alan Conway2007-08-242-4/+4
* * specs/amqp-transitional.0-10.xml: Removed ping and pong methods.Alan Conway2007-08-222-12/+12
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-211-8/+9
* - header correction for bufferCarl C. Trieloff2007-08-211-0/+33