summaryrefslogtreecommitdiff
path: root/src/os_posix/os_time.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3331 Get time into a local variable so we can read and use a consistent ti...sueloverso2017-05-231-5/+16
* WT-3327 Check for system clock ticking backwards (#3427)sueloverso2017-05-191-1/+4
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-051-0/+1
* WT-2988 __wt_epoch potentially returns garbage values. (#3104)Keith Bostic2016-10-221-0/+9
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-7/+7
* WT-2672 handle system calls that don't set errno (#2769)Keith Bostic2016-06-031-2/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-1/+1
* WT-2220: don't assume time_t's are integers that support arithmeticKeith Bostic2015-11-161-16/+0
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* 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