| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add top level DISLAIMER, LICENSE, NOTICE, KEYS with pointers to subproject on... | Aidan Skinner | 2008-08-28 | 5 | -0/+345 |
| * | Add ASL to everywhere, to everything. | Aidan Skinner | 2008-08-28 | 89 | -152/+1866 |
| * | This is related to QPID-1208 | Rajith Muditha Attapattu | 2008-08-28 | 1 | -8/+1 |
| * | echotest: tab separated. | Alan Conway | 2008-08-26 | 2 | -1/+44 |
| * | Added ClusterFixture::kill | Alan Conway | 2008-08-26 | 1 | -35/+4 |
| * | Test improvements. | Alan Conway | 2008-08-26 | 4 | -26/+95 |
| * | Add license | Gordon Sim | 2008-08-26 | 1 | -0/+21 |
| * | Removed unused rpm targets and files. | Alan Conway | 2008-08-26 | 6 | -334/+135 |
| * | QPID-1119 : Excluded the InVM test from the external broker runs. | Martin Ritchie | 2008-08-22 | 4 | -0/+9 |
| * | QPID-1119 : M2x commit : Addition of a System property to AMQProtocolHandler.... | Martin Ritchie | 2008-08-22 | 6 | -6/+548 |
| * | QPID-1258 add ASL to java files that were missing it | Aidan Skinner | 2008-08-22 | 49 | -1/+1030 |
| * | QPID-1258: Remove crufty duplicates of DISCLAIMER, LICENSE, NOTICE and README... | Aidan Skinner | 2008-08-22 | 11 | -697/+53 |
| * | Update & correct some of the notes included with the release. | Gordon Sim | 2008-08-22 | 6 | -88/+146 |
| * | Use numeric version number 0.3 in AC_INIT. | Alan Conway | 2008-08-21 | 1 | -1/+1 |
| * | Fix typo. | Alan Conway | 2008-08-21 | 1 | -1/+1 |
| * | Pre-buffering output strategy for cluster. | Alan Conway | 2008-08-21 | 20 | -87/+466 |
| * | Update version, NOTICE files. | Aidan Skinner | 2008-08-21 | 4 | -5/+48 |
| * | QPID-1167: reset queue notification lists when creating queues. Pull out defa... | Aidan Skinner | 2008-08-21 | 7 | -25/+73 |
| * | Sorry went crazy with git and didn't meant to commit this change | Martin Ritchie | 2008-08-21 | 1 | -4/+3 |
| * | QPID-1225 : Changed SimpleACLTest to use QpidTestCase so the failing test can... | Martin Ritchie | 2008-08-21 | 1 | -2/+31 |
| * | QPID-1256 : Initial commit of build creator tool. Documentation to appear on ... | Martin Ritchie | 2008-08-21 | 3 | -0/+1409 |
| * | Stopped the broker closing the ProtocolSessions as this was causing the clien... | Martin Ritchie | 2008-08-21 | 1 | -4/+5 |
| * | QPID-1225 : Remove SimpleACLTest from the test runs as the issues has been id... | Martin Ritchie | 2008-08-21 | 5 | -0/+13 |
| * | Remove old crufty helper that is not used. | Martin Ritchie | 2008-08-21 | 1 | -102/+0 |
| * | Add Simple Request/Response Example from M2.x | Martin Ritchie | 2008-08-21 | 2 | -0/+476 |
| * | QPID-1225 : Temporary commit to allow CI systems to help diagnose cause of ra... | Martin Ritchie | 2008-08-21 | 2 | -1/+9 |
| * | QPID-1217: make temporary queue creation actually create the temporary queue. | Aidan Skinner | 2008-08-20 | 5 | -34/+84 |
| * | QPID-1202: TopicExchance.removeFilteredQueue: if there are no instances of th... | Aidan Skinner | 2008-08-20 | 1 | -8/+11 |
| * | Remove 'clever' locking as it actually degrades performance. | Gordon Sim | 2008-08-20 | 2 | -40/+1 |
| * | QPID-1252: remove the durable subscription when done with it, and increased a... | Rafael H. Schloming | 2008-08-20 | 1 | -1/+2 |
| * | qpid-1251: changed close method for closing the underlying socket on windows ... | Arnaud Simon | 2008-08-20 | 1 | -1/+8 |
| * | Forgot to remove unneeded comment | Kim van der Riet | 2008-08-19 | 1 | -1/+0 |
| * | Missing DTX recover code for --dtx mode in txtest | Kim van der Riet | 2008-08-19 | 2 | -1/+30 |
| * | increased the timeout in the new DurableSubscriptionTest from 250 millisecond... | Rafael H. Schloming | 2008-08-19 | 1 | -1/+1 |
| * | QPID-1202: Rebind durable subscriptions if the arguments have changed | Aidan Skinner | 2008-08-19 | 2 | -8/+85 |
| * | Added --dtx option to txtest for DTX transaction testing | Kim van der Riet | 2008-08-18 | 1 | -5/+28 |
| * | Configure --without-cpg by default for M3. | Alan Conway | 2008-08-18 | 1 | -5/+3 |
| * | QPID-1250: Ensure broker receives session.detached before channel can be reused. | Gordon Sim | 2008-08-18 | 1 | -1/+6 |
| * | QPID-1252: modified tests to unsubscribe the durable subscriptions they create | Rafael H. Schloming | 2008-08-18 | 3 | -0/+11 |
| * | QPID-1226 : Last few changes to correctly shutdown all ApplicationRegistries ... | Martin Ritchie | 2008-08-18 | 6 | -3/+47 |
| * | Fix memory leak in Cluster and enable valgrind in ais_check | Alan Conway | 2008-08-15 | 5 | -13/+32 |
| * | QPID-1246 : set execute permissions on the bin scripts | Martin Ritchie | 2008-08-15 | 8 | -0/+0 |
| * | QPID-1245: use notifyMessage rather than onMessage in setMessageListener so t... | Rafael H. Schloming | 2008-08-15 | 2 | -1/+11 |
| * | increased timeout for DupsOkTest to prevent intermittent failure on build mac... | Rafael H. Schloming | 2008-08-14 | 1 | -2/+2 |
| * | QPID-1244: fix for NPE on broker initiated connection close, also preserve th... | Rafael H. Schloming | 2008-08-14 | 8 | -1/+130 |
| * | Stop prevoius qpidd before runing singleton cluster. | Alan Conway | 2008-08-14 | 1 | -0/+1 |
| * | Add option to run singleton cluster on default port. | Alan Conway | 2008-08-14 | 1 | -7/+9 |
| * | echo with_ais_group errors to stderr. | Alan Conway | 2008-08-14 | 1 | -1/+1 |
| * | distclean should delete qpid/framing/MaxMethodBodySize.h | Gordon Sim | 2008-08-14 | 1 | -0/+1 |
| * | QPID-1077 : Noticed that the defaults of 644, and 755 for files and directori... | Martin Ritchie | 2008-08-14 | 1 | -2/+2 |