summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-238-52/+65
* QPID-1069: Patch from Steve Huston: Build with Boost 1.35Andrew Stitcher2008-06-201-1/+4
* Patch from Manuel Teira: https://issues.apache.org/jira/secure/CommentAssignI...Alan Conway2008-06-205-21/+21
* Fix packaging error.Alan Conway2008-06-181-0/+1
* Bring cluster code up to date.Alan Conway2008-06-1814-81/+92
* Fix bug that commits after every message. Oops!Gordon Sim2008-06-181-1/+1
* Added option to start topictest scripti n transactional mode (&durable)Gordon Sim2008-06-171-3/+4
* 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
* Default --log-output to syslog in --daemon mode.Alan Conway2008-06-121-2/+7
* Fix test error.Alan Conway2008-06-121-3/+6
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-125-10/+13
* * make tcp-nodelay option available for all testsGordon Sim2008-06-112-10/+50
* Improved exception handling for commit.Gordon Sim2008-06-101-10/+18
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-0929-430/+188
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-0918-307/+42
* Missing lock in SessionManager::forget()Alan Conway2008-06-091-1/+4
* add missing headerNuno Santos2008-06-061-0/+1
* Added exceptions to sys::Waitable.Alan Conway2008-06-0611-88/+119
* 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
* Uncomment test now that inline allocator is fixed.Gordon Sim2008-06-051-2/+1
* Fixed bug in InlineAllocatorAlan Conway2008-06-051-4/+11
* Load modules from /usr/lib64/qpidd on x86_64 architectureTed Ross2008-06-051-0/+7
* Fix to makefile and tests (one test temporarily disabled until a fix is found).Gordon Sim2008-06-055-40/+65
* 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-046-769/+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-045-11/+72
* Change to lazy-loading to avoid relying on the content-size to be set by client.Gordon Sim2008-06-043-14/+22
* Avoid use of valgrind --log-file-exactly flag, removed in valgrind 3.3Alan Conway2008-06-044-9/+9
* Removed assignment of a string literal that causes problems with some newer c...Ted Ross2008-06-042-6/+6
* 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-033-6/+27
* 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
* Fixed typo in options.Gordon Sim2008-06-031-1/+1
* Add ConnectionOptions.h to sources for each test program.Gordon Sim2008-06-031-9/+9
* Reverted move of ConnectionOptions (without the parse functionality they aren...Gordon Sim2008-06-034-9/+5
* Move ConnectionOptions into qpid::client.Gordon Sim2008-06-034-5/+9
* QPID-1108 patch from Manuel TeiraCarl C. Trieloff2008-06-031-20/+2
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-0215-73/+92
* QPID-1114 Daemon mode improvementsTed Ross2008-06-023-18/+18
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-024-7/+25