summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix to prevent possible Timer deadlocks by holding onto mutex while calling f...Kim van der Riet2008-04-181-0/+1
* Fixed time classes for some changes that misunderstood how they are supposedAndrew Stitcher2008-04-071-1/+1
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-051-8/+4
* Removed redundant TimerA, use intrusive_ptr for Timer.Alan Conway2007-12-061-89/+11
* Added reset function to class AbsTime, thus allowing same instance of TimerTa...Kim van der Riet2007-11-051-2/+6
* Added Timer class which uses boost intrusive_ptr. This needs to be made into ...Kim van der Riet2007-11-021-0/+83
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-5/+2
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-0/+100