summaryrefslogtreecommitdiff
path: root/cpp/lib/common
Commit message (Expand)AuthorAgeFilesLines
* r1102@fuschia: andrew | 2007-02-09 00:52:04 +0000Andrew Stitcher2007-02-093-2/+11
* * broker/Reference, tests/ReferenceTest: class representing a reference.Alan Conway2007-02-061-1/+4
* * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext toAlan Conway2007-02-029-84/+45
* Changed methodBody in Methodcontext to be a shared_ptrAndrew Stitcher2007-02-012-8/+16
* Trivial FIXMEs.Alan Conway2007-01-312-6/+6
* * framing/ChannelAdapter.cpp: Enable channel state assertions.Alan Conway2007-01-319-90/+81
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-303-5/+12
* * client/* framing/*: fixed client-side request ID processing.Alan Conway2007-01-304-8/+15
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-2912-41/+93
* * Fixed request-response correlation on the broker.Alan Conway2007-01-222-3/+4
* 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-221-0/+2
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-1919-68/+234
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-191-5/+2
* Initial implementation of AMQP content data type.Gordon Sim2007-01-183-11/+56
* * MethodContext: added invocation context for methods. Can carry RequestIdAlan Conway2007-01-183-3/+59
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-182-39/+84
* Separated adapter code from Connection class: Extracted allAlan Conway2007-01-171-1/+1
* * Renamed Session* classes to Connection* to align with AMQP specAlan Conway2007-01-1613-39/+52
* * Client & broker using Requester/Responder to manage request/response IDs.Alan Conway2007-01-157-9/+37
* * Refactor: Moved major broker components (exchanges, queues etc.) fromAlan Conway2007-01-152-3/+3
* * Added Requester/Responder classes to manage request-ids, response-ids,Alan Conway2007-01-147-22/+230
* Use amqp 0-9 request/response framing in broker and client.Alan Conway2007-01-1210-133/+159
* * Build order - src before tests.Alan Conway2007-01-111-1/+3
* 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-092-20/+14
* merged in code form Andrew, to clean up version map construction.Carl C. Trieloff2007-01-091-3/+1
* Patch from Andrew, I will merge the solution that I am working on shortly, butCarl C. Trieloff2007-01-091-2/+2
* 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-052-36/+21
* Fixed compile errors, not all fixed yet:Alan Conway2007-01-043-36/+30
* Fixed some compile errors:Alan Conway2007-01-041-8/+11
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-231-0/+45
* missed files from last commit.Carl C. Trieloff2006-12-211-4/+0
* Support for multi version, merge part 1. - can still refactor out dup use ofCarl C. Trieloff2006-12-201-0/+5
* Adding files for EventChannel implementation.Alan Conway2006-12-203-0/+480
* [For Andrew Stitcher] inlined qpid::sys::check() in APRBase.h; This is called...Kim van der Riet2006-12-192-10/+12
* Added additional files AMQP_HighestVersion.h/.cpp to identify the highest ava...Kim van der Riet2006-12-182-0/+47
* Added some doxygen comments for the client API.Gordon Sim2006-12-131-0/+10
* Sundry fixes to spec and build system for RPM packaging.Alan Conway2006-12-131-1/+5
* 2006-12-11 Alan Conway <aconway@redhat.com>Alan Conway2006-12-121-41/+47
* Renamed Content.h (and Content.cpp for consistency) in framing to avoid clash...Gordon Sim2006-12-124-4/+4
* Added new Content class and other methods in Buffer to support the new transp...Kim van der Riet2006-12-115-0/+103
* Patch from Andrew Stitcher:Gordon Sim2006-12-042-2/+2
* Re-enable signal handling. Make APRAcceptor::shutdown() threadsafe.Gordon Sim2006-12-011-8/+19
* Path from Jim Meyering (sent to qpid-dev list) to fix issue with gen.mk plus ...Gordon Sim2006-12-011-8/+8
* Buliding APR code, running python tests.Alan Conway2006-12-011-27/+34
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0182-0/+6292