aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer/timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-64/+0
* The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-171-0/+13
* Split up util.h into 3 fileslloyd2009-09-171-1/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-1/+3
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-13/+3
* Avoid a potential 32-bit overflow in Timer::combine_timers by promotinglloyd2008-11-211-2/+4
* Make Timer a pure virtual interface and add a new subclass ANSI_Clock_Timerlloyd2008-11-211-21/+22
* Move utils/{timer,mutex} to toplevellloyd2008-11-111-0/+57