summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-263-7/+15
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-262-3/+11
* Additions to the client API:Alan Conway2008-06-254-15/+157
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-256-63/+76
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-236-48/+56
* QPID-1069: Patch from Steve Huston: Build with Boost 1.35Andrew Stitcher2008-06-201-1/+4
* Bring cluster code up to date.Alan Conway2008-06-1811-75/+86
* Fix for broker wraparound problem.Alan Conway2008-06-135-12/+25
* Revert SessionState changes in r667503.Alan Conway2008-06-131-12/+8
* Fix bug in SessionState - avoid all replay calculations for timeout==0.Alan Conway2008-06-131-8/+12
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-124-9/+12
* Improved exception handling for commit.Gordon Sim2008-06-101-10/+18
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-0927-424/+188
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-0913-199/+22
* Missing lock in SessionManager::forget()Alan Conway2008-06-091-1/+4
* Added exceptions to sys::Waitable.Alan Conway2008-06-0610-87/+118
* Added mutexes back in to protect management counts from corruptionTed Ross2008-06-062-4/+11
* Modified to work with boost-1.32Alan Conway2008-06-051-8/+12
* Dequeue persistent messages from store in queue purgeTed Ross2008-06-051-1/+9
* Fixed bug in InlineAllocatorAlan Conway2008-06-051-4/+11
* Re-introduced previously clobbered realm option.Gordon Sim2008-06-051-0/+2
* Management cleanup - Synchronized with the spec on the WikiTed Ross2008-06-042-13/+13
* Remove unused classes IList and ISList.Alan Conway2008-06-042-378/+0
* Fix valgrind error.Alan Conway2008-06-041-1/+1
* Management clean-up. Made the management broker more defensive with regard t...Ted Ross2008-06-042-25/+45
* Request a timely reqply to session.completed based on configured flush interval.Alan Conway2008-06-043-5/+13
* QPID-1121Ted Ross2008-06-041-1/+3
* Increased default flush interval to 1MB, send spontaneous known-completed at ...Alan Conway2008-06-044-11/+35
* Change to lazy-loading to avoid relying on the content-size to be set by client.Gordon Sim2008-06-043-14/+22
* Removed assignment of a string literal that causes problems with some newer c...Ted Ross2008-06-041-3/+3
* Create pid-dir if it does not existTed Ross2008-06-031-0/+10
* QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpiddTed Ross2008-06-032-5/+18
* Management fixes: set session.detachedLifetime to 0, set journal->queue link ...Ted Ross2008-06-032-3/+10
* Better exception handling for commit.Gordon Sim2008-06-032-2/+6
* Reverted move of ConnectionOptions (without the parse functionality they aren...Gordon Sim2008-06-031-57/+0
* Move ConnectionOptions into qpid::client.Gordon Sim2008-06-031-0/+57
* QPID-1108 patch from Manuel TeiraCarl C. Trieloff2008-06-031-20/+2
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-023-45/+8
* QPID-1114 Daemon mode improvementsTed Ross2008-06-022-15/+11
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-023-2/+11
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-027-44/+137
* Fix that works on 1.33/gcc4.1 up to boost 1.34.13/gcc 4.3Alan Conway2008-06-021-5/+5
* Fixed dereference of null pointerTed Ross2008-06-021-1/+2
* Backed out previous fix compiler for warning, it fails with boost 1.33.Alan Conway2008-06-021-5/+1
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-0218-82/+152
* Fix compiler warning with gcc 4.3Alan Conway2008-06-021-1/+5
* Use InlineVector for AMQFrame, reduces heap allocations by 13%.Alan Conway2008-06-022-3/+3
* Removed redundant flush request.Gordon Sim2008-05-301-1/+0
* QPID-1100 crash when config file contains commented-out commands (patch from ...Ted Ross2008-05-291-46/+65
* Performnace fix, improves 6-8% on high core count machines.Carl C. Trieloff2008-05-292-4/+12