summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SignalHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure broker is deleted in main thread, not by global destructors.Alan Conway2010-07-071-8/+12
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-081-0/+2
* Add directory to #includeAlan Conway2009-07-141-2/+2
* QPID-1457: Removed erroneous signal settingsAndrew Stitcher2008-11-121-3/+0
* 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/+51