Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Add WT_SESSION use-countet to WT_DATA_HANDLEs | Keith Bostic | 2013-11-30 | 1 | -0/+16 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | __wt_cond_wait() requires struct timespec in order to call | Keith Bostic | 2012-10-19 | 1 | -14/+6 |
* | ../src/block/block_snap.c:461: warning: passing argument 2 of '__wt_epoch' fr... | Michael Cahill | 2012-05-03 | 1 | -5/+5 |
* | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic | 2012-04-26 | 1 | -1/+1 |
* | Quit trying to make time_t/long pairs work, instead use a uint64_t for | Keith Bostic | 2012-04-23 | 1 | -5/+5 |
* | OS X doesn't support clock_gettime, add support for gettimeofday. | Keith Bostic | 2012-03-15 | 1 | -4/+25 |
* | Add the __wt_epoch function, returns the local time-of-day. | Keith Bostic | 2012-03-15 | 1 | -0/+24 |