summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put the default test profile back to using MemoryMessageStore for now, add ja...Aidan Skinner2009-06-268-7/+153
* Update build instructions to describe CMake build mechanismStephen D. Huston2009-06-251-26/+47
* Added const to the Uuid constructor argument.Ted Ross2009-06-252-5/+5
* Require exact match for environment variables before they are interpreted as ...Gordon Sim2009-06-251-1/+2
* Added one missing trace logTed Ross2009-06-251-1/+2
* Added debug logs to the embedded broker agentTed Ross2009-06-251-8/+59
* Added qpid_ping: a simple client to verify broker responsiveness.Alan Conway2009-06-252-0/+120
* added system properties to control declaration of exchanges and queuesRafael H. Schloming2009-06-241-2/+14
* Disable test until i fix it tomorrow morningAidan Skinner2009-06-241-0/+1
* QPID-1921: Add new test case for persistent storage modules.Aidan Skinner2009-06-241-0/+149
* Fixed bug in decoding field tables (maps)Ted Ross2009-06-231-1/+10
* Fix to perftest to make sure that all threads are joined even if thereAndrew Stitcher2009-06-231-27/+23
* Fix for issue where a broker with single io thread can get stuck if itAndrew Stitcher2009-06-231-0/+1
* Client side fix to make sure we don't schedule a disconnectAndrew Stitcher2009-06-231-1/+4
* Add blocking to sys::Timer so that timer callback and cancelAndrew Stitcher2009-06-232-2/+13
* Add blocking to broker::Timer/TimerTask so cancel and fire()Andrew Stitcher2009-06-232-3/+15
* Once we're aborting the connection due to traffic timeout make sureAndrew Stitcher2009-06-231-1/+6
* Don't schedule eof() in response to traffic timeout if alreadyAndrew Stitcher2009-06-231-2/+8
* Make sure you close down heartbeatTimer for every close even if you don'tAndrew Stitcher2009-06-231-1/+2
* QPID-1923: Fix ack mode for TopicSessionTest, reset system property the right...Aidan Skinner2009-06-232-5/+2
* QPID-1935: Reset QPID_WORK after modifying it. handy that.Aidan Skinner2009-06-231-11/+5
* Qpid-1934 : Add log4j splitting.Martin Ritchie2009-06-231-27/+114
* renamed the type field of structs to st_type so it won't conflict with struct...Rafael H. Schloming2009-06-236-16/+29
* QPID-1935: Clean up brokers before starting them everytime.Aidan Skinner2009-06-231-0/+2
* QPID-1936: Fix potential deadlock for durable ring queueGordon Sim2009-06-234-15/+58
* QPID-1935: Use unique queue name per test run. *sigh*.Aidan Skinner2009-06-232-3/+2
* Renamed new directory to avoid clashing with executable name where build is d...Gordon Sim2009-06-236-0/+0
* Script fixes to get tests going on Windows; includes properly licensed backgr...Stephen D. Huston2009-06-223-26/+51
* Fix compile errorStephen D. Huston2009-06-221-1/+1
* Test script to run distributed perftest against a cluster.Alan Conway2009-06-226-0/+150
* Log an error only the first time a detached session is used, ignore after that.Alan Conway2009-06-222-15/+21
* QPID-1933 - Patch from Bryan KearneyTed Ross2009-06-2224-1/+3867
* QPID-1914: Create the queue properlyAidan Skinner2009-06-226-15/+1
* Qpid-1934 : Add start/stop script for broker monitoring.Martin Ritchie2009-06-226-0/+1207
* Resolve Windows build errors/warningsStephen D. Huston2009-06-228-18/+17
* QPID-1914 use one queue per test so failures dont spiralAidan Skinner2009-06-221-1/+2
* QPID-1922 - Applied patch from Bryan KearneyTed Ross2009-06-222-5/+8
* QPID-1924: Make DerbyMessageStore honor $QPID_WORK.Aidan Skinner2009-06-223-2/+31
* QPID-1914: make send() transacted so we know the messages got there.Aidan Skinner2009-06-222-16/+9
* Use DerbyMessageStore for config-systests.xml, ensure it's cleaned upAidan Skinner2009-06-224-5/+8
* QPID-1923: made createDurableSubscriber fail on a temporary topicRafael H. Schloming2009-06-224-4/+42
* QPID-1920 - bug fix patch from Bryan KearneyTed Ross2009-06-191-6/+7
* QPID-1919 - Bugfix patch from Bryan KearneyTed Ross2009-06-191-3/+3
* QPID-1906 - C# QMF console from Bryan KearneyTed Ross2009-06-1970-51/+3174
* Make error-check a cluster-connection control rather than a cluster control.Alan Conway2009-06-187-36/+41
* made test ports configurable; this required adding variable expansion to Prop...Rafael H. Schloming2009-06-187-13/+174
* Correct order of args to memset(); fixes QPID-1787Stephen D. Huston2009-06-181-1/+1
* Add missing include required on some platforms.Gordon Sim2009-06-181-0/+1
* Handle invalid AMPQ data to a cluster by closing the offending connection.Alan Conway2009-06-175-5/+66
* Don't throw exception from destructor in Mutex and Condition as this is unsaf...Gordon Sim2009-06-173-3/+5