summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #298 from dkg/fakepidWolfgang Hommel2021-02-242-0/+26
|\
| * Enable intercepting getpid()Daniel Kahn Gillmor2021-02-232-0/+26
* | Ensure that real_getrandom is initialized properlyDaniel Kahn Gillmor2021-02-231-0/+4
|/
* Version bump to v0.9.9v0.9.9Wolfgang Hommel2021-02-213-4/+4
* Handle EINTR during sem_wait() in selected functions (addresses #291)Wolfgang Hommel2021-02-091-8/+36
* Merge pull request #285 from dkg/fix-clobberWolfgang Hommel2021-02-041-1/+1
|\
| * Try to fix warning about clobbering under optimization (Closes #284)Daniel Kahn Gillmor2021-02-021-1/+1
* | fix embedded version numberDaniel Kahn Gillmor2021-02-021-1/+1
|/
* faketime: Prefix error messages with faketimeOxan van Leeuwen2020-12-081-12/+12
* Preliminary support to intercept getrandom() #275Wolfgang Hommel2020-11-152-1/+52
* Some fixes and improvements for utime functions.Wayne Davison2020-07-282-19/+144
* Merge pull request #248 from sdettmer/fix_settime_when_using_rcfileWolfgang Hommel2020-04-091-0/+1
|\
| * Fixes #247, FAKE_SETTIME has effect even if rcfile is presentSteffen Dettmer2020-04-091-0/+1
* | settime functions support FAKETIME_UPDATE_TIMESTAMP_FILE (for #239).Steffen Dettmer2020-04-091-0/+36
|/
* Merge pull request #246 from sdettmer/dev/sde/pthread_cond_init_232_lazy_initWolfgang Hommel2020-04-081-0/+11
|\
| * Add lazy ftpl_init() to pthread_cond_init_232(), fixes #245.Steffen Dettmer2020-04-081-0/+11
* | Added support for FAKETIME_LINK_FLAGS for #243.Steffen Dettmer2020-04-081-1/+1
|/
* Unskip file parsing on improper initialization #240Wolfgang Hommel2020-03-261-28/+45
* replace global state struct with local state struct holding a pointer to the ...Mathis Beer2020-03-161-7/+7
* fix threading issue: don't assign to the global lock state struct until we're...Mathis Beer2020-03-121-3/+5
* Unlock faketime lock on all return paths from libfaketime.c.Mathis Beer2020-03-121-6/+18
* use pthread_sigmask instead of sigprocmaskMathis Beer2020-03-121-3/+2
* Fix deadlock issues with signals: block all signals while inside mutex.Mathis Beer2020-03-031-5/+26
* fake_clock_gettime: avoid placing large buffers on the stackMathis Beer2020-02-201-3/+3
* Merge pull request #227 from wolfcw/developWolfgang Hommel2020-02-141-8/+27
|\
| * Refresh the monotonic faketime setting envar when cache expires.thowse2020-02-141-8/+27
* | time multiplication overflow fixAbhishek Sunkum Rammurthy2019-12-171-3/+3
* | Use -DFAKE_FILE_TIMESTAMPS to intercept utime[s](), by @speq, #183Wolfgang Hommel2019-12-141-0/+75
* | 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
* Revert "Automake branch"revert-178-automake-branchWolfgang Hommel2019-11-306-82/+220
* Merge pull request #178 from manchicken/automake-branchWolfgang Hommel2019-11-306-220/+82
|\
| * Merged master in and cleaned up.Michael D. Stemle, Jr2019-11-272-28/+659
| |\
| * | Fixed a _bunch_ of autotools bugs.Michael D. Stemle, Jr2018-10-073-13/+39
| * | Applying fixes for GNU/Linux, and the MT variant of the library.Michael D. Stemle, Jr2018-10-031-6/+14
| * | Fixed a bunch more issues, including prefix-related issues and library versio...Michael D. Stemle, Jr2018-10-021-6/+6
| * | Fixing a couple of issues I just found.Michael D. Stemle, Jr2018-10-021-3/+1
| * | Added GNU autotools support.Michael D. Stemle, Jr2018-10-023-1/+34
| * | Removing old makefiles.Michael D. Stemle, Jr2018-10-012-193/+0
* | | Work around race conditions when semaphore gets deleted by parent process (#217)Wolfgang Hommel2019-11-201-4/+23
* | | Merge pull request #215 from wolfcw/developWolfgang Hommel2019-11-141-2/+1
|\ \ \ | |_|/ |/| |
| * | Wrap user_per_tick_inc_set_backup declaration in ifdefDavid Owens2019-11-141-2/+1
* | | Detect and bail out of endless recursive calls to clock_gettime() (#130)Wolfgang Hommel2019-09-051-15/+37
* | | Add FAKE_SETTIME to CFLAGS to intercept time-setting calls (#179)Wolfgang Hommel2019-09-032-0/+93
* | | Adds FORCE_PTHREAD_NONVER flag for platforms where pthread functions are not ...Wolfgang Hommel2019-08-291-1/+1
|/ /
* | Updated documentation regarding shared memory, fixed spellingWolfgang Hommel2019-08-231-2/+2
* | Fix shared memory cleanup on local creationWolfgang Hommel2019-08-231-1/+1
* | Added FAKETIME_COMPILE_CFLAGS to MakefilesWolfgang Hommel2019-08-232-2/+2
* | Added FORCE_MONOTONIC_FIX CFLAG to avoid hangs on timedwait (#202 #142)Wolfgang Hommel2019-08-232-2/+11
* | Handle platforms that do not implement semopen() (#203)Wolfgang Hommel2019-08-232-4/+3