| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-3582: stop client reporting "Unable to load custom SASL providers" durin...0.14 | Robert Gemmell | 2011-12-01 | 1 | -6/+0 |
| * | QPID-3654: ANONYMOUS SASL mechanism does not work on Java client | Andrew Stitcher | 2011-11-30 | 1 | -2/+3 |
| * | QPID-3489: Added org.apache.qpid.server.message to exported packages for broker | Andrew Donald Kennedy | 2011-11-29 | 1 | -0/+1 |
| * | NO-JIRA: add licence headers | Robert Gemmell | 2011-11-17 | 15 | -0/+298 |
| * | QPID-2703: restore the import removed when merging r1203139 in r1203317, it w... | Robert Gemmell | 2011-11-17 | 1 | -0/+1 |
| * | NO-JIRA: Regenerate java-broker test cert as it has expired. | Robert Gemmell | 2011-11-17 | 1 | -0/+0 |
| * | QPID-2703: 0-10 Transaction rollback/recover does not restore consumer credit | Robert Gemmell | 2011-11-17 | 3 | -30/+17 |
| * | QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ... | Robert Gemmell | 2011-11-17 | 10 | -390/+201 |
| * | QPID-3617: AMQQueueMBean.viewMessages: Viewing message without priority set e... | Robert Gemmell | 2011-11-17 | 1 | -1/+1 |
| * | QPID-3611: use socket.close() on SSLSockets to prevent IoReceiver causing an ... | Robert Gemmell | 2011-11-11 | 1 | -1/+3 |
| * | QPID-3610: set TCP_NODELAY to true by default, add new system property for ch... | Robert Gemmell | 2011-11-11 | 4 | -11/+80 |
| * | QPID-3592: actually add test file | Robert Gemmell | 2011-11-11 | 1 | -0/+63 |
| * | QPID-3592: ensure that the 'used credit' values are decremented when message ... | Robert Gemmell | 2011-11-11 | 11 | -53/+42 |
| * | QPID-3446: Unregister existing subscriptions when closing the connections [du... | Robert Gemmell | 2011-11-11 | 4 | -17/+31 |
| * | QPID-3583: Update release-branch version from 0.13 to 0.14 | Justin Ross | 2011-11-03 | 11 | -12/+12 |
| * | QPID-3570: update MessageTransferMessage and TransferMessageReference to use ... | Robert Gemmell | 2011-11-01 | 6 | -111/+98 |
| * | QPID-3568: Updated BDB to je-4.0.117 version | Andrew Donald Kennedy | 2011-11-01 | 3 | -3/+3 |
| * | QPID-3558: Update Ivy config with new artifacts | Andrew Donald Kennedy | 2011-11-01 | 1 | -0/+18 |
| * | QPID-3558: Add broker Maven and OSGi artifacts to build | Andrew Donald Kennedy | 2011-10-31 | 6 | -5/+55 |
| * | QPID-3562: actually commit the test too | Robert Gemmell | 2011-10-30 | 1 | -0/+116 |
| * | NO-JIRA: correct test issue causing failures on the Jenkins slaves during per... | Robert Gemmell | 2011-10-30 | 1 | -1/+2 |
| * | QPID-3562: move sending completions if necessary into postDeliver() so that p... | Robert Gemmell | 2011-10-30 | 2 | -11/+28 |
| * | QPID-3428: update to stop duplicate 0-10 session registrations into the manag... | Robert Gemmell | 2011-10-30 | 6 | -10/+18 |
| * | NO-JIRA: add example configuration for using a persistence store | Robert Gemmell | 2011-10-30 | 1 | -6/+9 |
| * | QPID-3561: stop allocating such a large buffer up front when encoding the 0-1... | Robert Gemmell | 2011-10-30 | 1 | -1/+1 |
| * | QPID-3504: remove the build.overrides file, subversion cant ignore changes to... | Robert Gemmell | 2011-10-24 | 2 | -26/+0 |
| * | QPID-3504: add the lib\opt wildcard to the classpath in the qpid.server.bat f... | Robert Gemmell | 2011-10-24 | 1 | -2/+2 |
| * | QPID-3532: make the 0-10 client hold the failover mutex during the failover. ... | Robert Gemmell | 2011-10-21 | 10 | -41/+404 |
| * | QPID-3524: revert changes to Session#invoke method in r1179702 as the other c... | Robert Gemmell | 2011-10-20 | 1 | -18/+12 |
| * | QPID-3542: ensure session complete sent for filtered out messages | Keith Wall | 2011-10-18 | 3 | -16/+46 |
| * | QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xml | Keith Wall | 2011-10-16 | 8 | -36/+70 |
| * | 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-3417: C++ broker - support adding arrival timestamp to received messages. | Kenneth Anthony Giusti | 2011-10-12 | 1 | -0/+13 |
| * | 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 |
| * | 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 | 1 | -3/+14 |
| * | 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-3512: Avoid race during 0-8..0-9-1 connection close. | Keith Wall | 2011-09-30 | 5 | -34/+59 |