| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added a logger but only used to control the toString inclusion of password. I... | Martin Ritchie | 2007-07-20 | 1 | -10/+21 |
| * | Update fix incorrect license headers. | Martin Ritchie | 2007-07-18 | 2 | -22/+28 |
| * | Added additional information to hard-error logging in exceptionReceived. | Martin Ritchie | 2007-07-17 | 1 | -4/+13 |
| * | added public void declareAndBind(AMQDestination amqd) | Arnaud Simon | 2007-06-27 | 1 | -0/+10 |
| * | Added additional information to log message when available to aid the explina... | Martin Ritchie | 2007-06-27 | 1 | -32/+39 |
| * | changed setText to use UTF8 as default encoder | Arnaud Simon | 2007-06-20 | 1 | -1/+1 |
| * | Various License header updates. | Martin Ritchie | 2007-06-18 | 7 | -0/+147 |
| * | QPID-511 adjusted to use the ReadWriteThreadModel rather than setting editing... | Martin Ritchie | 2007-06-15 | 1 | -5/+3 |
| * | QPID-465, now throws UnsupportedOperationException when sending to a null que... | Rupert Smith | 2007-06-12 | 1 | -9/+20 |
| * | Removed log4j dependency from client. Using slf4j instead, end-user to supply... | Rupert Smith | 2007-06-11 | 44 | -698/+795 |
| * | QPID-402: FailoverException falling through to client. All blocking operation... | Rupert Smith | 2007-06-01 | 14 | -2043/+2735 |
| * | QPID-482 : Small performance tweaks | Robert Godfrey | 2007-05-24 | 2 | -15/+13 |
| * | Documented all exception. | Rupert Smith | 2007-05-21 | 11 | -28/+77 |
| * | QPID-466 Removed Unsupported exception from setIntProperty with STRICT_AMQP set | Martin Ritchie | 2007-05-15 | 1 | -5/+0 |
| * | QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ... | Martin Ritchie | 2007-05-04 | 4 | -60/+192 |
| * | QPID-466 Create STRICT_AMQP System property to disable JMS extensions in Java... | Martin Ritchie | 2007-04-30 | 2 | -140/+232 |
| * | QPID-476 : Remove duplicate map of channelId to session | Robert Godfrey | 2007-04-30 | 4 | -94/+28 |
| * | QPID-466 Create STRICT_AMQP System property to disable JMS extensions in Java... | Martin Ritchie | 2007-04-26 | 1 | -11/+55 |
| * | White Space changes | Martin Ritchie | 2007-04-23 | 1 | -1/+1 |
| * | QPID-472 - Creation of TemporaryQueues will not guarantee unique queue names ... | Martin Ritchie | 2007-04-23 | 1 | -11/+8 |
| * | Made IMMEDIATE_PREFETCH to allow access from additional test class. | Martin Ritchie | 2007-04-20 | 1 | -2/+2 |
| * | QPID-455 Pre-fetched messages can cause problems with client tools. Set IMMED... | Martin Ritchie | 2007-04-19 | 1 | -17/+29 |
| * | QPID-455 Prefetched messages can cause problems with client tools. | Martin Ritchie | 2007-04-18 | 1 | -26/+32 |
| * | Removed e.printstacktrace that sneaked in with the other code style changes. | Martin Ritchie | 2007-04-18 | 1 | -2/+1 |
| * | QPID-455 Prefetched messages can cause problems with client tools. | Martin Ritchie | 2007-04-17 | 2 | -66/+101 |
| * | QPID-451 Throw InvalidDestinationException on attempt to publish to a Queue w... | Robert Godfrey | 2007-04-12 | 5 | -29/+61 |
| * | QPID-446 AMQUserManagementMBean Initial implementation of user management in... | Martin Ritchie | 2007-04-11 | 1 | -4/+3 |
| * | Got rid of some uses of System.out instead of log4j logging. | Robert Greig | 2007-04-09 | 1 | -36/+24 |
| * | Stopped throwing away exception causes. | Robert Greig | 2007-04-09 | 13 | -373/+472 |
| * | Purged logging from exception constructors. | Robert Greig | 2007-04-09 | 4 | -28/+40 |
| * | QPID-443 : Fix to transactionality of message publishing | Robert Godfrey | 2007-04-06 | 1 | -2/+5 |
| * | QPID-308 removed closeConnection() that calls close(-1) and may result in a c... | Martin Ritchie | 2007-04-05 | 1 | -5/+0 |
| * | QPID-414 : Addition of CRAM-MD5-HASHED authentication. Same as CRAM-MD5 but t... | Martin Ritchie | 2007-04-05 | 6 | -22/+190 |
| * | Added default timeout to AMQConnection.close(); | Martin Ritchie | 2007-04-04 | 1 | -1/+2 |
| * | Fix for setting the message id | Rajith Muditha Attapattu | 2007-03-29 | 2 | -4/+20 |
| * | Added additional logging and comments | Martin Ritchie | 2007-03-27 | 3 | -3/+14 |
| * | QPID-346,QPID-386,QPID-403, QPID-410 Rollback, Basic-Reject, QueueBrowser NO_... | Martin Ritchie | 2007-03-13 | 8 | -110/+241 |
| * | QPID-403 QPID-346 QPID-355 QPID-386 QPID-389 Updates to fix Transactional Rol... | Martin Ritchie | 2007-03-06 | 6 | -128/+247 |
| * | (Patch submitted by Rupert Smith) Qpid0394.diff | Robert Greig | 2007-03-01 | 1 | -26/+43 |
| * | QPID-391 : Broker Refactoring - initial tidy... add some mechanisms for multi... | Robert Godfrey | 2007-02-25 | 5 | -48/+25 |
| * | QPID-346 Message loss after rollback | Martin Ritchie | 2007-02-23 | 4 | -81/+78 |
| * | QPID-348 Reverted unecessary nowait addition to amqp Basic.Recover spec. | Martin Ritchie | 2007-02-21 | 1 | -1/+0 |
| * | QPID-348 Problems related to prefetching of messages | Martin Ritchie | 2007-02-21 | 5 | -122/+368 |
| * | (Path submitted by Rupert Smith) Qpid-338. Custom SASL implementation for Jav... | Robert Greig | 2007-02-20 | 5 | -68/+245 |
| * | QPID-325 : Persist durable exchange information in the store | Robert Godfrey | 2007-02-20 | 1 | -0/+35 |
| * | Renamed AMQInvalidSelectorException to be AMQInvalidArgumentException to bett... | Martin Ritchie | 2007-02-20 | 2 | -8/+9 |
| * | Fully propogated timeouts during AMQConnection.close. Still needs timeouts to... | Martin Ritchie | 2007-02-19 | 2 | -5/+11 |
| * | QPID-379 Bounced Messages do not appear in connection exception listener. | Martin Ritchie | 2007-02-19 | 2 | -45/+101 |
| * | QPID-372, QPID-376 Broker now ignores all frames for closing channels. | Martin Ritchie | 2007-02-19 | 4 | -100/+117 |
| * | QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e... | Robert Godfrey | 2007-02-16 | 12 | -100/+305 |