| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2920: Update new-cluster-plan.txt and new-cluster-design.txt. | Alan Conway | 2011-10-13 | 2 | -570/+260 |
| * | QPID-3546: update the highestDeliveryTag marker during failover to prevent th... | Robert Gemmell | 2011-10-13 | 3 | -6/+40 |
| * | NO-JIRA: increase the receive timeouts using the existing constant in order t... | Robert Gemmell | 2011-10-12 | 1 | -7/+7 |
| * | QPID-3544: ACL denials while replicating exclusive queues to a newly joined n... | Alan Conway | 2011-10-12 | 4 | -9/+5 |
| * | QPID-3417: C++ broker - support adding arrival timestamp to received messages. | Kenneth Anthony Giusti | 2011-10-12 | 15 | -11/+305 |
| * | QPID-3544: ACL denials while replicating exclusive queues to a newly joined n... | Alan Conway | 2011-10-12 | 4 | -7/+16 |
| * | NO-JIRA: Remove un-used and incorrect tests from cluster_tests.py | Alan Conway | 2011-10-12 | 1 | -86/+0 |
| * | QPID-3522: Distinguish between null and empty string for sasl response | Gordon Sim | 2011-10-12 | 10 | -53/+105 |
| * | QPID-3543: correctly dequeue messages that are auto-acknowledged. | Kenneth Anthony Giusti | 2011-10-11 | 2 | -1/+35 |
| * | QPID-3542: Java client does not ack non-matching messages when using client s... | Keith Wall | 2011-10-11 | 4 | -106/+76 |
| * | QPID-3534: ignore transport exceptions raised whilst closing the network conn... | Robert Gemmell | 2011-10-11 | 1 | -1/+10 |
| * | QPID-3534, QPID-3535: make 0-8/0-9/0-9-1 client path simply close the underly... | Robert Gemmell | 2011-10-10 | 1 | -1/+1 |
| * | QPID-3346: fix capacity settings in tests, add transactioned sender test | Kenneth Anthony Giusti | 2011-10-10 | 1 | -30/+126 |
| * | NO-JIRA: update various tests to try and avoid their sporadic failure on the ... | Robert Gemmell | 2011-10-07 | 4 | -17/+17 |
| * | QPID-3346: move message group feature into trunk. | Kenneth Anthony Giusti | 2011-10-07 | 42 | -254/+3886 |
| * | NO-JIRA: allow test to take longer when run on a persistent broker, due to sp... | Robert Gemmell | 2011-10-07 | 1 | -1/+2 |
| * | QPID-3425, QPID-3034: unexclude tests excluded during work on session.recover... | Robert Gemmell | 2011-10-07 | 1 | -11/+0 |
| * | QPID-3526: ensure that the session is marked clean after message.acknowledge(... | Robert Gemmell | 2011-10-07 | 2 | -0/+26 |
| * | QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ... | Keith Wall | 2011-10-06 | 9 | -299/+333 |
| * | QPID-3524, QPID-3525, QPID-3526, QPID-3527: add new failover behaviour tests ... | Robert Gemmell | 2011-10-06 | 1 | -0/+924 |
| * | QPID-3524: enable support for failing over transacted sessions, ensuring txSe... | Robert Gemmell | 2011-10-06 | 2 | -40/+30 |
| * | QPID-3525: stop the client from accidentally consuming the messages it is act... | Robert Gemmell | 2011-10-06 | 2 | -17/+28 |
| * | QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch... | Robert Gemmell | 2011-10-06 | 6 | -80/+53 |
| * | QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall... | Robert Gemmell | 2011-10-06 | 14 | -574/+205 |
| * | QPID-3526: move duplicated methods into the parent abstract message delegate,... | Robert Gemmell | 2011-10-06 | 5 | -191/+72 |
| * | QPID-2574 Mismatch uint32_t / size_t | Charles E. Rolke | 2011-09-30 | 1 | -4/+4 |
| * | QPID-3512: Avoid race during 0-8..0-9-1 connection close. | Keith Wall | 2011-09-30 | 5 | -34/+59 |
| * | QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/... | Robert Gemmell | 2011-09-30 | 29 | -61/+65 |
| * | QPID-3515: update qpid-server and qpid-run to enable them to work if QPID_HOM... | Robert Gemmell | 2011-09-30 | 2 | -7/+10 |
| * | QPID-3504: make the broker start script check for additional jar files in lib... | Robert Gemmell | 2011-09-30 | 1 | -2/+2 |
| * | QPID-3362 - Creates the Qpid gem file for distribution on RubyGems.org | Ted Ross | 2011-09-30 | 8 | -23/+438 |
| * | QPID-3304 | Michael Goulish | 2011-09-29 | 1 | -0/+6 |
| * | QPID-3513: Avoid use of shell script clean-dir during test cycle | Keith Wall | 2011-09-29 | 18 | -94/+50 |
| * | QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from... | Keith Wall | 2011-09-28 | 14 | -135/+68 |
| * | QPID-3506 - Improved error handling in CLI parse. | Ted Ross | 2011-09-27 | 1 | -4/+8 |
| * | QPID-2574 Mismatch uint32_t / size_t | Charles E. Rolke | 2011-09-27 | 1 | -0/+1 |
| * | QPID-3508: Ensure subscription queue is deleted on closing receiver (unless i... | Gordon Sim | 2011-09-27 | 2 | -1/+19 |
| * | QPID-3507: move the MessageListener check in front of the _receiving CAS | Robert Gemmell | 2011-09-27 | 1 | -4/+4 |
| * | QPID-3506 - qmf-tool - Improved command line options | Ted Ross | 2011-09-26 | 1 | -23/+123 |
| * | QPID-3478 VS2010 warning C4251 'needs to have dll interface' | Charles E. Rolke | 2011-09-26 | 2 | -25/+25 |
| * | QPID-3444, QPID-3363: update destinations in AddressBasedDestinationTest to u... | Robert Gemmell | 2011-09-25 | 2 | -6/+5 |
| * | QPID-3444: issue an invalid argument execution exception if the exchange name... | Robert Gemmell | 2011-09-25 | 6 | -16/+26 |
| * | QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests... | Robert Gemmell | 2011-09-25 | 4 | -6/+10 |
| * | QPID-3504: update svn:ignore properties to give same effect as previous .giti... | Robert Gemmell | 2011-09-24 | 0 | -0/+0 |
| * | QPID-3504: add the Java broker bdbstore to the build as an optional module | Robert Gemmell | 2011-09-24 | 67 | -7/+7373 |
| * | QPID-3332: Separate open/idle transaction timeout tests to remove the possibi... | Keith Wall | 2011-09-23 | 5 | -313/+199 |
| * | QPID-3502: Ensure accepts are sent when required for asynchronously completed... | Gordon Sim | 2011-09-23 | 1 | -3/+1 |
| * | QPID-3501: LogMonitor duplicates chunks of log file if it fails to find match... | Keith Wall | 2011-09-23 | 4 | -28/+23 |
| * | QPID-3501: LogMonitor can corrupt test logs files and cause tests subclassing... | Keith Wall | 2011-09-22 | 12 | -60/+127 |
| * | QPID-3498: Broker race condition mean that it tries to respond before IoSende... | Keith Wall | 2011-09-21 | 2 | -1/+5 |