| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Combined README.txt and READE-dist into README. Fixes cwiki link, | Alan Conway | 2007-01-14 | 1 | -0/+1 |
| * | * Added Requester/Responder classes to manage request-ids, response-ids, | Alan Conway | 2007-01-14 | 8 | -24/+231 |
| * | 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 | 12 | -137/+165 |
| * | * Build order - src before tests. | Alan Conway | 2007-01-11 | 9 | -32/+35 |
| * | 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 | 13 | -70/+69 |
| * | 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 | 4 | -43/+108 |
| * | Compile fixes, still not complete: #def class in FramingContent.h | Alan Conway | 2007-01-04 | 1 | -2/+3 |
| * | 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 |
| * | Comment correction. | Alan Conway | 2007-01-03 | 1 | -5/+6 |
| * | - rpm: make rpm now builds RPMs under rpm/ directory. | Alan Conway | 2006-12-23 | 3 | -131/+193 |
| * | missed files from last commit. | Carl C. Trieloff | 2006-12-21 | 2 | -5/+2 |
| * | Support for multi version, merge part 1. - can still refactor out dup use of | Carl C. Trieloff | 2006-12-20 | 9 | -29/+43 |
| * | 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 |
| * | * cpp/gen/Makefile.am: fixed generated code dependencies. | Alan Conway | 2006-12-19 | 6 | -28/+35 |
| * | Added additional files AMQP_HighestVersion.h/.cpp to identify the highest ava... | Kim van der Riet | 2006-12-18 | 2 | -0/+47 |
| * | Broker side dynamic version hook up. | Carl C. Trieloff | 2006-12-14 | 2 | -35/+52 |
| * | Added some doxygen comments for the client API. | Gordon Sim | 2006-12-13 | 10 | -16/+408 |
| * | Added prepared() method to MessageStore interface. | Gordon Sim | 2006-12-13 | 6 | -8/+43 |
| * | Sundry fixes to spec and build system for RPM packaging. | Alan Conway | 2006-12-13 | 2 | -1/+9 |
| * | 2006-12-11 Alan Conway <aconway@redhat.com> | Alan Conway | 2006-12-12 | 3 | -56/+63 |
| * | Renamed Content.h (and Content.cpp for consistency) in framing to avoid clash... | Gordon Sim | 2006-12-12 | 4 | -4/+4 |
| * | Added new Content class and other methods in Buffer to support the new transp... | Kim van der Riet | 2006-12-11 | 5 | -0/+103 |
| * | Allow xid to be associated with publication and acknowledgements. | Gordon Sim | 2006-12-11 | 7 | -11/+19 |
| * | Thanks Alan the static_cast does prevent the warning on rhel4/x86_64 | Steven Shaw | 2006-12-08 | 1 | -1/+1 |
| * | Some more unit tests. | Gordon Sim | 2006-12-08 | 2 | -2/+3 |
| * | Added unit test and slightly refactored code. | Gordon Sim | 2006-12-07 | 3 | -22/+20 |
| * | Allow non-durable messages to be lazy-loaded. Cleanup of lazy-loaded messages | Gordon Sim | 2006-12-06 | 13 | -25/+44 |
| * | Added new configuration option for staging threshold (size above which messages | Gordon Sim | 2006-12-06 | 10 | -18/+86 |
| * | Patch sumbitted to qpid-dev: | Gordon Sim | 2006-12-06 | 2 | -22/+42 |
| * | 2006-12-05 Jim Meyering <meyering@redhat.com> | Alan Conway | 2006-12-05 | 1 | -1/+1 |
| * | Allow settings to be set and persisted for queues. | Gordon Sim | 2006-12-05 | 9 | -26/+65 |
| * | Added queue policy class for controlling when message content should be relea... | Gordon Sim | 2006-12-05 | 8 | -15/+163 |
| * | Patch from Andrew Stitcher: | Gordon Sim | 2006-12-04 | 2 | -2/+2 |
| * | Re-enable signal handling. Make APRAcceptor::shutdown() threadsafe. | Gordon Sim | 2006-12-01 | 1 | -8/+19 |
| * | Path from Jim Meyering (sent to qpid-dev list) to fix issue with gen.mk plus ... | Gordon Sim | 2006-12-01 | 3 | -22/+22 |
| * | Modification to ensure lazy loading is setup correctly where required on reco... | Gordon Sim | 2006-12-01 | 1 | -0/+3 |
| * | Fix to test. Throw exception where previously printed warning. | Gordon Sim | 2006-12-01 | 1 | -0/+1 |
| * | Buliding APR code, running python tests. | Alan Conway | 2006-12-01 | 3 | -29/+38 |
| * | 2006-12-01 Jim Meyering <meyering@redhat.com> | Alan Conway | 2006-12-01 | 174 | -0/+14227 |