summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/qpid/framing/Handler.h: Tempates for handlers and handler chains.Alan Conway2007-06-262-0/+71
* Missing file from last commitAlan Conway2007-06-261-0/+51
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-2611-78/+272
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-182-0/+292
* Parser for AMQP-95 URLsAlan Conway2007-06-152-0/+59
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-144-5/+5
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-141-0/+50
* Various minor fixes to build and test process:Gordon Sim2007-06-132-2/+2
* QPID-504: Print bound port if --port 0 is specified. Not yet used by tests.Alan Conway2007-06-111-10/+17
* src/tests/Makefile.am: Fix typo in makefileAlan Conway2007-06-081-1/+1
* Add missing scripts to EXTRA_DISTAlan Conway2007-06-081-2/+3