Age | Commit message (Expand) | Author | Files | Lines |
2014-10-19 | Removed waste | Igor Pashev | 1 | -114/+0 |
2013-10-18 | Fix -lrt issues in Makefile | Wolfgang Hommel | 1 | -3/+4 |
2013-10-16 | Do not use -ldl -lm when linking the wrapper | Wolfgang Hommel | 1 | -3/+3 |
2013-10-16 | Remove second '-lrt' on linker calls to fix 32-bit building issue | Wolfgang Hommel | 1 | -1/+1 |
2013-10-05 | Added note about how to test without installation | Wolfgang Hommel | 1 | -0/+2 |
2013-10-05 | introducing rudimentary multilib installation path support | Wolfgang Hommel | 1 | -7/+13 |
2013-10-05 | Preliminary multi-arch support for faketime wrapper when -DMULTI_ARCH is set | Wolfgang Hommel | 1 | -0/+6 |
2013-10-04 | Add -Wextra and -Werror CFLAGS and also fix compile errors | Balint Reczey | 1 | -1/+1 |
2013-10-04 | Added note about building 32-bit libraries/binaries | Wolfgang Hommel | 1 | -0/+3 |
2013-10-03 | fix -lrt call for faketime binary linking | Wolfgang Hommel | 1 | -1/+1 |
2013-10-03 | fix -lrt call for library linking | Wolfgang Hommel | 1 | -2/+2 |
2013-10-03 | fix missing linker run | Wolfgang Hommel | 1 | -1/+1 |
2013-10-01 | Ensure that -lrt is passed to compiler/linker for faketime.c | Wolfgang Hommel | 1 | -0/+3 |
2013-09-30 | Provide timer related functions compatible with GLIBC 2.2 and >= 2.3.3 [pr32 ... | Balint Reczey | 1 | -2/+2 |
2013-09-04 | enable FAKE_TIMERS for development branch | Wolfgang Hommel | 1 | -1/+1 |
2013-09-04 | Wrap new and experimental features in #ifdef FAKE_SLEEP FAKE_TIMERS | Wolfgang Hommel | 1 | -1/+7 |
2013-09-01 | Revert "merged rbalint's pr27" | Wolfgang Hommel | 1 | -9/+1 |
2013-08-29 | Revert a2c8ac6..8b67256 | Wolfgang Hommel | 1 | -1/+9 |
2013-08-24 | Use nanosecond resolution for timestamps internally | Balint Reczey | 1 | -1/+1 |
2013-08-23 | Refactor limited faking and spawn support | Balint Reczey | 1 | -9/+1 |
2013-08-19 | Use the same global clock for all processes spawned by faketime -f '... iN' | Balint Reczey | 1 | -1/+2 |
2013-08-19 | Rewrite faketime shell script in C | Balint Reczey | 1 | -10/+11 |
2013-06-11 | Fix link order for --as-needed (see http://bugs.debian.org/711958) | Daniel Kahn Gillmor | 1 | -2/+3 |
2013-06-11 | allow overriding specific arguments without changing the Makefile | Daniel Kahn Gillmor | 1 | -3/+3 |
2012-08-30 | whitespace cleanup | Tomi Ollila | 1 | -9/+9 |
2012-02-05 | Reorder linker flags as suggested by Lukas Fleischer | Wolfgang Hommel | 1 | -1/+1 |
2012-01-11 | Added feature to exec external command after x sec | Wolfgang Hommel | 1 | -1/+5 |
2012-01-08 | Added new feature to limit libfaketime activity | Wolfgang Hommel | 1 | -1/+4 |
2011-11-28 | Fixed build issues as suggested by Paul Wouters | Wolfgang Hommel | 1 | -2/+2 |
2011-07-05 | libfaketime macos port | Derrick Brashear | 1 | -1/+1 |
2011-05-22 | fixed one more hard-coded path | Wolfgang Hommel | 1 | -1/+1 |
2011-05-10 | Use install(1) instead of mkdir(1) and cp(1) in Makefiles. | Lukas Fleischer | 1 | -3/+4 |
2011-05-10 | Use a separate Makefile for meta files. | Lukas Fleischer | 1 | -6/+0 |
2011-05-10 | Use a separate Makefile for man pages. | Lukas Fleischer | 1 | -3/+0 |
2011-05-10 | Tell the compiler to be C99 compliant, enable all warnings. | Lukas Fleischer | 1 | -1/+1 |
2011-05-10 | Source Makefile overhaul. | Lukas Fleischer | 1 | -12/+20 |
2011-04-27 | Move test suite to a separate subdirectory. | Lukas Fleischer | 1 | -13/+3 |
2011-04-26 | Add ".PHONY" target to the Makefile. | Lukas Fleischer | 1 | -0/+2 |
2011-04-26 | Add an uninstall target to the Makefile. | Lukas Fleischer | 1 | -0/+9 |
2011-04-26 | Use "$DESTDIR" and "$PREFIX" in the Makefile. | Lukas Fleischer | 1 | -8/+10 |
2011-04-24 | git repository based on v0.8 | Wolfgang Hommel | 1 | -0/+82 |