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