summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing externs for Queue methods; silence getenv() warnings on Windows b...Stephen D. Huston2009-07-132-3/+5
* Replace getenv usage with more secure Windows calls - silences compile diagno...Stephen D. Huston2009-07-135-11/+35
* Reverted checkins 793119, 793120, 793121, 793122 because of problems with hea...Kim van der Riet2009-07-1320-99/+103
* 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
* 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
* 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
* 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
* 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
* 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
* Fix make build to generate code into the build treeAndrew Stitcher2009-07-021-15/+15
* Fix cmake build for recent gnu ld which needs all libs used by prog andAndrew Stitcher2009-07-022-5/+26
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-018-38/+80
* Prevent broker thread blocking while SSL handshake completes.Gordon Sim2009-07-011-2/+0
* Enabled tests, corrected Boost lib locatorsStephen D. Huston2009-07-012-30/+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-0112-35/+234
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-3010-44/+62
* Removed installation lines that were redundant with the nobase_include_HEADER...Ted Ross2009-06-301-3/+0
* 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
* Have receivers in test ignore duplicates (makes it possible to recover from c...Gordon Sim2009-06-291-1/+1
* Added extra test script for testing ring queues plus a random data generation...Gordon Sim2009-06-293-0/+274
* In isInline() don't try to take address of a vector w/o storage yet; fixes QP...Stephen D. Huston2009-06-261-0/+4
* Take dirpath off of plugin name to load; fixes QPID-1959Stephen D. Huston2009-06-261-2/+2
* Export callMe on Windows; fixes QPID-1958Stephen D. Huston2009-06-261-1/+5
* Fix out-of-range vector access; fixes QPID-1957Stephen D. Huston2009-06-261-1/+2
* 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