summaryrefslogtreecommitdiff
path: root/src/os_posix/os_time.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic2013-11-301-0/+16
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* __wt_cond_wait() requires struct timespec in order to callKeith Bostic2012-10-191-14/+6
* ../src/block/block_snap.c:461: warning: passing argument 2 of '__wt_epoch' fr...Michael Cahill2012-05-031-5/+5
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-1/+1
* Quit trying to make time_t/long pairs work, instead use a uint64_t forKeith Bostic2012-04-231-5/+5
* OS X doesn't support clock_gettime, add support for gettimeofday.Keith Bostic2012-03-151-4/+25
* Add the __wt_epoch function, returns the local time-of-day.Keith Bostic2012-03-151-0/+24