summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* install libs in arch-appropriate directoryNuno Santos2008-06-051-1/+1
* install libs in arch-appropriate directoryNuno Santos2008-06-051-2/+2
* install libs in arch-appropriate directoryNuno Santos2008-06-051-0/+1
* install libs in arch-appropriate directoryNuno Santos2008-06-051-1/+1
* install libs in arch-appropriate directoryNuno Santos2008-06-051-3/+3
* 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-044-22/+22
* 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
* Use help2man if available, pre-generated qpidd.1 if available, fall back to d...Alan Conway2008-06-031-6/+9
* QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpiddTed Ross2008-06-034-7/+28
* Management fixes: set session.detachedLifetime to 0, set journal->queue link ...Ted Ross2008-06-032-3/+10
* QPID-1114 moved --pid-dir from config file to startup scriptTed Ross2008-06-032-3/+2
* 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
* Queue stats: byteDepth now computed periodicallyTed Ross2008-06-022-6/+19
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-0215-73/+92
* QPID-1114 Daemon mode improvementsTed Ross2008-06-026-19/+22
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-024-7/+25
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-0210-60/+152
* 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-0223-138/+244
* Fix compiler warning with gcc 4.3Alan Conway2008-06-021-1/+5
* disable use of module-dir when running examplesGordon Sim2008-06-021-1/+1
* Minor updates to tests:Gordon Sim2008-06-025-15/+15
* 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
* Add short sleep before killing python server to ensure it has had a chance to...Gordon Sim2008-05-301-0/+1
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-3023-2100/+1846