summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Temporarily reverting changes to signal handling; as checked in by r674107 it...Gordon Sim2008-07-071-2/+18
* Disabled cluster_test temporarily, it leaks processes.Alan Conway2008-07-041-2/+4
* Remove debugging cout accidentally left in.Alan Conway2008-07-041-2/+0
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-0437-218/+835
* Allow default values for packed structs to be overridden (currently used for ...Gordon Sim2008-07-041-1/+1
* Only override default value for accept-mode field in message.transfer (not me...Gordon Sim2008-07-041-2/+2
* rubygen: Change default for client API accept-mode parameters to 1.Alan Conway2008-07-032-2/+9
* QPID-1160 - Use array-style delete for allocated arrayTed Ross2008-07-031-1/+1
* Improved text and rasied severity of log entry when client sessions are delet...Gordon Sim2008-07-021-1/+1
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-019-317/+118
* Added extra option (fixed time limit in rate mode) to latency test. Patch fro...Gordon Sim2008-07-011-10/+27
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-3019-156/+372
* Fix exit status when VALIGRIND=Alan Conway2008-06-271-1/+1
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-2611-165/+187
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-2612-301/+272
* Use run_test to run valgrind for start_broker consistently with other tests.Alan Conway2008-06-263-15/+10
* From Matt Farrellee - https://issues.apache.org/jira/browse/QPID-1151Alan Conway2008-06-262-2/+16
* QPID-1137: don't treat connection as opened if the open never succeedsGordon Sim2008-06-263-3/+26
* QPID-1147: Avoid usage of 'source' builtin in pure sh scriptsGordon Sim2008-06-261-1/+1
* Additions to the client API:Alan Conway2008-06-2511-38/+227
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-257-64/+78
* * remove generated Makefile from svnGordon Sim2008-06-252-551/+3
* Const-correctness fixes in MessageStore.hAlan Conway2008-06-238-52/+65
* Fix path problems in examples make checkAlan Conway2008-06-233-3/+9
* Fix build problems in examples on older automakesAlan Conway2008-06-233-9/+551
* 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-2061-267/+246
* Fix packaging error.Alan Conway2008-06-181-0/+1
* Bring cluster code up to date.Alan Conway2008-06-1817-125/+124
* 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
* add missing DESIGN file to Makefile.amNuno Santos2008-06-121-1/+1
* Fix test error.Alan Conway2008-06-121-3/+6
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-126-12/+16
* Improvements to comment clarity.Alan Conway2008-06-123-3/+3
* * 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-0936-571/+270
* 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-0612-92/+123
* 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