summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Timer.h
Commit message (Expand)AuthorAgeFilesLines
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-5/+7
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-051-1/+0
* Removed redundant TimerA, use intrusive_ptr for Timer.Alan Conway2007-12-061-63/+16
* Added reset function to class AbsTime, thus allowing same instance of TimerTa...Kim van der Riet2007-11-051-1/+3
* Added Timer class which uses boost intrusive_ptr. This needs to be made into ...Kim van der Riet2007-11-021-6/+53
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+1
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-0/+76