summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-172-22/+35
* Drop _EXPECTED_FAILURES macro, doesn't work with all boost versions.Alan Conway2009-06-173-28/+6
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-1622-205/+238
* QPID-1905 - Moved qmf agent code to java/management/agent where it belongs.Ted Ross2009-06-1632-6/+5
* Minor cleanup of the new management-failover example.Ted Ross2009-06-161-6/+15
* Added a new qmf-console example program.Ted Ross2009-06-162-1/+175
* QPID-1754 : Removed release-bin target setup as it is incomplete and fails.Martin Ritchie2009-06-161-13/+0
* changed delay -> sleep and removed hardcoded timeoutsRafael H. Schloming2009-06-151-17/+19
* Revert bad optimization: unpredictable ordering of set caused cluster failures.Alan Conway2009-06-122-9/+25
* QPID-1903 - Applied patch from Bryan KearneyTed Ross2009-06-1220-11/+95
* added halt-on-error option and display ignored testsRafael H. Schloming2009-06-121-6/+33
* Added Steve Huston's keyStephen D. Huston2009-06-121-0/+33
* Change project name to qpid-cpp to match prior-scheme artifacts; enable ctestStephen D. Huston2009-06-111-2/+5
* Change to test directory names for installed tests missed in previous checkinKim van der Riet2009-06-111-2/+2
* Change to test directory names for installed testsKim van der Riet2009-06-111-2/+2
* fixed ssl closeRafael H. Schloming2009-06-112-24/+16
* Added missing license textTed Ross2009-06-117-0/+128
* cleand up and added license headerRafael H. Schloming2009-06-111-17/+27
* Minor change to clarify queue size policy log messagesKim van der Riet2009-06-111-3/+6
* QPID-1898 - Committed patch from Ian Main.Ted Ross2009-06-111-0/+19
* CDash config for sending build/test results to dashboard at riverace.comStephen D. Huston2009-06-111-0/+13
* QPID-1786 - Fixed a build dependency problem introduced in the last commit.Ted Ross2009-06-111-1/+1
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-1154-259/+4461
* Avoid the case where we can receive bytes from the socketAndrew Stitcher2009-06-111-0/+1
* Don't start the broker Connection heartbeat timers if theAndrew Stitcher2009-06-111-1/+1
* Stop timers on receiving Connection::closed() from lower levelsAndrew Stitcher2009-06-111-0/+4
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-113-1/+9
* QPID-1901: only try to load content if there is someGordon Sim2009-06-111-1/+1
* If frameset being sent in cluster update is incomplete (i.e. content has been...Gordon Sim2009-06-111-2/+17
* Ensure that messages sent by clusters update client are correctly fragmented ...Gordon Sim2009-06-101-10/+19
* exclude AlertingTest until aidan has a chance to fix itRafael H. Schloming2009-06-101-0/+3
* Updates to python cluster tests and associated scriptsKim van der Riet2009-06-105-29/+61
* cpp/src/replication.mkManuel Teira Paz2009-06-101-1/+1
* moved the initial context factory define into the profile definitionRafael H. Schloming2009-06-092-4/+4
* Added a signal handler to cleanly shut down on SIGINT.Ted Ross2009-06-091-42/+62
* Lock should be released in LVQ before dequeuing old message to prevent possib...Gordon Sim2009-06-091-0/+1
* Enhanced test sender to allow the lvq match keys used to be specified in a file.Gordon Sim2009-06-091-5/+15
* Bugfixes in the c++ console API:Ted Ross2009-06-085-36/+83
* YA Fix to the cluster behaviour of the client heartbeatAndrew Stitcher2009-06-081-1/+3
* If expiration is already set, don't alter it.Gordon Sim2009-06-082-2/+19
* Fix of the previous client heartbeat changes:Andrew Stitcher2009-06-085-3/+10
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-084-34/+82