summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-212-1/+1
* Fixed Blob bug causing test crashes/hangs.Alan Conway2007-08-203-6/+132
* If neither --listen nor --publish is specified, do both.Alan Conway2007-08-201-0/+2
* * src/qpid/framing/MethodHolder.hAlan Conway2007-08-181-0/+2
* Fix cluster code for heap reuduction commit.Alan Conway2007-08-171-0/+1
* - corrected getMessageCount() for async messagesCarl C. Trieloff2007-08-171-0/+16
* - Fix for asyncIO for storeCarl C. Trieloff2007-08-161-3/+11
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-1616-209/+99
* - async message fix in dequeueCarl C. Trieloff2007-08-151-0/+25
* * perftest/topic_publisher.cpp, topic_listener.cpp:Alan Conway2007-08-153-0/+312
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-142-9/+3
* Deleted following files that are obsolete for 0-10:Alan Conway2007-08-141-170/+0
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-102-70/+175
* Revert $(dirname $0) changes, break distclean/rpm builds.Alan Conway2007-08-101-7/+2
* Removed new Frame & MethodHolder classes from build.Alan Conway2007-08-081-6/+0