| Commit message (Expand) | Author | Age | Files | Lines |
| * | Updated broker for issues highlighted by python tests. (e.g. fanout exchange,... | Gordon Sim | 2007-01-26 | 11 | -10/+285 |
| * | Modified the protocol session to create channel zero by default. Updated the ... | Rafael H. Schloming | 2007-01-26 | 1 | -1/+2 |
| * | Added mechanism to track connection ids for logging and debugging purposes. C... | Kim van der Riet | 2007-01-25 | 3 | -2/+15 |
| * | updated to use session's new close method | Rafael H. Schloming | 2007-01-25 | 1 | -19/+5 |
| * | removed XXX exception | Rafael H. Schloming | 2007-01-25 | 1 | -1/+6 |
| * | Improved channel/connection exception handling. | Gordon Sim | 2007-01-25 | 1 | -8/+37 |
| * | Filled in MessageRecoverHandler. | Rafael H. Schloming | 2007-01-24 | 1 | -3/+18 |
| * | fixed NPE in AMQMessage, _taken was not being initialized from some construct... | Rafael H. Schloming | 2007-01-24 | 1 | -2/+1 |
| * | fixed headers exchange, filled in more stubs | Rafael H. Schloming | 2007-01-23 | 3 | -10/+32 |
| * | added missing ByteBuffer.duplicate() | Rafael H. Schloming | 2007-01-23 | 1 | -1/+1 |
| * | removed XXX from resend, centralized message deliver, cleaned up exception ha... | Rafael H. Schloming | 2007-01-23 | 6 | -164/+194 |
| * | Modified Content to make get methods to be non-consuming through use of light... | Kim van der Riet | 2007-01-23 | 2 | -5/+5 |
| * | Added session close convinience methods to broker ProtocolSession, modified h... | Kim van der Riet | 2007-01-22 | 8 | -172/+125 |
| * | Improvements to debugging messages from Request/ResponseManager. Added timed ... | Kim van der Riet | 2007-01-22 | 3 | -8/+42 |
| * | Introduced channel close methods into AMQMinaProtocolSession.java; Refactored... | Kim van der Riet | 2007-01-19 | 38 | -257/+251 |
| * | route on destination rather than exchange | Rafael H. Schloming | 2007-01-19 | 2 | -4/+4 |
| * | Solved multithreading issue in RequestManager where responses would arrive be... | Kim van der Riet | 2007-01-19 | 2 | -5/+5 |
| * | Changed Content to use ByteBuffer, added Message.Transfer and Message.Cancel ... | Kim van der Riet | 2007-01-18 | 4 | -5/+16 |
| * | made message-transfer return a result, switched over message delivery to use ... | Rafael H. Schloming | 2007-01-18 | 2 | -29/+29 |
| * | Completed broker MessageQosHandler | Kim van der Riet | 2007-01-18 | 1 | -1/+6 |
| * | Cleared all the cluster compile errors. This now opens the way to testing... | Kim van der Riet | 2007-01-18 | 1 | -0/+5 |
| * | filled out consume and transfer handlers | Rafael H. Schloming | 2007-01-18 | 6 | -77/+280 |
| * | fixed a braino in ConnectionStartOk | Rafael H. Schloming | 2007-01-16 | 1 | -2/+2 |
| * | fixed broker compile errors | Rafael H. Schloming | 2007-01-16 | 32 | -386/+385 |
| * | Changed the RequestManager to use AMQMethodListener instead of the old AMQRes... | Kim van der Riet | 2007-01-15 | 2 | -18/+8 |
| * | Added a request/response id to the MethodEvent class that is used to dispatch... | Kim van der Riet | 2007-01-15 | 2 | -17/+30 |
| * | Changed static method AMQMethodBody.createAMQFrame() to createMessageBody() f... | Kim van der Riet | 2007-01-15 | 2 | -90/+42 |
| * | Request and Respone managers now use the new common AMQMethodListener class | Kim van der Riet | 2007-01-15 | 1 | -20/+0 |
| * | Merged the refactor to a common AMQMethodListener class on trunk, plus the ra... | Kim van der Riet | 2007-01-15 | 3 | -69/+26 |
| * | Refactored to create a common AMQMethodEvent class; Added clinet Method* hand... | Kim van der Riet | 2007-01-12 | 41 | -200/+241 |
| * | Created new common interfaces to support the RequestResponseManager on both c... | Kim van der Riet | 2007-01-10 | 1 | -6/+9 |
| * | First version of RequestResponseHandler for an idea of how the RequestRespons... | Kim van der Riet | 2007-01-10 | 1 | -37/+36 |
| * | New broker Messafe class handelrs added, removed old Basic* handlers; New fra... | Kim van der Riet | 2007-01-09 | 23 | -448/+759 |
| * | Updated hardwired version occurrences in java from major=8 minor=0 to major=0... | Kim van der Riet | 2007-01-05 | 25 | -71/+71 |
| * | Merged changes from trunk to fix C++ client version 0-0 bug. Changes to cpp/l... | Kim van der Riet | 2007-01-05 | 1 | -7/+4 |
| * | QPID-233 : Patch from Rob Godfrey - fix to lock.unlock() bug | Robert Greig | 2007-01-01 | 1 | -1/+1 |
| * | Reduced logging level to debug to avoid performance sapping output | Robert Greig | 2006-12-29 | 1 | -10/+38 |
| * | MBean created as a separate class | Bhupendra Bhusman Bhardwaj | 2006-12-28 | 2 | -167/+201 |
| * | QPID-229 : Patch supplied by Rob Godfrey - Change implementation of FieldTable | Robert Greig | 2006-12-22 | 2 | -53/+132 |
| * | AMQP version using new generator - Part 1. In these changes, all places where... | Kim van der Riet | 2006-12-22 | 26 | -73/+274 |
| * | QPID-188 | Bhupendra Bhusman Bhardwaj | 2006-12-21 | 4 | -32/+15 |
| * | QPID-101 | Martin Ritchie | 2006-12-20 | 6 | -49/+243 |
| * | QPID-21 outstanding issues: | Martin Ritchie | 2006-12-20 | 6 | -40/+126 |
| * | QPID-222 | Martin Ritchie | 2006-12-19 | 1 | -1/+3 |
| * | Maven output clean up. | Martin Ritchie | 2006-12-19 | 1 | -2/+7 |
| * | QPID-216 | Martin Ritchie | 2006-12-19 | 10 | -68/+112 |
| * | QPID-188 | Bhupendra Bhusman Bhardwaj | 2006-12-19 | 1 | -0/+1 |
| * | QPID-21 | Martin Ritchie | 2006-12-19 | 31 | -44/+3831 |
| * | clean up warnings about unused variables | Stephen Vinoski | 2006-12-18 | 3 | -4/+3 |
| * | QPID-212 QPID-214 Patch supplied by Rob Godfrey | Robert Greig | 2006-12-18 | 2 | -9/+15 |