| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1514: Add check for presence of key to FieldTable::erase() | Gordon Sim | 2008-12-04 | 2 | -1/+21 |
| * | Catch up to generated code | Stephen D. Huston | 2008-12-04 | 1 | -24/+6 |
| * | QPID-1500 : config.ini was blocked by the .gitignore so it was missed in my l... | Martin Ritchie | 2008-12-03 | 1 | -0/+30 |
| * | Avoid a divide-by-zero that can occur if updates are sent with a timestamp | Ted Ross | 2008-12-03 | 1 | -0/+2 |
| * | made ant build generate perftest scripts | Rafael H. Schloming | 2008-12-03 | 8 | -17/+423 |
| * | QPID-1512 - Catch only connection-related exceptions in qmf console | Ted Ross | 2008-12-03 | 4 | -6/+16 |
| * | QPID-1513 - Fix corner case where incompleted schema records are | Ted Ross | 2008-12-03 | 1 | -3/+5 |
| * | Corrected doxygen comment. | Alan Conway | 2008-12-03 | 1 | -3/+2 |
| * | Minor fix: reuse assigned bank info when broker disconnects and reconnects. | Ted Ross | 2008-12-03 | 1 | -0/+2 |
| * | QPID-1482 : Patch provided by Robert Gemmell, To allow PLAIN authentication v... | Martin Ritchie | 2008-12-03 | 1 | -66/+7 |
| * | QPID-1500 : Didn't notice a couple of .DS_Store files slipped in to the commit. | Martin Ritchie | 2008-12-03 | 2 | -0/+0 |
| * | QPID-1481 : Patch provided by Robert Gemmell, export jmxrmote.sasl plugin as ... | Martin Ritchie | 2008-12-03 | 2 | -3/+21 |
| * | QPID-794 : Patch provided by Robert Gemmell, removes the need for the specifi... | Martin Ritchie | 2008-12-03 | 2 | -23/+22 |
| * | QPID-1011 : Patch provided by Senaka Fernando to prevent MC being used as a p... | Martin Ritchie | 2008-12-03 | 1 | -1/+11 |
| * | QPID-1241 : Patch from Robert Gemmell, allows Windows bat script to cope with... | Martin Ritchie | 2008-12-03 | 1 | -1/+1 |
| * | QPID-1015 : Applied patch by Senaka Fernando to prevent NPE in MC on refresh ... | Martin Ritchie | 2008-12-03 | 1 | -1/+1 |
| * | updated readme, release-notes from Aidan | Carl C. Trieloff | 2008-12-03 | 2 | -71/+82 |
| * | clean up | Carl C. Trieloff | 2008-12-03 | 2 | -631/+0 |
| * | cluster: add Event size to encoded header. | Alan Conway | 2008-12-03 | 5 | -8/+643 |
| * | Fix bad assert(), causing compile failures in debug builds. | Alan Conway | 2008-12-03 | 1 | -1/+1 |
| * | QPID-1501 : Remove @Override annotations to allow compilation under JDK 1.5 | Martin Ritchie | 2008-12-02 | 4 | -29/+1 |
| * | QPID-1499 : Modification to IoAcceptor so ConnectionTest can close the open S... | Martin Ritchie | 2008-12-02 | 2 | -6/+21 |
| * | Update gitignore for mac os x development (.DS_Store) and added release and t... | Martin Ritchie | 2008-12-02 | 1 | -2/+4 |
| * | QPID-1500 : Add Mac OS X Management Console Build | Martin Ritchie | 2008-12-02 | 19 | -5/+254 |
| * | PollableQueue: fix unsafe use of deque | Alan Conway | 2008-12-02 | 3 | -12/+13 |
| * | Cluster: handle CPG flow-control conditions. | Alan Conway | 2008-12-02 | 10 | -67/+101 |
| * | QPID-1419: remove wip support from 0-9 python client | Gordon Sim | 2008-12-02 | 3 | -13/+17 |
| * | Avoid potential deadlock between IO thread in Connector::handleClosed() and a... | Gordon Sim | 2008-12-02 | 1 | -1/+4 |
| * | QPID-1469: turn off jmx management by default as it's not authenticated. | Aidan Skinner | 2008-12-02 | 3 | -3/+3 |
| * | Added management accounting for transaction dequeues. | Ted Ross | 2008-12-02 | 1 | -0/+4 |
| * | As DISCLAIMER has been removed, don't include it in distribution list. | Gordon Sim | 2008-12-02 | 1 | -1/+1 |
| * | Gets of specific object-ids should only involve the agent(s) that own | Ted Ross | 2008-12-01 | 1 | -4/+11 |
| * | Added handling of connection loss with connection retry. | Ted Ross | 2008-12-01 | 1 | -12/+17 |
| * | Fixed a logic bug in a try/finally | Ted Ross | 2008-12-01 | 1 | -1/+1 |
| * | QPID-1497: Ensure policy count and size reflect transactionality of dequeues | Gordon Sim | 2008-12-01 | 9 | -10/+83 |
| * | Replaced nonexistent type "double" with "float". In python, float | Ted Ross | 2008-12-01 | 2 | -2/+2 |
| * | removed incubator notice + marked file relavant for 0-8 client | Carl C. Trieloff | 2008-12-01 | 1 | -2/+15 |
| * | Fixed regression caused by a change to the qmf.console API. | Ted Ross | 2008-12-01 | 1 | -8/+3 |
| * | remove incubator disclaimer | Carl C. Trieloff | 2008-12-01 | 1 | -5/+0 |
| * | remove incubator disclaimer | Carl C. Trieloff | 2008-12-01 | 1 | -11/+0 |
| * | removed incubating notices | Carl C. Trieloff | 2008-12-01 | 2 | -7/+2 |
| * | removed incubator notice | Carl C. Trieloff | 2008-12-01 | 2 | -7/+2 |
| * | Updated notes to remove incubator notices | Carl C. Trieloff | 2008-12-01 | 2 | -7/+2 |
| * | Updated license files, readme, etc... Also made it possible to distribute cli... | Carl C. Trieloff | 2008-12-01 | 6 | -67/+869 |
| * | Fixed a performance regression caused by the management code. | Ted Ross | 2008-12-01 | 5 | -28/+29 |
| * | cluster: Queue outgoing multicast events. | Alan Conway | 2008-12-01 | 2 | -7/+9 |
| * | QPID-1495: Patch from Danushka Menikkumbura to fix compilation problem. | Gordon Sim | 2008-12-01 | 1 | -2/+2 |
| * | QPID-1280: fixed performance regression for multiple subscribers on shared queue | Gordon Sim | 2008-11-29 | 5 | -27/+169 |
| * | Added cluster log messages. | Alan Conway | 2008-11-28 | 3 | -21/+18 |
| * | Fix setting of accept mode in perftest which appears to be back-to-front. | Gordon Sim | 2008-11-28 | 1 | -1/+1 |