summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed out of tree build broken by QPID-1874Andrew Stitcher2009-06-022-6/+6
* Some fixes to QPID-1879 so that clustering still works:Andrew Stitcher2009-06-013-9/+11
* QPID-1874 - Add check for "swig" program in configure.ac. Mention in cpp/INS...Ted Ross2009-06-012-2/+13
* QPID-1874 - Patch from Ian MainTed Ross2009-06-019-1/+745
* QPID-1819: ensure that security layer implementation can cope with the case w...Gordon Sim2009-06-013-5/+34
* pingJonathan Robie2009-06-011-1/+1
* Test for repository replicationJonathan Robie2009-06-011-0/+1
* Update makefile to reflect renamed READMEGordon Sim2009-06-011-1/+1
* Updated my key to reflect value used for 0.5Martin Ritchie2009-05-311-32/+41
* Add a suffix so Windows can associate it with a reader programStephen D. Huston2009-05-291-0/+0
* Grammar/clarificatione edits; change line endings to DOS so Windows users can...Stephen D. Huston2009-05-291-146/+165
* Added some Windows-related infoStephen D. Huston2009-05-291-3/+23
* make cluster.py executable fix typo in test scriptGordon Sim2009-05-292-1/+1
* invoke agent-related callbacks upon broker connect/disconnectNuno Santos2009-05-281-0/+7
* Fixes to get qpid to build with gcc4.4 with optimisationAndrew Stitcher2009-05-282-4/+11
* Added RollbackOrderTest to the 0-8 excludes list.Rajith Muditha Attapattu2009-05-281-0/+1
* This is related to QPID-1875Rajith Muditha Attapattu2009-05-282-1/+13
* QPID-970: removing defunct readme file, from trunk this time and not a branch...Robert Gemmell2009-05-281-21/+0
* Fail the test when we can't find the alert and surface the contents of the lo...Aidan Skinner2009-05-281-9/+23
* Whitespace fixesAndrew Stitcher2009-05-283-90/+90
* QPID-1879 Removed some code obsoleted by this changeAndrew Stitcher2009-05-283-21/+2
* QPID-1879 Don't use a thread for every new client ConnectionAndrew Stitcher2009-05-285-181/+183
* Fix from gsim for python path; also changed name of QPID_CONFIG environment v...Kim van der Riet2009-05-272-12/+15
* QPID-1873: Further test case contributed by Mick Goulish.Gordon Sim2009-05-271-0/+25
* Added missing locks in cluster code.Alan Conway2009-05-274-4/+17
* Removed extra system out statements from PerfProducer.javaRajith Muditha Attapattu2009-05-273-12/+39
* Fixed erroneous use of arg::durable in messageTransfer()Kim van der Riet2009-05-271-43/+50
* Set log level for forked brokers to notice+ rather than error+.Alan Conway2009-05-271-1/+1
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-279-20/+123
* Small include file fix highlighted by using gcc4.4Andrew Stitcher2009-05-261-1/+1
* Improved doOutput algorithm.Alan Conway2009-05-269-75/+52
* [Linux] Small tidy up of SystemInfo code to get executable nameAndrew Stitcher2009-05-261-4/+2
* Persistent cluster test added which checks for recovery of queue and messages...Kim van der Riet2009-05-262-39/+84
* Added installable python cluster tests that can be run from an external store...Kim van der Riet2009-05-2610-214/+1062
* Don't delete derby.log. Use virtualhost-systests.xml for testing purpouses. M...Aidan Skinner2009-05-265-7/+134
* Turn on immediate flush on the console appender.Aidan Skinner2009-05-261-0/+1
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-259-36/+41
* ConsumerImpl optimization - use atomic value for queueHasMessages.Alan Conway2009-05-252-19/+11
* ConsumerImpl optimization - only dispatch on queue if we were notified of mes...Alan Conway2009-05-252-2/+21
* Nuke derby.log and derbyDB in broker cleanup. Also, why does Derby not honor ...Aidan Skinner2009-05-252-2/+2
* Added a message to indicate the producer and consumer have completed the test.Rajith Muditha Attapattu2009-05-251-0/+2
* Fixed a minor bug in pre-creating the payload array used in random msg size t...Rajith Muditha Attapattu2009-05-241-1/+5
* Marked all queues as auto-delete to allow clean up after a test exitsRajith Muditha Attapattu2009-05-231-5/+5
* The default value for message cache is set to false.Rajith Muditha Attapattu2009-05-232-6/+52
* QPID-1874 - First drop of the second-generation QMF libraries.Ted Ross2009-05-2227-4/+4778
* Fix to cmake build to account for some ssl include changesAndrew Stitcher2009-05-221-1/+2
* Use alert level in the config file, don't try to set one (since that won't al...Aidan Skinner2009-05-221-4/+6
* QPID-1870, QPID-1871 : Don't disable tests that are known to fail as we loose...Martin Ritchie2009-05-221-5/+0
* QPID-1871 : Disable RollbackOrderTest until we address message rejectionMartin Ritchie2009-05-221-0/+3
* Optimized TopicExchange matching.Alan Conway2009-05-223-252/+209