| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1331 : Modified the BrowserSubscription to be consistent with the NoAck ... | Martin Ritchie | 2008-10-09 | 3 | -2/+17 |
| * | revert the commit. | Lahiru Gunathilake | 2008-10-09 | 1 | -97/+130 |
| * | resolving jira 1329. | Lahiru Gunathilake | 2008-10-08 | 1 | -130/+97 |
| * | QPID-1101 : Merge of changes from M2 to allow Configuration to be loaded and ... | Martin Ritchie | 2008-10-03 | 1 | -1/+5 |
| * | QPID-1266 : Updates based on review | Martin Ritchie | 2008-10-03 | 1 | -7/+0 |
| * | This is a fix for the problem identified in QPID-943. | Rajith Muditha Attapattu | 2008-09-25 | 3 | -19/+65 |
| * | QPID-1286: Change test and variable names as per review. | Aidan Skinner | 2008-09-19 | 1 | -5/+1 |
| * | QPID-1287: Allow boolean <priority> element in virtual host file. Add test fo... | Aidan Skinner | 2008-09-18 | 1 | -2/+7 |
| * | QPID-1286: make sure priority queues don't mess with deleted subscriptions | Aidan Skinner | 2008-09-18 | 1 | -1/+5 |
| * | QPID-1190 Changed logging for protocol negotiation on client connect to be le... | Marnie McCormack | 2008-09-11 | 1 | -1/+1 |
| * | QPID-1266 : Provided test for new stop() method. Updated RefCountExService to... | Martin Ritchie | 2008-09-03 | 2 | -4/+16 |
| * | QPID-1269 : Added queue registration as part of the creation via the Factory.... | Martin Ritchie | 2008-09-03 | 1 | -0/+3 |
| * | QPID-1266 - Provide a stop() method on AMQQueue to stop all processing on tha... | Martin Ritchie | 2008-09-02 | 3 | -2/+18 |
| * | QPID-579 : Make broker stop on startup errors | Martin Ritchie | 2008-09-02 | 1 | -4/+12 |
| * | QPID-1258 add ASL to java files that were missing it | Aidan Skinner | 2008-08-22 | 4 | -0/+84 |
| * | QPID-1167: reset queue notification lists when creating queues. Pull out defa... | Aidan Skinner | 2008-08-21 | 6 | -25/+51 |
| * | Sorry went crazy with git and didn't meant to commit this change | Martin Ritchie | 2008-08-21 | 1 | -4/+3 |
| * | Stopped the broker closing the ProtocolSessions as this was causing the clien... | Martin Ritchie | 2008-08-21 | 1 | -4/+5 |
| * | QPID-1202: TopicExchance.removeFilteredQueue: if there are no instances of th... | Aidan Skinner | 2008-08-20 | 1 | -8/+11 |
| * | QPID-1202: Rebind durable subscriptions if the arguments have changed | Aidan Skinner | 2008-08-19 | 1 | -8/+25 |
| * | QPID-1136 : Fixed Flow Control problem due to this change and added test to v... | Martin Ritchie | 2008-08-12 | 5 | -17/+7 |
| * | QPID-1193 : Actually removed the calls that pass in the ugly null | Martin Ritchie | 2008-08-11 | 2 | -2/+2 |
| * | QPID-1193 : re-added createQueue(AMQQueue queue) method, after code review call. | Martin Ritchie | 2008-08-11 | 3 | -0/+20 |
| * | QPID-1218: cleaned up the interface to IoTransport a bit; added IoAcceptor; f... | Rafael H. Schloming | 2008-08-09 | 1 | -2/+2 |
| * | QPID-1218 Optionally use IoTransport, it's hot, but doesn't pass all the tes... | Aidan Skinner | 2008-08-08 | 1 | -0/+11 |
| * | QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking... | Martin Ritchie | 2008-08-08 | 3 | -21/+15 |
| * | QPID-1224: add methods to get the list of message ids from a queue, with opti... | Aidan Skinner | 2008-08-08 | 2 | -0/+26 |
| * | QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be... | Martin Ritchie | 2008-08-07 | 14 | -65/+138 |
| * | QPID-1218: fix stupid used-only-by-tests method breakage that I have exposed | Aidan Skinner | 2008-08-07 | 1 | -1/+1 |
| * | QPID-1218: Boost broker performance by lots. | Aidan Skinner | 2008-08-07 | 7 | -67/+41 |
| * | QPID-1187 : The broker did not correctly handle subscriptions that would susp... | Martin Ritchie | 2008-07-23 | 1 | -1/+5 |
| * | QPID-1182 : Added additional logging to identify the exception that caused Au... | Martin Ritchie | 2008-07-17 | 4 | -18/+34 |
| * | QPID-871 : The shutdown change had a spurious getInstance() call which would ... | Martin Ritchie | 2008-07-16 | 1 | -8/+14 |
| * | QPID-1181 : Added additional logging to help diagnose a NullPointerException | Martin Ritchie | 2008-07-16 | 2 | -1/+3 |
| * | QPID-1172 : Moved unregistration out of the sendLock. Potential refactor poss... | Martin Ritchie | 2008-07-15 | 1 | -239/+175 |
| * | QPID-1175 : VirtualHost now validates that name is non-null and non-empty. Fu... | Martin Ritchie | 2008-07-15 | 1 | -0/+5 |
| * | QPID-474 Make sure that our SASL servers actually, y'know, validate the password | Aidan Skinner | 2008-07-07 | 2 | -7/+12 |
| * | QPID-871 - Added a ConnectionRegistry per Virtualhost to track the open conne... | Martin Ritchie | 2008-07-04 | 10 | -131/+331 |
| * | QPID-887: name housekeeping thread properly. | Aidan Skinner | 2008-07-01 | 1 | -1/+2 |
| * | QPID-1101 : Updated Direct Exchange so it does not modify lists of queues | Robert Godfrey | 2008-06-20 | 2 | -11/+20 |
| * | QPID-1144 : Reference count drops to zero too early for immediate messages in... | Robert Godfrey | 2008-06-20 | 1 | -3/+11 |
| * | QPID-950 : Fixed Derby Message Store | Robert Godfrey | 2008-06-19 | 1 | -72/+111 |
| * | QPID-950 : Broker refactoring, copied / merged from branch | Robert Godfrey | 2008-06-19 | 145 | -8286/+11319 |
| * | QPID-1066 : Removed isInfo wrapping. Added test that is missing from trunk fr... | Martin Ritchie | 2008-05-19 | 1 | -7/+1 |
| * | QPID-1060 : Release ref to transient meta data; cache message size | Robert Godfrey | 2008-05-16 | 2 | -22/+22 |
| * | Merged revisions 652388-652389,652399,652567-652568,653416 via svnmerge from | Aidan Skinner | 2008-05-06 | 3 | -74/+129 |
| * | QPID-887 : Renamed QueueHouseKeeping threads so they can be identified in thr... | Martin Ritchie | 2008-05-05 | 1 | -33/+36 |
| * | QPID-832 : Fix eol-style | Robert Godfrey | 2008-04-24 | 19 | -2622/+2622 |
| * | QPID-832: fixed DerbyMessageStore to compile on Java 1.5 (hopefully) | Rafael H. Schloming | 2008-04-24 | 1 | -4/+5 |
| * | QPID-832 merge M2.x | Aidan Skinner | 2008-04-24 | 4 | -5/+5 |