| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2250: Remove requirement for message persistence and queue durability fr... | Robert Gemmell | 2009-12-08 | 1 | -19/+15 |
| * | QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as attribute... | Robert Gemmell | 2009-12-08 | 3 | -1/+42 |
| * | QPID-2244: output additional MessageTransferMessage header properties, add fa... | Robert Gemmell | 2009-12-08 | 1 | -23/+35 |
| * | QPID-2244 : Remove LogMessages_de_DE.properties that was erroneously added in... | Martin Ritchie | 2009-12-07 | 1 | -81/+0 |
| * | QPID-2244 : Added initial support of 0-10 Messages via JMX viewMessages. | Martin Ritchie | 2009-12-07 | 3 | -4/+143 |
| * | QPID-1992 : Update ProtocolEngine to create LogSubject in constructor as it n... | Martin Ritchie | 2009-12-07 | 1 | -2/+3 |
| * | QPID-1992 : Fix compilation error missed during merge. | Martin Ritchie | 2009-12-04 | 2 | -4/+4 |
| * | Merged r887145 from 0.5.x-dev | Martin Ritchie | 2009-12-04 | 8 | -140/+151 |
| * | Merged r 886719:886722 from 0.5.x-dev. | Martin Ritchie | 2009-12-03 | 27 | -306/+403 |
| * | QPID-2184: replace random 1second wait with a LogMonitor check that the reloa... | Robert Gemmell | 2009-12-01 | 2 | -5/+8 |
| * | QPID-2222: Add CRAM-MD5-HEX support to broker to enable .net client to connec... | Robert Gemmell | 2009-11-27 | 4 | -0/+316 |
| * | Fixes for 0-9-1 support | Robert Godfrey | 2009-11-26 | 2 | -4/+4 |
| * | QPID-2184: make sure global security plugins are reconfigured properly | Aidan Skinner | 2009-11-11 | 2 | -4/+8 |
| * | QPID-2178: expand the return from channels() to indicate whether the channel ... | Robert Gemmell | 2009-11-06 | 2 | -2/+7 |
| * | Added AMQP 0-9-1 support | Robert Godfrey | 2009-10-26 | 8 | -45/+657 |
| * | Merged from java-broker-0-10 branch | Robert Godfrey | 2009-10-25 | 176 | -6363/+11358 |
| * | QPID-2001 : Added A NullRootMessageLogger to drop logging, Currently only use... | Martin Ritchie | 2009-10-22 | 1 | -0/+60 |
| * | QPID-2055: remove use of FileUtils.copyCheckedEx for security reasons, genera... | Robert Gemmell | 2009-10-20 | 1 | -26/+25 |
| * | QPID-2042: remove use of FileUtils.copyCheckedEx for security reasons, genera... | Robert Gemmell | 2009-10-20 | 1 | -20/+24 |
| * | QPID-2041: remove use of FileUtils.copyCheckedEx for security reasons, genera... | Robert Gemmell | 2009-10-20 | 1 | -20/+25 |
| * | QPID-2040: remove use of FileUtils.copyCheckedEx for security reasons, genera... | Robert Gemmell | 2009-10-20 | 1 | -21/+25 |
| * | QPID-1301 Fixes for issues with temporary queue permissions, including promot... | Marnie McCormack | 2009-10-20 | 2 | -221/+238 |
| * | Remove Java 1.6 @Overrides on interface implmentations | Martin Ritchie | 2009-10-19 | 1 | -12/+3 |
| * | QPID-1304: add vhost access check for missed corner cases, allowing for users... | Robert Gemmell | 2009-10-16 | 1 | -1/+10 |
| * | QPID-1304: implement the ACCESS section of SimpleXML ACL. Enables virtualhost... | Robert Gemmell | 2009-10-15 | 2 | -12/+75 |
| * | Merge java-network-refactor branch | Aidan Skinner | 2009-10-15 | 15 | -648/+435 |
| * | Fix compiler compliance levels, not allowed @Override on interfaces in 1.5 | Aidan Skinner | 2009-10-11 | 6 | -18/+0 |
| * | Refactor a little, extract large inline case statements to individual methods. | Aidan Skinner | 2009-10-11 | 1 | -492/+516 |
| * | QPID-1872: check for existence of outer consume permissions map before procee... | Robert Gemmell | 2009-10-09 | 1 | -0/+6 |
| * | QPID-1950 : Problem is that the thrown exception whilst an IOException does n... | Martin Ritchie | 2009-10-08 | 2 | -1/+8 |
| * | QPID-942 : Added tests for broker and client log messages produced when flow ... | Robert Godfrey | 2009-10-07 | 1 | -3/+7 |
| * | QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8... | Robert Godfrey | 2009-10-01 | 11 | -19/+296 |
| * | QPID-2118 : Corrected 010Exclude for runtime selector exception. Tidied up Se... | Martin Ritchie | 2009-09-30 | 1 | -2/+5 |
| * | QPID-2120 : Updated SimpleAMQQueue to ensure that the sub.isSuspended() check... | Martin Ritchie | 2009-09-30 | 1 | -68/+112 |
| * | Add debug logging to see what the next message the Subscription is going to l... | Martin Ritchie | 2009-09-30 | 1 | -1/+9 |
| * | Prevent NPE in QueueEntryImpl.debugIdentity | Martin Ritchie | 2009-09-30 | 1 | -1/+9 |
| * | Add toString to AbstractActor to allow actors to be used in debug log messages | Martin Ritchie | 2009-09-30 | 1 | -0/+5 |
| * | QPID-2116 : Ensure that AMQChannel correctly notifies all running Subscriptio... | Martin Ritchie | 2009-09-30 | 1 | -4/+51 |
| * | QPID-2028 : Augment BrokerActor to allow the setting of the broker name. Upda... | Martin Ritchie | 2009-09-28 | 4 | -5/+18 |
| * | QPID-2093: Updated AMQBRokerManagerMBean to check if the queue is durable bef... | Martin Ritchie | 2009-09-11 | 1 | -2/+4 |
| * | QPID-2096 : Add a work around which stops durable exchanges being written to ... | Martin Ritchie | 2009-09-11 | 1 | -0/+12 |
| * | QPID-2091 : Updated ServerConfiguration and added test to ServerConfiguration... | Martin Ritchie | 2009-09-10 | 1 | -20/+15 |
| * | Remove some more unused code. | Aidan Skinner | 2009-09-09 | 1 | -6/+0 |
| * | Remove unusued FirewallFactory class | Aidan Skinner | 2009-09-09 | 1 | -45/+0 |
| * | QPID-2002 : Add MNG-1003 messages | Martin Ritchie | 2009-09-04 | 1 | -0/+2 |
| * | QPID-1992 : Ensure StartupRootMessageLogger always logs messages | Martin Ritchie | 2009-09-04 | 1 | -0/+7 |
| * | QPID-2069: Allow empty values to be specified for keys when creating bindings... | Robert Gemmell | 2009-08-24 | 1 | -2/+12 |
| * | Always log subscription state changes in the same way. | Aidan Skinner | 2009-08-18 | 1 | -2/+1 |
| * | QPID-2051: relax the parser validation to only halt startup on fatal-errors i... | Robert Gemmell | 2009-08-17 | 3 | -37/+93 |
| * | QPID-2055: update the save process for the log4j configuration file. Check if... | Robert Gemmell | 2009-08-17 | 1 | -5/+32 |