summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Use nanosleep() in faked sleep() and usleep() to avoid rounding issues [rbali...Wolfgang Hommel2013-09-042-12/+64
* | Unbalanced parenthesis in libfaketime.c (#30, a168290)Wolfgang Hommel2013-09-051-0/+1
* | Applied libfaketime name change and style guideWolfgang Hommel2013-09-053-116/+167
* | Wrap new and experimental features in #ifdef FAKE_SLEEP FAKE_TIMERSWolfgang Hommel2013-09-053-8/+23
* | Updated manpage for upcoming 0.9.5Wolfgang Hommel2013-09-051-8/+7
* | Fix rouding issues, Add reminder to rewrite faking time(), gettimeofday, etc....Balint Reczey2013-09-052-3/+4
* | Use nanosleep() in faked sleep() and usleep() to avoid rounding issues [rbali...Balint Reczey2013-09-052-12/+64
|/
* README.developers added; editor modelines in libfaketime.cWolfgang Hommel2013-09-042-198/+317
* merge of rbalint/fake-timersWolfgang Hommel2013-09-031-1/+122
* more cleanup, indentation, C style etc.Wolfgang Hommel2013-09-031-229/+238
* indentation and other style issuesWolfgang Hommel2013-09-031-472/+670
* Merge branch 'fake-poll' into integrationWolfgang Hommel2013-09-031-0/+48
|\
| * Fake poll() and ppoll()Balint Reczey2013-09-011-0/+48
* | testing Makefile adapted for OSXWolfgang Hommel2013-09-021-1/+1
* | Makefiles and test suite improved for OS XWolfgang Hommel2013-09-023-0/+76
* | Updated documentation and creditsWolfgang Hommel2013-09-025-82/+156
|/
* Fix typo in READMEBalint Reczey2013-09-011-1/+1
* Revert "merged rbalint's pr27"Wolfgang Hommel2013-09-019-490/+898
* merged rbalint's pr27Wolfgang Hommel2013-09-019-898/+490
|\
| * guard against broken dlsym by Toni GWolfgang Hommel2013-08-291-2/+2
| * fix so ./faketime is not a libraryWolfgang Hommel2013-08-291-0/+3
| * Revert a2c8ac6..8b67256Wolfgang Hommel2013-08-294-401/+479
| * Revert 30dd22e..bdac73eWolfgang Hommel2013-08-297-498/+71
| * failed attempt to get it working on OS XWolfgang Hommel2013-08-292-1/+14
| * Merge pull request #26 from rbalint/fake-sleepWolfgang Hommel2013-08-296-70/+484
| |\
* | | Sleep() and alarm() still could apply faking several timesBalint Reczey2013-08-311-3/+3
* | | Fake clock_get_time() on __APPLE__Balint Reczey2013-08-301-9/+49
* | | Fix compilation on __APPLE__Balint Reczey2013-08-301-0/+6
* | | Default to clang on __APPLE__ to support thread local variablesBalint Reczey2013-08-301-1/+2
* | | Improved OS X supportWolfgang Hommel2013-08-301-1/+1
* | | Prevent applying time faking mote than onceBalint Reczey2013-08-301-21/+52
* | | Don't use a = {b,c} assignmentBalint Reczey2013-08-291-1/+2
* | | Fix missing clock_gettime() related #defines on __APPLE__Balint Reczey2013-08-292-0/+21
* | | Assume system being little endian on __APPLE__Balint Reczey2013-08-291-0/+13
* | | fix so ./faketime is not a libraryWolfgang Hommel2013-08-291-0/+3
| |/ |/|
* | Fake sleep() and friendsBalint Reczey2013-08-282-1/+89
* | Fix calculating faked time when user rate is not setBalint Reczey2013-08-281-6/+10
* | Use global Faketime start time when started using "faketime"Balint Reczey2013-08-281-28/+45
* | Start system time from the same global clocks in every processes after replay...Balint Reczey2013-08-283-34/+49
* | Break loop of clock_gettime()-s when stopping replayin timestamps from fileBalint Reczey2013-08-281-3/+3
* | Fix faketime_common.h's descriptionBalint Reczey2013-08-281-1/+2
* | Fake CLOCK_MONOTONIC and CLOCK_MONOTONIC_RAW clocksBalint Reczey2013-08-282-26/+72
* | Speed up/slow down per process timersBalint Reczey2013-08-281-0/+8
* | Save faked timestamps to file, load faked timestamps from fileBalint Reczey2013-08-284-25/+260
* | Fix typo setting wrong value for startup time on __APPLE__Balint Reczey2013-08-281-1/+1
|/
* Merging Balint's filesWolfgang Hommel2013-08-254-479/+401
|\
| * Refactor time faking calculationsBalint Reczey2013-08-241-62/+37
| * Use nanosecond resolution for timestamps internallyBalint Reczey2013-08-243-79/+194
| * Refactor environment variable parsing and faking calculationBalint Reczey2013-08-241-85/+141
| * Refactor limited faking and spawn supportBalint Reczey2013-08-233-101/+73