summaryrefslogtreecommitdiff
path: root/cpp/tests
Commit message (Expand)AuthorAgeFilesLines
* Make --enable-valgrind the default, suppress all current leaks so we can see ...Alan Conway2007-03-161-0/+2224
* Changed u_int<n>_t to uint<n>_t for posix compliance.Alan Conway2007-03-1511-43/+43
* Merged revisions 513371 via svnmerge from Alan Conway2007-03-143-4/+5
* cpp/tests/FramingTest.cpp: Updated for new default virtual host "/"Alan Conway2007-03-141-1/+1
* Merged revisions 507458 via svnmerge from Alan Conway2007-03-141-1/+1
* Merged revisions 506406 via svnmerge from Alan Conway2007-03-141-6/+0
* Merged revisions 499845 via svnmerge from Alan Conway2007-03-131-0/+3
* Merged revisions 499049 via svnmerge from Alan Conway2007-03-134-5/+2581
* Merged revisions 496317 via svnmerge from Alan Conway2007-03-132-6/+4
* * cpp/lib/client/Basic.*, ClientChannel.*: Extracted Basic functionalityAlan Conway2007-02-225-51/+51
* Added some more logging.Alan Conway2007-02-221-28/+31
* Thread safety fixes for race conditions on incoming messages.Alan Conway2007-02-211-14/+96
* r1152@fuschia: andrew | 2007-02-17 21:14:42 +0000Andrew Stitcher2007-02-211-34/+20
* * cpp/lib/client/ClientMessage.h/.cpp: Added Message constructor taking data.Alan Conway2007-02-175-80/+106
* Constructor version argument defaults to highestProtocolVersion.Alan Conway2007-02-151-3/+7
* Added durability property to queues and pass this to broker on declare. (This...Gordon Sim2007-02-141-5/+29
* r1127@fuschia: andrew | 2007-02-14 16:15:34 +0000Andrew Stitcher2007-02-141-8/+8
* * cpp/lib/common/sys/ProducerConsumer.h:Alan Conway2007-02-143-151/+304
* * gentools/templ.cpp/*Proxy*, CppGenerator.java: Changes to ProxyAlan Conway2007-02-131-1/+1
* Changed default virtual host to "" (was "/"). Gordon Sim2007-02-121-1/+1
* Handle invalid channels.Gordon Sim2007-02-091-0/+2
* r1102@fuschia: andrew | 2007-02-09 00:52:04 +0000Andrew Stitcher2007-02-091-1/+1
* * broker/BrokerMessage.cpp: Added ConnectionToken publisher.Alan Conway2007-02-071-20/+20
* * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions.Alan Conway2007-02-062-4/+3
* Inline transferred messages deliveredAndrew Stitcher2007-02-061-1/+0
* * broker/Reference, tests/ReferenceTest: class representing a reference.Alan Conway2007-02-0612-48/+167
* r800@fuschia: andrew | 2007-01-17 17:34:13 +0000Andrew Stitcher2007-02-061-1/+1
* r768@fuschia: andrew | 2007-01-17 01:25:16 +0000Andrew Stitcher2007-02-062-1/+2
* File missed in last commit.Alan Conway2007-02-051-0/+69
* * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext toAlan Conway2007-02-0210-114/+145
* * cpp/lib/broker/Broker.cpp: Defer creation of acceptor till needed soAlan Conway2007-01-301-10/+1
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-308-21/+174
* * client/* framing/*: fixed client-side request ID processing.Alan Conway2007-01-302-3/+201
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-295-16/+12
* use same name for pid file as start_brokerGordon Sim2007-01-241-1/+1
* * Fixed request-response correlation on the broker.Alan Conway2007-01-222-9/+10
* * AMQRequestBody.cpp: encode/decode bug - added missing reserved 4 byte word.Alan Conway2007-01-222-1/+63
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-196-2/+11
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-191-0/+34
* Initial implementation of AMQP content data type.Gordon Sim2007-01-181-0/+24
* From: Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-184-3/+61
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-184-111/+5
* * Renamed Session* classes to Connection* to align with AMQP specAlan Conway2007-01-164-20/+20
* * Refactor: Moved major broker components (exchanges, queues etc.) fromAlan Conway2007-01-151-3/+3
* * Added Requester/Responder classes to manage request-ids, response-ids,Alan Conway2007-01-141-1/+96
* Use amqp 0-9 request/response framing in broker and client.Alan Conway2007-01-121-20/+11
* * Build order - src before tests.Alan Conway2007-01-114-18/+59
* version back merge from trunk rev 494553.Carl C. Trieloff2007-01-094-8/+11
* Automated C++ client_test and topictest.Alan Conway2007-01-0910-72/+69
* Disabled python tests, added system tests to build: client_test, topictest.Alan Conway2007-01-098-159/+53