Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed u_int<n>_t to uint<n>_t for posix compliance. | Alan Conway | 2007-03-15 | 1 | -2/+2 |
* | * cpp/lib/client/ClientMessage.h/.cpp: Added Message constructor taking data. | Alan Conway | 2007-02-17 | 1 | -0/+1 |
* | * cpp/lib/common/framing/MethodContext.h: Reduced MethodContext to | Alan Conway | 2007-02-02 | 1 | -1/+1 |
* | Updated size calculation of request frame. | Gordon Sim | 2007-01-22 | 1 | -1/+1 |
* | * Client & broker using Requester/Responder to manage request/response IDs. | Alan Conway | 2007-01-15 | 1 | -0/+6 |
* | * Added Requester/Responder classes to manage request-ids, response-ids, | Alan Conway | 2007-01-14 | 1 | -11/+11 |
* | Use amqp 0-9 request/response framing in broker and client. | Alan Conway | 2007-01-12 | 1 | -24/+28 |
* | Encoding and decoding of AMQP 0-9 request and response frames. | Alan Conway | 2007-01-10 | 1 | -0/+67 |