summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Modified return codes for txtest: returns 1 if check fails; 2 if exception is...Kim van der Riet2008-09-181-4/+6
* Build tweaks for distcheck: Gordon Sim2008-08-191-0/+1
* Forgot to remove unneeded commentKim van der Riet2008-08-191-1/+0
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-192-1/+30
* Added --dtx option to txtest for DTX transaction testingKim van der Riet2008-08-181-5/+28
* Ported from trunk: Usage of lockf for locking the data directory. This ensur...Ted Ross2008-08-082-26/+34
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-058-28/+37
* Merged r682685: Modified error checking on TCP socket read so that it's no lo...Gordon Sim2008-08-051-1/+5
* Added error handling for case where socket cannot be accepted e.g. due to con...Gordon Sim2008-07-301-5/+10
* Merged r680691Gordon Sim2008-07-291-2/+6
* Ensure that the management thread is stopped before shutdown() returns (to al...Gordon Sim2008-07-281-0/+1
* Reduce the size of messages in fanout perftest to keep the queues from gettin...Gordon Sim2008-07-251-1/+1
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-254-33/+59
* Merged fix to SubscriptionManager (was r679739)Gordon Sim2008-07-252-1/+24
* QPID-447: Optional mechanism to avoid race when automating topic tests. Patch...Gordon Sim2008-07-252-8/+36
* Set a configurable default size limit on queuesGordon Sim2008-07-244-10/+23
* Further fixes to transactional perftest:Gordon Sim2008-07-231-4/+4
* Fix to transaction batching. (Backport of r669215).Gordon Sim2008-07-221-1/+1
* Allow for pluggable exchange types.Gordon Sim2008-07-142-6/+28
* Add a get() method to subscription manager that retrieves one message from th...Gordon Sim2008-07-1011-312/+280
* 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