summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()Alan Conway2007-07-132-0/+212
* refactoring: Gordon Sim2007-07-091-6/+7
* * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame withAlan Conway2007-07-054-26/+36
* Fix for QPID-534. Get now detects closure correctly. Also fixed broker to all...Gordon Sim2007-07-052-1/+69
* Encode/decode for UUIDs.Alan Conway2007-07-041-0/+11
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-044-19/+116
* Fix error from previous commit.Alan Conway2007-07-041-1/+0
* * cluster/ClasifierHandler: classifies frames for clustering treatment.Alan Conway2007-07-033-5/+32
* Added UUID type based on libuuid from e2fsprogs package.Alan Conway2007-07-032-0/+65
* * src/tests/cluster_client.cpp: Cluster client test not yet included in test...Alan Conway2007-07-034-0/+118
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-027-99/+108
* Temporarily disable Cluster test while I'm fixing problems with it.Alan Conway2007-06-291-4/+5
* * Summary:Alan Conway2007-06-2910-65/+68
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-275-83/+12
* Fixes and tests:Gordon Sim2007-06-271-0/+16
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-271-2/+94
* Fixed client leak and python tests portAlan Conway2007-06-271-1/+1
* Make check now starts a broker on a dynamically assigned port, soAlan Conway2007-06-2713-360/+192
* * src/tests/cluster.mk: Replace sudo with newgrp for ais tests.Alan Conway2007-06-262-12/+11