summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SignalHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-071-5/+5
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-081-0/+3
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-151-3/+3
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-0/+47