summaryrefslogtreecommitdiff
path: root/cpp/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-3012-63/+487
* * client/* framing/*: fixed client-side request ID processing.Alan Conway2007-01-309-93/+106
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-2931-851/+1073
* Don't close channel on connection (resulting in BrokerAdapter being deleted) ...Gordon Sim2007-01-241-1/+1
* * Fixed request-response correlation on the broker.Alan Conway2007-01-224-5/+7
* 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-224-0/+92
* Last big refactoring for 0-9 framing. Still need additional tests &Alan Conway2007-01-1936-198/+410
* * tests/FramingTest.cpp - added test for validation of content data typeGordon Sim2007-01-192-40/+24
* Initial implementation of AMQP content data type.Gordon Sim2007-01-184-13/+59
* * 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-184-306/+429
* There are a ton of FIXMES and request/response IDs are not yet working fullyAlan Conway2007-01-1811-680/+676
* 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-1621-173/+165
* * 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-158-109/+134
* * Combined README.txt and READE-dist into README. Fixes cwiki link,Alan Conway2007-01-141-0/+1
* * Added Requester/Responder classes to manage request-ids, response-ids,Alan Conway2007-01-148-24/+231
* 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-1212-137/+165
* * Build order - src before tests.Alan Conway2007-01-119-32/+35
* 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-0913-70/+69
* 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-054-43/+108
* Compile fixes, still not complete: #def class in FramingContent.hAlan Conway2007-01-041-2/+3
* Fixed compile errors, not all fixed yet:Alan Conway2007-01-043-36/+30
* Fixed some compile errors:Alan Conway2007-01-041-8/+11
* Comment correction.Alan Conway2007-01-031-5/+6
* - rpm: make rpm now builds RPMs under rpm/ directory.Alan Conway2006-12-233-131/+193
* missed files from last commit.Carl C. Trieloff2006-12-212-5/+2
* Support for multi version, merge part 1. - can still refactor out dup use ofCarl C. Trieloff2006-12-209-29/+43
* 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
* * cpp/gen/Makefile.am: fixed generated code dependencies.Alan Conway2006-12-196-28/+35
* Added additional files AMQP_HighestVersion.h/.cpp to identify the highest ava...Kim van der Riet2006-12-182-0/+47
* Broker side dynamic version hook up.Carl C. Trieloff2006-12-142-35/+52
* Added some doxygen comments for the client API.Gordon Sim2006-12-1310-16/+408
* Added prepared() method to MessageStore interface.Gordon Sim2006-12-136-8/+43
* Sundry fixes to spec and build system for RPM packaging.Alan Conway2006-12-132-1/+9
* 2006-12-11 Alan Conway <aconway@redhat.com>Alan Conway2006-12-123-56/+63
* 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
* Allow xid to be associated with publication and acknowledgements.Gordon Sim2006-12-117-11/+19
* Thanks Alan the static_cast does prevent the warning on rhel4/x86_64Steven Shaw2006-12-081-1/+1
* Some more unit tests.Gordon Sim2006-12-082-2/+3