summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3425, QPID-3034: unexclude tests excluded during work on session.recover...Robert Gemmell2011-10-071-11/+0
* QPID-3526: ensure that the session is marked clean after message.acknowledge(...Robert Gemmell2011-10-072-0/+26
* QPID-2442: Make 0-10 TemporaryQueue#delete and TemporaryTopic#delete perform ...Keith Wall2011-10-069-299/+333
* QPID-3524, QPID-3525, QPID-3526, QPID-3527: add new failover behaviour tests ...Robert Gemmell2011-10-061-0/+924
* QPID-3524: enable support for failing over transacted sessions, ensuring txSe...Robert Gemmell2011-10-062-40/+30
* QPID-3525: stop the client from accidentally consuming the messages it is act...Robert Gemmell2011-10-062-17/+28
* QPID-3527: update handling of auto-ack messages for 0-10 to send acks (asynch...Robert Gemmell2011-10-066-80/+53
* QPID-3526, QPID-3524: make sure the 0-10 client message.acknowledge() actuall...Robert Gemmell2011-10-0614-574/+205
* QPID-3526: move duplicated methods into the parent abstract message delegate,...Robert Gemmell2011-10-065-191/+72
* QPID-2574 Mismatch uint32_t / size_tCharles E. Rolke2011-09-301-4/+4
* QPID-3512: Avoid race during 0-8..0-9-1 connection close.Keith Wall2011-09-305-34/+59
* QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/...Robert Gemmell2011-09-3029-61/+65
* QPID-3515: update qpid-server and qpid-run to enable them to work if QPID_HOM...Robert Gemmell2011-09-302-7/+10
* QPID-3504: make the broker start script check for additional jar files in lib...Robert Gemmell2011-09-301-2/+2
* QPID-3362 - Creates the Qpid gem file for distribution on RubyGems.orgTed Ross2011-09-308-23/+438
* QPID-3304Michael Goulish2011-09-291-0/+6
* QPID-3513: Avoid use of shell script clean-dir during test cycleKeith Wall2011-09-2918-94/+50
* QPID-3511: Removal of unused system property "qpid.default_wait_on_send" from...Keith Wall2011-09-2814-135/+68
* QPID-3506 - Improved error handling in CLI parse.Ted Ross2011-09-271-4/+8
* QPID-2574 Mismatch uint32_t / size_tCharles E. Rolke2011-09-271-0/+1
* QPID-3508: Ensure subscription queue is deleted on closing receiver (unless i...Gordon Sim2011-09-272-1/+19
* QPID-3507: move the MessageListener check in front of the _receiving CASRobert Gemmell2011-09-271-4/+4
* QPID-3506 - qmf-tool - Improved command line optionsTed Ross2011-09-261-23/+123
* QPID-3478 VS2010 warning C4251 'needs to have dll interface'Charles E. Rolke2011-09-262-25/+25
* QPID-3444, QPID-3363: update destinations in AddressBasedDestinationTest to u...Robert Gemmell2011-09-252-6/+5
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-256-16/+26
* QPID-3402: fix excludes files to work with spaces etc in path, make SSL tests...Robert Gemmell2011-09-254-6/+10
* QPID-3504: update svn:ignore properties to give same effect as previous .giti...Robert Gemmell2011-09-240-0/+0
* QPID-3504: add the Java broker bdbstore to the build as an optional moduleRobert Gemmell2011-09-2467-7/+7373
* QPID-3332: Separate open/idle transaction timeout tests to remove the possibi...Keith Wall2011-09-235-313/+199
* QPID-3502: Ensure accepts are sent when required for asynchronously completed...Gordon Sim2011-09-231-3/+1
* QPID-3501: LogMonitor duplicates chunks of log file if it fails to find match...Keith Wall2011-09-234-28/+23
* QPID-3501: LogMonitor can corrupt test logs files and cause tests subclassing...Keith Wall2011-09-2212-60/+127
* QPID-3498: Broker race condition mean that it tries to respond before IoSende...Keith Wall2011-09-212-1/+5
* QPID-3466 Removed the extraneous toString()Rajith Muditha Attapattu2011-09-211-1/+1
* QPID-3496 - Removes erroneous namespace usage.Ted Ross2011-09-202-2/+0
* QPID-3493: FailoverMethodTest.testFailoverSingleDelay occasionally fails on s...Keith Wall2011-09-191-2/+2
* QPID-3415: Change 0-10 code path to utilise the CallbackHandlerRegistry to cr...Keith Wall2011-09-1914-413/+652
* NO_JIRA - fix PYTHONPATH to pick up qmf and enable to store recovery tests to...Stephen D. Huston2011-09-171-1/+1
* QPID-3492: Treat string literals in addresses as utf8 encodedGordon Sim2011-09-161-1/+2
* QPID-3484 - Added missing constructor for EventNotifier, fixed initialization...Ted Ross2011-09-166-6/+35
* QPID-2643 Visual Studio 2010: c++ expressCharles E. Rolke2011-09-161-1/+1
* QPID-3488: Added test caseGordon Sim2011-09-151-0/+41
* QPID-3488: Ensure that message-stop clears any outstanding credit 'window'Gordon Sim2011-09-152-2/+8
* QPID-2672: Unroutable persistent messages should be immediately removed from ...Keith Wall2011-09-158-81/+148
* QPID-3487: Ensure delivery records for cancelled subscriptions are correctly ...Gordon Sim2011-09-152-1/+5
* QPID-3484 - Fixed handling of unused return values to prevent compiler warnings.Ted Ross2011-09-141-2/+6
* QPID-3486: Make connector server port used for JMX configurable.Keith Wall2011-09-1414-170/+250
* QPID-3484 - QMF Main-Loop IntegrationTed Ross2011-09-1317-132/+890
* QPID-3448: catch exceptions from the underlying Transport/Session/Connection ...Robert Gemmell2011-09-138-48/+953