| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implementation of queue.unbind & message.get | Gordon Sim | 2007-02-23 | 1 | -0/+69 |
| * | Fixes to get TransactedTest back, there are still unresolved issues with roll... | Kim van der Riet | 2007-02-15 | 1 | -0/+4 |
| * | First backmerge from trunk to 0-9 branch for Java. Not all java tests passing... | Kim van der Riet | 2007-02-14 | 46 | -1955/+2259 |
| * | Separated the errata in the XML spec file and put them into a file amqp-errar... | Kim van der Riet | 2007-01-30 | 1 | -2/+2 |
| * | Fixes to get the python queue tests to work. | Gordon Sim | 2007-01-29 | 1 | -1/+1 |
| * | Updated broker for issues highlighted by python tests. (e.g. fanout exchange,... | Gordon Sim | 2007-01-26 | 4 | -11/+55 |
| * | Added mechanism to track connection ids for logging and debugging purposes. C... | Kim van der Riet | 2007-01-25 | 2 | -18/+22 |
| * | Improved channel/connection exception handling. | Gordon Sim | 2007-01-25 | 3 | -2/+60 |
| * | Content.writePayload now handles a null byte buffer | Rafael H. Schloming | 2007-01-24 | 1 | -2/+6 |
| * | Fixed problem with missing type field in Message.transport. Used JMSHeaders i... | Kim van der Riet | 2007-01-24 | 2 | -57/+70 |
| * | removed leftover printlns | Rafael H. Schloming | 2007-01-23 | 1 | -2/+0 |
| * | removed XXX from resend, centralized message deliver, cleaned up exception ha... | Rafael H. Schloming | 2007-01-23 | 2 | -8/+8 |
| * | Modified Content to make get methods to be non-consuming through use of light... | Kim van der Riet | 2007-01-23 | 3 | -26/+38 |
| * | Synchronized the toString method in the Content class | Rajith Muditha Attapattu | 2007-01-22 | 1 | -2/+7 |
| * | Added session close convinience methods to broker ProtocolSession, modified h... | Kim van der Riet | 2007-01-22 | 2 | -5/+28 |
| * | Addded toString() to Content to aid in debugging | Kim van der Riet | 2007-01-22 | 1 | -0/+5 |
| * | Improvements to debugging messages from Request/ResponseManager. Added timed ... | Kim van der Riet | 2007-01-22 | 2 | -9/+23 |
| * | replaced Hashtable with ConcurrentHashMap to solve intermittant ConcurrentMod... | Rafael H. Schloming | 2007-01-19 | 2 | -7/+7 |
| * | Solved multithreading issue in RequestManager where responses would arrive be... | Kim van der Riet | 2007-01-19 | 3 | -4/+10 |
| * | Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ... | Kim van der Riet | 2007-01-18 | 1 | -18/+23 |
| * | Fixed minor bug in AMQResponseBody.toString() | Kim van der Riet | 2007-01-18 | 1 | -1/+1 |
| * | filled out consume and transfer handlers | Rafael H. Schloming | 2007-01-18 | 1 | -1/+1 |
| * | Conversion of client/BasicMessageProducer to new Message class | Kim van der Riet | 2007-01-17 | 1 | -1/+14 |
| * | Created wiring to client RequestManagers and ResponseManagers, refactored all... | Kim van der Riet | 2007-01-16 | 2 | -4/+4 |
| * | fixed several encoding/decoding bugs | Rafael H. Schloming | 2007-01-16 | 5 | -11/+10 |
| * | added request/response factories to AMQDataBlockDecoder | Rafael H. Schloming | 2007-01-16 | 4 | -2/+15 |
| * | fixed broker compile errors | Rafael H. Schloming | 2007-01-16 | 3 | -9/+20 |
| * | Changed the RequestManager to use AMQMethodListener instead of the old AMQRes... | Kim van der Riet | 2007-01-15 | 4 | -46/+27 |
| * | Added a request/response id to the MethodEvent class that is used to dispatch... | Kim van der Riet | 2007-01-15 | 2 | -6/+13 |
| * | Changed static method AMQMethodBody.createAMQFrame() to createMessageBody() f... | Kim van der Riet | 2007-01-15 | 3 | -11/+11 |
| * | Request and Respone managers now use the new common AMQMethodListener class | Kim van der Riet | 2007-01-15 | 3 | -66/+44 |
| * | Merged the refactor to a common AMQMethodListener class on trunk, plus the ra... | Kim van der Riet | 2007-01-15 | 1 | -0/+48 |
| * | Refactored to create a common AMQMethodEvent class; Added clinet Method* hand... | Kim van der Riet | 2007-01-12 | 6 | -91/+183 |
| * | Split the RequestResponseManager into RequestManager and ResponseManager sinc... | Kim van der Riet | 2007-01-11 | 3 | -48/+230 |
| * | Created new common interfaces to support the RequestResponseManager on both c... | Kim van der Riet | 2007-01-10 | 3 | -24/+83 |
| * | First version of RequestResponseHandler for an idea of how the RequestRespons... | Kim van der Riet | 2007-01-10 | 3 | -27/+267 |
| * | Oops - fixed a rather glaring compile error that I should not have missed :-( | Kim van der Riet | 2007-01-09 | 2 | -6/+6 |
| * | Corrected errors in AMQResponseBody | Kim van der Riet | 2007-01-09 | 2 | -6/+20 |
| * | New broker Messafe class handelrs added, removed old Basic* handlers; New fra... | Kim van der Riet | 2007-01-09 | 2 | -23/+7 |
| * | Completed first version of new Content class and the two new framing classes ... | Kim van der Riet | 2007-01-08 | 11 | -1240/+97 |
| * | New framing classes for AMQP 0-9 request and response | Kim van der Riet | 2007-01-05 | 2 | -0/+172 |
| * | Updated hardwired version occurrences in java from major=8 minor=0 to major=0... | Kim van der Riet | 2007-01-05 | 2 | -3/+3 |
| * | Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/l... | Kim van der Riet | 2007-01-05 | 1 | -12/+0 |
| * | svn merge -r492717:492730 from the trunk | Rafael H. Schloming | 2007-01-04 | 3 | -85/+64 |
| * | QPID-227 Renamed version.properties to qpidversion.properties due to clash wi... | Robert Greig | 2006-12-26 | 1 | -6/+40 |
| * | QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTable | Robert Greig | 2006-12-22 | 1 | -45/+1 |
| * | QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTable | Robert Greig | 2006-12-22 | 11 | -1716/+1525 |
| * | File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl... | Kim van der Riet | 2006-12-22 | 11 | -975/+0 |
| * | AMQP version using new generator - Part 1. In these changes, all places where... | Kim van der Riet | 2006-12-22 | 11 | -26/+58 |
| * | QPID-227 | Bhupendra Bhusman Bhardwaj | 2006-12-21 | 1 | -6/+44 |