| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changed u_int<n>_t to uint<n>_t for posix compliance. | Alan Conway | 2007-03-15 | 30 | -183/+183 |
| * | Merged revisions 497439 via svnmerge from | Alan Conway | 2007-03-13 | 2 | -0/+13 |
| * | Merged revisions 497341 via svnmerge from | Alan Conway | 2007-03-13 | 1 | -1/+1 |
| * | Merged revisions 496678 via svnmerge from | Alan Conway | 2007-03-13 | 1 | -1/+1 |
| * | Merged revisions 496665 via svnmerge from | Alan Conway | 2007-03-13 | 2 | -4/+13 |
| * | Merged revisions 492756 via svnmerge from | Alan Conway | 2007-03-09 | 1 | -0/+1 |
| * | * cpp/lib/client/Basic.*, ClientChannel.*: Extracted Basic functionality | Alan Conway | 2007-02-22 | 1 | -3/+2 |
| * | Fix spurious error message printed by client when broker closes connection. | Alan Conway | 2007-02-21 | 1 | -2/+5 |
| * | Thread safety fixes for race conditions on incoming messages. | Alan Conway | 2007-02-21 | 7 | -83/+168 |
| * | * cpp/lib/client/ClientMessage.h/.cpp: Added Message constructor taking data. | Alan Conway | 2007-02-17 | 9 | -3/+119 |
| * | * cpp/lib/common/sys/ProducerConsumer.h: | Alan Conway | 2007-02-14 | 5 | -23/+372 |
| * | r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000 | Andrew Stitcher | 2007-02-13 | 4 | -20/+11 |
| * | * gentools/templ.cpp/*Proxy*, CppGenerator.java: Changes to Proxy | Alan Conway | 2007-02-13 | 17 | -80/+239 |
| * | r1102@fuschia: andrew | 2007-02-09 00:52:04 +0000 | Andrew Stitcher | 2007-02-09 | 3 | -2/+11 |
| * | * broker/Reference, tests/ReferenceTest: class representing a reference. | Alan Conway | 2007-02-06 | 1 | -1/+4 |
| * | * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext to | Alan Conway | 2007-02-02 | 9 | -84/+45 |
| * | Changed methodBody in Methodcontext to be a shared_ptr | Andrew Stitcher | 2007-02-01 | 2 | -8/+16 |
| * | Trivial FIXMEs. | Alan Conway | 2007-01-31 | 2 | -6/+6 |
| * | * framing/ChannelAdapter.cpp: Enable channel state assertions. | Alan Conway | 2007-01-31 | 9 | -90/+81 |
| * | Andrew Stitcher <astitcher@redhat.com> | Alan Conway | 2007-01-30 | 3 | -5/+12 |
| * | * client/* framing/*: fixed client-side request ID processing. | Alan Conway | 2007-01-30 | 4 | -8/+15 |
| * | * Added ClientAdapter - client side ChannelAdapter. Updated client side. | Alan Conway | 2007-01-29 | 12 | -41/+93 |
| * | * Fixed request-response correlation on the broker. | Alan Conway | 2007-01-22 | 2 | -3/+4 |
| * | 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 | 1 | -0/+2 |
| * | Last big refactoring for 0-9 framing. Still need additional tests & | Alan Conway | 2007-01-19 | 19 | -68/+234 |
| * | * tests/FramingTest.cpp - added test for validation of content data type | Gordon Sim | 2007-01-19 | 1 | -5/+2 |
| * | Initial implementation of AMQP content data type. | Gordon Sim | 2007-01-18 | 3 | -11/+56 |
| * | * MethodContext: added invocation context for methods. Can carry RequestId | Alan Conway | 2007-01-18 | 3 | -3/+59 |
| * | There are a ton of FIXMES and request/response IDs are not yet working fully | Alan Conway | 2007-01-18 | 2 | -39/+84 |
| * | Separated adapter code from Connection class: Extracted all | Alan Conway | 2007-01-17 | 1 | -1/+1 |
| * | * Renamed Session* classes to Connection* to align with AMQP spec | Alan Conway | 2007-01-16 | 13 | -39/+52 |
| * | * Client & broker using Requester/Responder to manage request/response IDs. | Alan Conway | 2007-01-15 | 7 | -9/+37 |
| * | * Refactor: Moved major broker components (exchanges, queues etc.) from | Alan Conway | 2007-01-15 | 2 | -3/+3 |
| * | * Added Requester/Responder classes to manage request-ids, response-ids, | Alan Conway | 2007-01-14 | 7 | -22/+230 |
| * | Use amqp 0-9 request/response framing in broker and client. | Alan Conway | 2007-01-12 | 10 | -133/+159 |
| * | * Build order - src before tests. | Alan Conway | 2007-01-11 | 1 | -1/+3 |
| * | 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 | 2 | -20/+14 |
| * | merged in code form Andrew, to clean up version map construction. | Carl C. Trieloff | 2007-01-09 | 1 | -3/+1 |
| * | Patch from Andrew, I will merge the solution that I am working on shortly, but | Carl C. Trieloff | 2007-01-09 | 1 | -2/+2 |
| * | 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 | 2 | -36/+21 |
| * | 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 |
| * | - rpm: make rpm now builds RPMs under rpm/ directory. | Alan Conway | 2006-12-23 | 1 | -0/+45 |
| * | missed files from last commit. | Carl C. Trieloff | 2006-12-21 | 1 | -4/+0 |
| * | Support for multi version, merge part 1. - can still refactor out dup use of | Carl C. Trieloff | 2006-12-20 | 1 | -0/+5 |
| * | Adding files for EventChannel implementation. | Alan Conway | 2006-12-20 | 3 | -0/+480 |
| * | [For Andrew Stitcher] inlined qpid::sys::check() in APRBase.h; This is called... | Kim van der Riet | 2006-12-19 | 2 | -10/+12 |