summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move qpid to tlpqpid.0-10Joe Schaefer2008-12-120-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid.0-10@726140 13f79535-47bb-0310-9956-ffa450edef68
* Modified return codes for txtest: returns 1 if check fails; 2 if exception ↵Kim van der Riet2008-09-181-4/+6
| | | | | | is thrown; 0 otherwise. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@696728 13f79535-47bb-0310-9956-ffa450edef68
* Build tweaks for distcheck: Gordon Sim2008-08-193-2/+6
| | | | | | | | | * ensure examples dirs are writable so executables can be compiled * cleanup files on distclean git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@687156 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to remove unneeded commentKim van der Riet2008-08-191-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@687142 13f79535-47bb-0310-9956-ffa450edef68
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-192-1/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@687138 13f79535-47bb-0310-9956-ffa450edef68
* Added --dtx option to txtest for DTX transaction testingKim van der Riet2008-08-181-5/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@686852 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1250: Ensure broker receives session.detached before channel can be ↵Gordon Sim2008-08-181-1/+6
| | | | | | reused. Merge of 686818 from trunk. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@686851 13f79535-47bb-0310-9956-ffa450edef68
* updated qpid.0-10/java to match trunk/qpid/java@686835Rafael H. Schloming2008-08-1817-3/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@686843 13f79535-47bb-0310-9956-ffa450edef68
* updated qpid.0-10/java to match trunk/qpid/java@686172Rafael H. Schloming2008-08-152-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@686175 13f79535-47bb-0310-9956-ffa450edef68
* updated qpid.0-10/java to match trunk/qpid/java@686097Rafael H. Schloming2008-08-15628-16867/+29079
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@686136 13f79535-47bb-0310-9956-ffa450edef68
* Add extra boost headers to dist tarballGordon Sim2008-08-121-15/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@685273 13f79535-47bb-0310-9956-ffa450edef68
* use decimal literal (python 2.3 converts the old hex literal into a negative ↵Gordon Sim2008-08-121-1/+1
| | | | | | value) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@685189 13f79535-47bb-0310-9956-ffa450edef68
* Ported from trunk: Usage of lockf for locking the data directory. This ↵Ted Ross2008-08-082-26/+34
| | | | | | ensures that locks aren't left by crashed processes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@684017 13f79535-47bb-0310-9956-ffa450edef68
* Updated suppressionsGordon Sim2008-08-071-124/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@683603 13f79535-47bb-0310-9956-ffa450edef68
* Merged r681164.Gordon Sim2008-08-064-0/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@683301 13f79535-47bb-0310-9956-ffa450edef68
* * revised approach for setting tcp-nodelay on client to avoid breaking ↵Gordon Sim2008-08-058-28/+37
| | | | | | | | | | platform abstractions * added ability to set tcp-nodelay on server side of the socket also git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@682785 13f79535-47bb-0310-9956-ffa450edef68
* Merged r682685: Modified error checking on TCP socket read so that it's no ↵Gordon Sim2008-08-051-1/+5
| | | | | | longer fatal git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@682688 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1208Rajith Muditha Attapattu2008-07-311-3/+2
| | | | | | | | I have enabled the code which will print xxxx when the log level != debug. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@681411 13f79535-47bb-0310-9956-ffa450edef68
* Added error handling for case where socket cannot be accepted e.g. due to ↵Gordon Sim2008-07-301-5/+10
| | | | | | constraints on file handles. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@680937 13f79535-47bb-0310-9956-ffa450edef68
* Merged r680691Gordon Sim2008-07-291-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@680695 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that the management thread is stopped before shutdown() returns (to ↵Gordon Sim2008-07-281-0/+1
| | | | | | allow sensible behaviour for deletion of statics). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@680362 13f79535-47bb-0310-9956-ffa450edef68
* Reduce the size of messages in fanout perftest to keep the queues from ↵Gordon Sim2008-07-251-1/+1
| | | | | | getting too large. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679827 13f79535-47bb-0310-9956-ffa450edef68
* Only reduce count and size maintained for queue plicy when messages are ↵Gordon Sim2008-07-254-33/+59
| | | | | | actually dequeued (i.e. acked). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679801 13f79535-47bb-0310-9956-ffa450edef68
* Merged fix to SubscriptionManager (was r679739)Gordon Sim2008-07-252-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679748 13f79535-47bb-0310-9956-ffa450edef68
* QPID-447: Optional mechanism to avoid race when automating topic tests. ↵Gordon Sim2008-07-252-8/+36
| | | | | | Patch from David Sommerseth. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679689 13f79535-47bb-0310-9956-ffa450edef68
* Set a configurable default size limit on queuesGordon Sim2008-07-244-10/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679462 13f79535-47bb-0310-9956-ffa450edef68
* excluded a known-failing test for durable subscriptions, the fix is on trunk ↵Rafael H. Schloming2008-07-231-0/+1
| | | | | | and doesn't as yet need to be backported git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679232 13f79535-47bb-0310-9956-ffa450edef68
* Further fixes to transactional perftest:Gordon Sim2008-07-231-4/+4
| | | | | | | | | * correction to transaction boundaries * ensure any outstanding acks are sent on completion of subscriber git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679038 13f79535-47bb-0310-9956-ffa450edef68
* Fix to transaction batching. (Backport of r669215).Gordon Sim2008-07-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@678759 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1163.Rajith Muditha Attapattu2008-07-142-14/+15
| | | | | | | This is already in trunk and I am porting it to the qpid.0-10 branch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@676613 13f79535-47bb-0310-9956-ffa450edef68
* Allow for pluggable exchange types.Gordon Sim2008-07-142-6/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@676581 13f79535-47bb-0310-9956-ffa450edef68
* Add a get() method to subscription manager that retrieves one message from ↵Gordon Sim2008-07-1011-312/+280
| | | | | | the specified queue if available, returns false otherwise. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@675598 13f79535-47bb-0310-9956-ffa450edef68
* Assume accept-mode=1 (i.e. none required) where not explicitly specified on ↵Gordon Sim2008-07-103-3/+10
| | | | | | a message.transfer git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@675486 13f79535-47bb-0310-9956-ffa450edef68
* Branch at a stable point for 0-10 support (prior to M3). This includes the ↵Rafael H. Schloming2008-07-080-0/+0
| | | | | | C++ broker, C++ client, Java client, and Python client all speaking the 0-10 protocol. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@674939 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1143: removed race condition in testRafael H. Schloming2008-06-171-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668378 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1143: added buffering, we now only issue one write per assemblyRafael H. Schloming2008-06-162-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1142: made session.sync() always set the sync flag on execution_syncRafael H. Schloming2008-06-162-7/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668344 13f79535-47bb-0310-9956-ffa450edef68
* add enough to the server delegate to permit java clients to connectRafael H. Schloming2008-06-161-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668343 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1140 and QPId-1141.Rajith Muditha Attapattu2008-06-162-31/+10
| | | | | | | | | I also removed commented code as well as code that wasn't used. Cleaned up unused imports as well. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668333 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1138: codec support for timestampsGordon Sim2008-06-161-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1139: use RFC1982 comparisons for rollback mark and update rollback ↵Rafael H. Schloming2008-06-164-12/+38
| | | | | | mark to track dispatched messages git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668311 13f79535-47bb-0310-9956-ffa450edef68
* QPID-901: add tests for RangeSet; fixed a bug found by the new testsRafael H. Schloming2008-06-164-21/+265
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-901: set the frame track correctlyRafael H. Schloming2008-06-161-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668308 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1078: fix the broken paths in qpid-incubating.jar and use the proper ↵Rafael H. Schloming2008-06-161-2/+2
| | | | | | delimiter for manifest class paths git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668191 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: usage line did not show with --help optionTed Ross2008-06-161-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@668151 13f79535-47bb-0310-9956-ffa450edef68
* QPID-901: request known-completed every 64K incoming commands, fixed ↵Rafael H. Schloming2008-06-132-5/+52
| | | | | | handling of incoming known-completed to clear out processed set git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@667615 13f79535-47bb-0310-9956-ffa450edef68
* Fix for broker wraparound problem.Alan Conway2008-06-135-12/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@667603 13f79535-47bb-0310-9956-ffa450edef68
* Revert SessionState changes in r667503.Alan Conway2008-06-131-12/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@667554 13f79535-47bb-0310-9956-ffa450edef68
* Changed the store path back to what it was.Rajith Muditha Attapattu2008-06-131-1/+1
| | | | | | | | | I think we need to provide a better solution for this as making an assumption for the store path in incovinient. We could use an env var like STORE_PATH that people can set and that will avoid hardcoding a particular path git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@667549 13f79535-47bb-0310-9956-ffa450edef68
* QPID-901: don't send known-completed for ranges we ignoreRafael H. Schloming2008-06-132-5/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@667540 13f79535-47bb-0310-9956-ffa450edef68