summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Intrusive list template qpid::IList and unit tests.Alan Conway2008-01-171-1/+2
* Additional test for excercising transactional behaviour.Gordon Sim2008-01-041-0/+4
* Makefile.am: added check-long target to run perftest scenarios.Alan Conway2008-01-041-4/+8
* Added missing trailing \ to Makefile.am - the cause of the cruisecontrol buil...Kim van der Riet2007-12-101-1/+1
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-101-1/+2
* src/tests/Makefile.am: Add BrokerFixture.h to sourc listsAlan Conway2007-12-071-1/+1
* Fix problem where client does notice disconnection from Broker. Alan Conway2007-12-011-3/+4
* Added header file to list of sourcesGordon Sim2007-11-281-1/+1
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-281-1/+1
* Added framing::BodyHolder:Alan Conway2007-11-221-1/+0
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-161-1/+2
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-1/+1
* Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...Alan Conway2007-11-011-3/+5
* Preparation for session thread safety overhaul:Alan Conway2007-11-011-65/+17
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-10/+4
* More tidying up of field table APIAndrew Stitcher2007-10-231-14/+13
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520...Andrew Stitcher2007-10-191-1/+10
* Restored missing TestOptions.hAlan Conway2007-10-161-1/+1
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-14/+14
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-0/+1
* * src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logicAlan Conway2007-10-011-0/+5
* Implementation of execution.result on the client side Gordon Sim2007-09-061-2/+3
* Fix for QPID-561Gordon Sim2007-09-031-2/+2
* * Summary:Alan Conway2007-08-311-3/+2
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-311-1/+1
* * 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-281-3/+1
* * src/qpid/broker/SessionState.h: State of a session.Alan Conway2007-08-271-0/+5
* Fixed Blob bug causing test crashes/hangs.Alan Conway2007-08-201-6/+7
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-5/+0
* * perftest/topic_publisher.cpp, topic_listener.cpp:Alan Conway2007-08-151-0/+7
* Removed new Frame & MethodHolder classes from build.Alan Conway2007-08-081-6/+0
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-071-0/+9
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-011-1/+2
* Template visitor pattern for Handlers.Alan Conway2007-07-301-0/+4
* * README: Instructions for openais install.Alan Conway2007-07-261-3/+0
* * Summary:Alan Conway2007-07-191-1/+1
* 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-191-2/+2
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-1/+2
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-161-0/+4
* * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()Alan Conway2007-07-131-0/+4
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-051-1/+2
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-041-16/+25
* * cluster/ClasifierHandler: classifies frames for clustering treatment.Alan Conway2007-07-031-3/+3
* Added UUID type based on libuuid from e2fsprogs package.Alan Conway2007-07-031-0/+5
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-021-15/+14
* * Summary:Alan Conway2007-06-291-1/+1
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-271-4/+0
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-271-3/+3