summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 494553 via svnmerge from Alan Conway2007-03-130-0/+0
* Recorded merge of revisions 494540 via svnmerge from Alan Conway2007-03-130-0/+0
* Merged revisions 493126-493151 via svnmerge from Alan Conway2007-03-094-7/+11
* Merged revisions 492756 via svnmerge from Alan Conway2007-03-094-29/+18
* Merged revisions 492641 via svnmerge from Alan Conway2007-03-090-0/+0
* Merged revisions 492636 via svnmerge from Alan Conway2007-03-091-10/+5
* r1278@fuschia: andrew | 2007-03-08 19:42:43 +0000Andrew Stitcher2007-03-082-4/+15
* Initialized merge tracking via "svnmerge" with revisions "1-492620" from Alan Conway2007-03-070-0/+0
* * python/qpid/peer.py (Channel.__init__): use reliable framing ifAlan Conway2007-03-063-14/+22
* r1239@fuschia: andrew | 2007-02-26 10:58:52 +0000Andrew Stitcher2007-03-053-36/+63
* Tidy-up of java templates to remove unused includes and declarations in gener...Kim van der Riet2007-02-232-8/+0
* 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