summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Look for qpidd.exe in various places, not just DebugStephen D. Huston2009-10-033-6/+53
* QMF Fixes in Ruby Console:Ted Ross2009-10-023-0/+8
* QMF Fixes:Ted Ross2009-10-022-3/+6
* qpidd prints message to stderr if logging configuration is invalid.Alan Conway2009-10-021-15/+19
* Applied patches to resolve QPID-2076Stephen D. Huston2009-10-026-12/+18
* define content- and view- classes separately from message classGordon Sim2009-10-0212-288/+385
* Removed LatencyTracker from cluster.Alan Conway2009-10-017-201/+6
* Set cluster version number from SVN revision.Alan Conway2009-10-011-2/+6
* Fix broker race where broker closes connection before sending close-ok.Alan Conway2009-10-012-8/+15
* Fix QPID-2086 - problem with read-credit.Alan Conway2009-10-019-74/+70
* Add definition of int64_t (required by gcc 4.4.1)Gordon Sim2009-09-301-0/+1
* Revised set of source files and library names for QMF; matches earlier change...Stephen D. Huston2009-09-291-42/+45
* This is related to QPID-2108Rajith Muditha Attapattu2009-09-292-10/+10
* Fix dependencies so python client used by tests is built before tests.Alan Conway2009-09-291-0/+3
* I have applied the patch attached to QPID-2108 from Tim Platten with a few mo...Rajith Muditha Attapattu2009-09-294-49/+214
* QMF Engine updates:Ted Ross2009-09-2912-55/+201
* Fix python tests to work in VPATH builds and for make distcheck.Alan Conway2009-09-2815-101/+135
* Transient flow-to-disk messages switched to store from BDB. Only single-queue...Kim van der Riet2009-09-283-4/+8
* r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i...Gordon Sim2009-09-282-26/+30
* QPID-2102: Changed QueuePolicy to rely on external locking and require dequeu...Gordon Sim2009-09-285-37/+22
* Cleaned up issues with distribution.Ted Ross2009-09-271-1/+4
* Backed out a broker change that was unintentionally carried along in another ...Ted Ross2009-09-251-1/+1
* QMF updates:Ted Ross2009-09-2537-1540/+332
* Exchange route() refactorization that eliminates common code in each of the E...Kim van der Riet2009-09-257-142/+67
* Use struct/class consistentlyStephen D. Huston2009-09-247-49/+49
* Fix to allow python testing stuff to build outside source treeAndrew Stitcher2009-09-231-4/+2
* This patch requires svn 817742, corrects the lock issue for ring queue in 817...Carl C. Trieloff2009-09-235-24/+58
* rhs's new system for python allows us to build python testMichael Goulish2009-09-2312-27/+34
* Attempt to clean up a warning about violating aliasing rules.Ted Ross2009-09-231-3/+3
* QMF updates:Ted Ross2009-09-224-7/+20
* QPID-2112 - C++ Client: Facility needed for app to extract the user-ID in use...Ted Ross2009-09-226-0/+29
* Minor update to allow store access to the message isPersistent() method. This...Kim van der Riet2009-09-224-4/+6
* Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...Kim van der Riet2009-09-2219-192/+631
* Make the AsynchIO API more consistentAndrew Stitcher2009-09-225-10/+7
* More namespace cleaningAndrew Stitcher2009-09-211-1/+8
* Added Ruby test infrastructure and Console tests in RubyTed Ross2009-09-216-11/+58
* Enabled some tests that were unintentionally disabled.Alan Conway2009-09-181-3/+2
* Refactored the QMF engine to adhere to the following rules regardingTed Ross2009-09-1825-500/+572
* Rearrange readCredit logic for correctnessAndrew Stitcher2009-09-181-14/+18
* Rolling back my recent change 816715. These script changes don't work with t...Michael Goulish2009-09-1812-35/+27
* rhs's new system for python allows us to build python testMichael Goulish2009-09-1812-27/+35
* Add console control handler to properly shut down broker on ^C et al; fixes Q...Stephen D. Huston2009-09-171-0/+9
* QMF ConsoleTed Ross2009-09-1713-1397/+1478
* backing out change r815804 -- didn't test with clustering turned on.Michael Goulish2009-09-1612-26/+19
* Path fix for recent checkin of Python changes.Michael Goulish2009-09-161-6/+6
* Use qpid::sys::sleep() instead of naked sleep(); fixes build error on WindowsStephen D. Huston2009-09-161-1/+1
* rhs's new system for python allows us to build python testMichael Goulish2009-09-1612-13/+20
* QMF Console updated to the point where query (get_object) is supported.Ted Ross2009-09-1516-246/+676
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-1423-526/+411
* Added available and pendingAck properties to Receiver; added capacity and pen...Gordon Sim2009-09-1422-140/+512