summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Change remaining broker Timer clients to use the single broker TimerAndrew Stitcher2009-07-105-8/+10
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-1016-91/+78
* Allow TimerTasks to be delayed correctly by separating out the timeAndrew Stitcher2009-07-102-3/+10
* Typos/Whitespace fixesAndrew Stitcher2009-07-103-5/+5
* Remove libtool file that no longer needs tobe checked inAndrew Stitcher2009-07-101-6892/+0
* Additional fix for make distcheck.Ted Ross2009-07-101-0/+2
* Fixed another make dist problem. Need to specify "nodist_" for conditionally...Ted Ross2009-07-101-1/+1
* Correct the case where for very low ( bytes) staging threshhold managementCarl C. Trieloff2009-07-102-1/+29
* Fix cluster handling of multiple errors.Alan Conway2009-07-103-19/+37
* Minor improvement to cluster logging.Alan Conway2009-07-091-3/+6
* Simplified PollableConditionAlan Conway2009-07-095-140/+41
* Move helper functions out of the public interface, as they are unsafeCarl C. Trieloff2009-07-091-3/+4
* Clean up for next commit to clean broker interfaceCarl C. Trieloff2009-07-092-3/+4
* Removed commented out code in makefileTed Ross2009-07-091-2/+0
* Fix make distcheck problemsTed Ross2009-07-093-14/+7
* simulate this:Carl C. Trieloff2009-07-081-0/+42
* Fix to cover this case:Carl C. Trieloff2009-07-083-1/+13
* fix for regression in patch & test to prevent regression againCarl C. Trieloff2009-07-082-1/+51
* Now that broker expects clients to send heartbeats, the client half of an int...Gordon Sim2009-07-081-3/+8
* test for last commitCarl C. Trieloff2009-07-081-1/+18
* More tests and complete fix for svn791672 commit -- correct requeueCarl C. Trieloff2009-07-084-6/+23
* Added qpid:Exception to the client API documentation.Jonathan Robie2009-07-081-1/+1
* Added version check for SWIG in the configure script. This should properly d...Ted Ross2009-07-083-2/+121
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-086-5/+93
* Properly handle queued closes originating locally. Fixes QPID-1952Stephen D. Huston2009-07-071-3/+8
* Change Nightly start time to 20:00 EST to catch all overnight and during the ...Stephen D. Huston2009-07-071-1/+1
* Added python long cluster test outline for long tests and soak tests. Also ad...Kim van der Riet2009-07-075-7/+90
* Add expected failure case to the list (purge is currently disabled on cluster...Gordon Sim2009-07-071-0/+1
* Correcting to ensure recovered cluster-durable messages are dequeued from storeCarl C. Trieloff2009-07-071-2/+8
* More tests and completion of fix for 791672Carl C. Trieloff2009-07-073-5/+40
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-074-3/+43
* Make up-to-date check for generated files look in binary dir. On Windows, don...Stephen D. Huston2009-07-021-7/+25
* Update cluster requirements to mention corosync.Alan Conway2009-07-021-4/+5
* Don't try to unset MEMORYCHECK_COMMAND - jut leave it if not neededStephen D. Huston2009-07-021-2/+0
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-026-14/+30
* Bumped the libtool version information for the C++ libraries.Ted Ross2009-07-021-2/+2
* Fix make build to generate code into the build treeAndrew Stitcher2009-07-023-17/+17
* Fix cmake build for recent gnu ld which needs all libs used by prog andAndrew Stitcher2009-07-023-7/+32
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-019-38/+81
* Prevent broker thread blocking while SSL handshake completes.Gordon Sim2009-07-011-2/+0
* Enabled tests, corrected Boost lib locatorsStephen D. Huston2009-07-013-33/+22
* Fix for cluster_test problems: a) When not started from within test dir, qpid...Kim van der Riet2009-07-015-203/+226
* QPID-1963: hold lock across TopicExchange::isBound() methodGordon Sim2009-07-011-0/+1
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-0113-39/+249
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-3011-59/+81
* Removed installation lines that were redundant with the nobase_include_HEADER...Ted Ross2009-06-301-3/+0
* Remove duplicate entries in generated makefile fragment src/rubygen.mk.Alan Conway2009-06-301-2/+3
* Add some ring queue tests to make check-long (fix script to use QPID_PORT cor...Gordon Sim2009-06-303-6/+44
* Minor test env name cleanup which syncs with changes to storeKim van der Riet2009-06-292-9/+9
* Backout last change to test scriptGordon Sim2009-06-291-1/+1