summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-297-4/+11
* QPID-1198 (Partial): Add #include <alloca.h> for all uses of ::alloca()Andrew Stitcher2008-07-293-0/+3
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-299-19/+19
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-297-34/+32
* QPID-1198: (Partial) Fix test shell scripts to work with /bin/shAndrew Stitcher2008-07-293-8/+15
* QPID-1072: renamed org.apache.qpidity -> org.apache.qpidRafael H. Schloming2008-07-29150-601/+536
* QPID-1153 - Patch from Steve HustonTed Ross2008-07-291-10/+10
* QPID-1203: Add 08ExcludeList for external Java broker and make the profile us...Aidan Skinner2008-07-295-7/+42
* QPID-1203: use slf4j instead of log4j directlyAidan Skinner2008-07-292-3/+4
* QPID-1203 Don't treat protocol negotiation failure as failover reducing error.Aidan Skinner2008-07-291-4/+2
* Fix for client busy looping whilst waiting for a messageAndrew Stitcher2008-07-291-2/+6
* QPID-1201: fixed some brainos in IoSenderRafael H. Schloming2008-07-291-3/+2
* QPID-1201: fixed up version of aidan's patch, there are still failures when r...Rafael H. Schloming2008-07-2911-147/+106
* removed defaulted entries from the java testprofileRafael H. Schloming2008-07-291-15/+0
* Refactor of EpollPoller to make PollerHandler lifecycle easierAndrew Stitcher2008-07-283-25/+41
* Add java test profileAidan Skinner2008-07-281-0/+18
* Remove unused Module.h header file.Gordon Sim2008-07-283-53/+0
* Add some escaping action to the sed in svncmd so that it works rightAidan Skinner2008-07-281-1/+1
* QPID-1200: Only set out and err if we're actually redirecting them.Aidan Skinner2008-07-281-2/+3
* Reduce the size of messages in fanout perftest to keep the queues from gettin...Gordon Sim2008-07-251-1/+1
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-257-40/+68
* Add xslt magic for creating code review agenda, and add wrapper scriptAidan Skinner2008-07-253-0/+93
* Exclude core verify script from verifications run when python examples cannot...Gordon Sim2008-07-251-1/+1
* Fixed bug in SubscriptionManager::get() where flush was issued before waiting...Gordon Sim2008-07-252-1/+24
* QPID-1154, QPID-1155 & QPID-1156: Patches from Steve Huston to fix various mi...Gordon Sim2008-07-253-5/+6
* QPID-447: Patch from David Sommerseth merged from r679689.Gordon Sim2008-07-252-8/+36
* qpid-1157: updated java trunk so a report is generated when there is a faultArnaud Simon2008-07-241-0/+11
* Allow configurable default size limit to be set for queues (merged from r6794...Gordon Sim2008-07-244-10/+23
* Refactored so that Dispatcher is now independent from DispatchHandleAndrew Stitcher2008-07-243-28/+34
* Refactor to change client connector state machine to be held in ConnectionHan...Andrew Stitcher2008-07-244-18/+20
* qpid-1157: added jms tck scripts + README file + config file for setting emai...Arnaud Simon2008-07-2322-245/+435
* QPID-1187 : The broker did not correctly handle subscriptions that would susp...Martin Ritchie2008-07-231-1/+5
* QPID-1183: Use the right sizes to insert data inside the message payload wher...Gordon Sim2008-07-231-3/+3
* Fixes for transactional perftest (merge of r679038 from qpid.0-10)Gordon Sim2008-07-231-4/+4
* Updated the io transport to use a separate write thread with a circular buffe...Rafael H. Schloming2008-07-229-414/+536
* QPID-1185: replaced occurrances of with , also made default.testprofile alwa...Rafael H. Schloming2008-07-206-76/+11
* QPID-1184: redirect stdout and stderr from QpidTestCaseRafael H. Schloming2008-07-192-0/+27
* QPID-1182 : Added additional logging to identify the exception that caused Au...Martin Ritchie2008-07-175-19/+35
* Moved the Reflection Wrapping code used by the system tests to the system tes...Martin Ritchie2008-07-174-5/+5
* QPID-1177 : Fixed the format of the messages, realised that the transport.Con...Martin Ritchie2008-07-171-6/+2
* Enable dequeue for prototype clusterAlan Conway2008-07-178-27/+54
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-1729-441/+538
* QPID-1170 - Removed spurious include from exampleTed Ross2008-07-161-1/+0
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-1616-85/+134
* QPID-871 : The shutdown change had a spurious getInstance() call which would ...Martin Ritchie2008-07-161-8/+14
* Update to the logging to ensure QpidTestCase is always logged and standardize...Martin Ritchie2008-07-169-4/+49
* QPID-1181 : Added additional logging to help diagnose a NullPointerExceptionMartin Ritchie2008-07-163-1/+5
* Renamed shutdownServer to restartBroker as that is what is doesMartin Ritchie2008-07-164-9/+9
* QPID-1179 : Adjusted the test size from 100 to 10, this should reduce the lik...Martin Ritchie2008-07-161-26/+48
* Converted client.failover.FailoverTest so it can utilise the standard mechani...Martin Ritchie2008-07-163-73/+72