summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-082-0/+129
* Build support for clustering, initial CPG wrapper & tests.Alan Conway2007-06-078-6/+135
* Made FieldTable argument of client::Channel::bind() optional.Alan Conway2007-06-061-3/+1
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-0611-1/+894
* Some tests and fixes for dtx preview.Gordon Sim2007-06-052-4/+4
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-308-24/+518
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-224-12/+12
* * docs/api/Makefile.am: Adding html.timestamp to clean target.Alan Conway2007-05-181-1/+1
* Fix incorrect -I directive for generated code.Alan Conway2007-05-141-1/+1
* Removed unnecessary suppressions.Alan Conway2007-05-141-34/+1
* * cpp/src/Makefile.am: Move generated code into src. Fix generation script.Alan Conway2007-05-111-10/+11
* Makefile fixes to get make distcheck passing.Alan Conway2007-05-011-10/+6
* Resolves: QPID-298, QPID-304: qpidd flags to control broker daemon.Alan Conway2007-04-303-2/+26
* * qpid/CommonOptions.h:Alan Conway2007-04-252-99/+0
* Added some dtx related unit testsGordon Sim2007-04-204-132/+432
* Some dtx related updates.Gordon Sim2007-04-191-9/+48
* Longer broker_start timeout to avoid failures in plague builds.Alan Conway2007-04-171-1/+1