summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* r1237@fuschia: andrew | 2007-02-23 15:40:44 +0000Andrew Stitcher2007-02-231-3/+1
* Revised list of failing tests for java broker on this branchGordon Sim2007-02-231-7/+0
* Implementation of queue.unbind & message.getGordon Sim2007-02-2310-22/+199
* * cpp/lib/client/Basic.*, ClientChannel.*: Extracted Basic functionalityAlan Conway2007-02-2213-429/+592
* Added some more logging.Alan Conway2007-02-221-28/+31
* Fix spurious error message printed by client when broker closes connection.Alan Conway2007-02-212-5/+10
* Thread safety fixes for race conditions on incoming messages.Alan Conway2007-02-2118-445/+732
* Ensure socket is closed in tearDownGordon Sim2007-02-213-7/+22
* r1224@fuschia: andrew | 2007-02-21 17:20:59 +0000Andrew Stitcher2007-02-211-0/+4
* Added the Session Adpater to the branch. It was taken from the trunkRajith Muditha Attapattu2007-02-214-3/+38
* Fixed bug in references where map wasn't qualified in closeGordon Sim2007-02-213-6/+9
* r1152@fuschia: andrew | 2007-02-17 21:14:42 +0000Andrew Stitcher2007-02-217-120/+156
* Added simple transaction test with commit and rollback for message reference ...Kim van der Riet2007-02-201-3/+3
* Added simple transaction test with commit and rollback for message reference ...Kim van der Riet2007-02-202-0/+199
* Fixed the various Ref modes so that the new MessageRefTest passes all tests.Kim van der Riet2007-02-2014-144/+433
* Updated list of failing tests for java broker on this branch.Gordon Sim2007-02-201-4/+2
* Some fixes to get more python tests passing.Gordon Sim2007-02-209-138/+119
* Fixed bug where response id rather than request id was being used to get list...Gordon Sim2007-02-201-1/+1
* ClientChannel: removed server proxy, not used.Alan Conway2007-02-172-23/+2
* * cpp/lib/client/ClientMessage.h/.cpp: Added Message constructor taking data.Alan Conway2007-02-1722-124/+257
* Additions to allow refs to be sent from broker to client. Also some tidy-up.Kim van der Riet2007-02-1610-142/+109
* Fix: use message_resume not channel_resumeGordon Sim2007-02-161-1/+1
* A few hacks and fixes to get the python tests running again.Gordon Sim2007-02-166-4/+8
* Altered exception thrown for unopened and reopened references.Gordon Sim2007-02-161-3/+2
* Updated failing list for java (some of these result in test suite blocking)Gordon Sim2007-02-162-1/+12
* added support for reference caseRajith Muditha Attapattu2007-02-159-8/+44
* Constructor version argument defaults to highestProtocolVersion.Alan Conway2007-02-151-3/+7
* Fix for messages that stick around in unsubscribed queues after rollbackKim van der Riet2007-02-152-2/+7
* Adjusted mechanism for sending refs. (still in progress)Kim van der Riet2007-02-151-27/+33
* Fix for RecoverTest which was failing because the redelivered flag was discon...Kim van der Riet2007-02-154-5/+15
* Fixes to get TransactedTest back, there are still unresolved issues with roll...Kim van der Riet2007-02-153-58/+52
* First backmerge from trunk to 0-9 branch for Java. Not all java tests passing...Kim van der Riet2007-02-14490-10193/+19722
* Added durability property to queues and pass this to broker on declare. (This...Gordon Sim2007-02-145-23/+63
* r1127@fuschia: andrew | 2007-02-14 16:15:34 +0000Andrew Stitcher2007-02-142-10/+13
* * cpp/lib/common/sys/ProducerConsumer.h:Alan Conway2007-02-1412-185/+684
* Expanded the use of batched acks to a few other places in tests.Gordon Sim2007-02-142-25/+10
* r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000Andrew Stitcher2007-02-1312-58/+59
* * gentools/templ.cpp/*Proxy*, CppGenerator.java: Changes to ProxyAlan Conway2007-02-1349-563/+798
* Minor update to checkpoint testGordon Sim2007-02-121-2/+2
* Added test for checkpointingGordon Sim2007-02-121-2/+26
* Added a test for message_reject.Gordon Sim2007-02-121-0/+15
* * qpid/client.py - altered handling of transfer for references, Gordon Sim2007-02-122-22/+124
* Corrected calculation of inline content size.Gordon Sim2007-02-121-1/+1
* Changed default virtual host to "" (was "/"). Gordon Sim2007-02-122-2/+2
* * qpid/client.py - added channel_pong handler to delegateGordon Sim2007-02-093-0/+60
* Handle invalid channels.Gordon Sim2007-02-095-10/+19
* Modified error handling to detect failure due to invalid response.Gordon Sim2007-02-091-0/+1
* Fix for topic tests. Content fields must be explicitly filled at present.Gordon Sim2007-02-091-4/+4
* 'Corrected' error code (507 no longer exists in the spec so using what java h...Gordon Sim2007-02-091-1/+1
* Fix to close connection when issuing a connection exception (ideally would wa...Gordon Sim2007-02-091-0/+2