summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* * 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
* NullMessageStore log levels changed from warning to info.Alan Conway2007-08-081-2/+2
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-082-1/+47
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-072-0/+86
* Added first cut of generated client interface.Gordon Sim2007-08-052-28/+7
* Some restructuring of the client code: Gordon Sim2007-08-025-18/+18
* r852@fuschia: andrew | 2007-08-02 16:58:33 +0100Andrew Stitcher2007-08-021-2/+7
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-013-2/+4
* src/qpid/framing/Visitor.h:Alan Conway2007-07-311-8/+8
* Template visitor pattern for Handlers.Alan Conway2007-07-302-0/+62
* Drop SessionFrame, UUID is not required and more efficient to transmit plainAlan Conway2007-07-274-35/+21
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-271-0/+8
* Use execution layer to acknowledge messages. Gordon Sim2007-07-272-46/+40
* * src/tests/ais_check, cluster.mk: Run AIS tests only if:Alan Conway2007-07-273-121/+42
* * README: Instructions for openais install.Alan Conway2007-07-266-331/+33
* * Summary:Alan Conway2007-07-246-21/+45
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-243-13/+15
* Disable Cluster test.Alan Conway2007-07-231-1/+1
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-234-26/+35
* Added initial 'execution-layer' to try out methods form the 0-10 execution cl...Gordon Sim2007-07-231-0/+6
* * src/tests/start_broker, stop_broker:Alan Conway2007-07-192-2/+5
* * Summary:Alan Conway2007-07-195-12/+23
* Added vg_tests to EXTRA_DIST.Alan Conway2007-07-191-1/+1
* * src/tests/start_broker, stop_broker: Use valgrind on broker.Alan Conway2007-07-197-25/+50
* Added difference operator to the sequence numberGordon Sim2007-07-191-5/+69
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-199-27/+121
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-182-12/+22
* Updated queue class, can run dispatch on seperate thread or on Carl C. Trieloff2007-07-171-1/+5
* Some refactoring towards a more decoupled handler chain structure:Gordon Sim2007-07-171-77/+47
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-162-0/+151