summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Enable dequeue for prototype clusterAlan Conway2008-07-176-16/+44
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-1722-355/+409
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-1615-84/+132
* Fix "ignoring return value" warning from LockFile.h.Alan Conway2008-07-151-1/+1
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-156-16/+18
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-114-57/+771
* Move shutdown of management broker to end of shutdown sequenceTed Ross2008-07-101-1/+1
* Honour timeout in BlockingQueue::pop(); added test for SubscriptionManager::g...Gordon Sim2008-07-101-1/+1
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-0910-38/+57
* Allow for pluggable exchange types.Gordon Sim2008-07-092-6/+28
* Removed dead code.Alan Conway2008-07-092-15/+1
* Fix for older boost versionsAlan Conway2008-07-091-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-0818-220/+183
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-0831-275/+345
* Remove unused Serializer code.Alan Conway2008-07-084-302/+0
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-085-169/+111
* QPID-1148 - from Manuel TieraAlan Conway2008-07-087-87/+125
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-083-49/+20
* * release message lock when notifying queue listenersGordon Sim2008-07-082-29/+53
* Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit.Alan Conway2008-07-071-0/+1
* Remove debugging cout accidentally left in.Alan Conway2008-07-041-2/+0
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-0428-134/+680
* 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-016-80/+98
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-3015-54/+72
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-266-114/+180
* 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