summaryrefslogtreecommitdiff
path: root/cpp/lib/common/framing/AMQRequestBody.h
Commit message (Expand)AuthorAgeFilesLines
* Changed u_int<n>_t to uint<n>_t for posix compliance.Alan Conway2007-03-151-2/+2
* * cpp/lib/client/ClientMessage.h/.cpp: Added Message constructor taking data.Alan Conway2007-02-171-0/+1
* * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext toAlan Conway2007-02-021-1/+1
* Updated size calculation of request frame.Gordon Sim2007-01-221-1/+1
* * Client & broker using Requester/Responder to manage request/response IDs.Alan Conway2007-01-151-0/+6
* * Added Requester/Responder classes to manage request-ids, response-ids,Alan Conway2007-01-141-11/+11
* Use amqp 0-9 request/response framing in broker and client.Alan Conway2007-01-121-24/+28
* Encoding and decoding of AMQP 0-9 request and response frames.Alan Conway2007-01-101-0/+67