summaryrefslogtreecommitdiff
path: root/src/time_ops.h
Commit message (Collapse)AuthorAgeFilesLines
* time multiplication overflow fixAbhishek Sunkum Rammurthy2019-12-171-3/+3
| | | | | In 32 bit platforms, timespecmul2() macro function, overflow occurs during multiplication. Size of `long` type in 32 bit platform is 4 bytes, but the size of `long` type in 64 bit platform is 8 bytes.
* fix #ifndef for timermul, @speq, #183Wolfgang Hommel2019-12-141-1/+1
|
* wrap nanosec ops in #ifndef, patch by @paul-j-lucas, #219Wolfgang Hommel2019-12-141-0/+12
|
* Minor source code style fixesWolfgang Hommel2013-11-071-34/+39
|
* Applied libfaketime name change and style guideWolfgang Hommel2013-09-051-42/+42
|
* Revert "merged rbalint's pr27"Wolfgang Hommel2013-09-011-0/+99
| | | | | This reverts commit 5283614bec09c856ca0e71174ff9538ba1e8dae1, reversing changes made to 4ecef4db08c23d00fd66371970289c79acc2481b.
* Revert a2c8ac6..8b67256Wolfgang Hommel2013-08-291-99/+0
| | | | This rolls back to commit a2c8ac66875de878df3cc679493f16d8881ce758.
* Use nanosecond resolution for timestamps internallyBalint Reczey2013-08-241-0/+99