summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* * Fixed request-response correlation on the broker.Alan Conway2007-01-226-14/+17
* Updated size calculation of request frame.Gordon Sim2007-01-221-1/+1
* * AMQRequestBody.cpp: encode/decode bug - added missing reserved 4 byte word.Alan Conway2007-01-226-1/+155
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-1943-200/+422
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-193-40/+58
* Initial implementation of AMQP content data type.Gordon Sim2007-01-185-13/+83
* * MethodContext: added invocation context for methods. Can carry RequestIdAlan Conway2007-01-186-106/+161
* In case any channel is waiting for a response on termination of the connectio...Gordon Sim2007-01-181-0/+1
* From: Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-188-309/+490
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-1815-791/+681
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-178-827/+914
* * Renamed Session* classes to Connection* to align with AMQP specAlan Conway2007-01-1625-193/+185
* * Client & broker using Requester/Responder to manage request/response IDs.Alan Conway2007-01-1515-185/+319
* * Refactor: Moved major broker components (exchanges, queues etc.) fromAlan Conway2007-01-1510-114/+139
* * Combined README.txt and READE-dist into README. Fixes cwiki link,Alan Conway2007-01-146-25/+27
* * Added Requester/Responder classes to manage request-ids, response-ids,Alan Conway2007-01-149-25/+327
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-122-29/+254
* Use amqp 0-9 request/response framing in broker and client.Alan Conway2007-01-1213-157/+176
* Include *.cpp in developer doxygen to get calls/called-by links.Alan Conway2007-01-111-3/+3
* * Build order - src before tests.Alan Conway2007-01-1115-51/+1336
* Encoding and decoding of AMQP 0-9 request and response frames.Alan Conway2007-01-1013-58/+333
* version back merge from trunk rev 494553.Carl C. Trieloff2007-01-0917-78/+80
* merged in code form Andrew, to clean up version map construction.Carl C. Trieloff2007-01-091-3/+1
* Automated C++ client_test and topictest.Alan Conway2007-01-0910-72/+69
* Patch from Andrew, I will merge the solution that I am working on shortly, butCarl C. Trieloff2007-01-091-2/+2
* Disabled python tests, added system tests to build: client_test, topictest.Alan Conway2007-01-098-159/+53
* Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/l...Kim van der Riet2007-01-052-47/+1
* 0-9 branch now compiles but is not yet functional.Alan Conway2007-01-055-43/+115
* Compile fixes, still not complete: #def class in FramingContent.hAlan Conway2007-01-041-2/+3
* Unsupress generation of 0-8 classes. Re-suppress when newAlan Conway2007-01-041-2/+7
* Fixed compile errors, not all fixed yet:Alan Conway2007-01-043-36/+30
* Fixed some compile errors:Alan Conway2007-01-041-8/+11
* Changes to lick off the 0-9 generation. Note that the new spec file specs/amq...Kim van der Riet2007-01-041-1/+1
* Added "make check" to -build flag.Alan Conway2007-01-041-0/+1
* Added -build flag: a new working copy can be built with just "bootstrap -build"Alan Conway2007-01-041-0/+5
* Comment correction.Alan Conway2007-01-031-5/+6
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-2312-199/+293
* File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl...Kim van der Riet2006-12-221-1/+1
* missed files from last commit.Carl C. Trieloff2006-12-212-5/+2
* Multi version part 3. (2 more to come + tests)Carl C. Trieloff2006-12-213-6/+11
* Support for multi version, merge part 1. - can still refactor out dup use ofCarl C. Trieloff2006-12-2013-38/+50
* Adding files for EventChannel implementation.Alan Conway2006-12-207-0/+835
* make rpm in cpp directory builds qpidc RPMs in default locations.Alan Conway2006-12-205-28/+77
* [For Andrew Stitcher] inlined qpid::sys::check() in APRBase.h; This is called...Kim van der Riet2006-12-192-10/+12
* Print program locations with versions.Alan Conway2006-12-191-1/+1
* * cpp/gen/Makefile.am: fixed generated code dependencies.Alan Conway2006-12-199-35/+41
* [For Jim Meyering] Added new utility to download and build required tools to ...Kim van der Riet2006-12-182-7/+235
* Added additional files AMQP_HighestVersion.h/.cpp to identify the highest ava...Kim van der Riet2006-12-182-0/+47
* [for Jim Meyring] configure.ac: Restore the logic used to determine whether toKim van der Riet2006-12-151-3/+6
* Broker side dynamic version hook up.Carl C. Trieloff2006-12-142-35/+52