summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation for the upcoming 0.9 releasev0.9Wolfgang Hommel2012-01-111-1/+1
* Updated todo list to reflect OSX improvementsWolfgang Hommel2012-01-112-2/+4
* Added feature to exec external command after x secWolfgang Hommel2012-01-115-3/+92
* Added new feature to limit libfaketime activityWolfgang Hommel2012-01-085-10/+141
* Fixed build issues as suggested by Paul WoutersWolfgang Hommel2011-11-282-18/+22
* Minor changesWolfgang Hommel2011-10-191-1/+1
* Fixed issues on Mac OS X 10.7 LionWolfgang Hommel2011-10-193-15/+136
* Added TODO item about libfaketime on OS X 10.7 (Lion)Wolfgang Hommel2011-07-302-2/+3
* Minor adaptions for Mac OS XWolfgang Hommel2011-07-303-2/+37
* Described recent changes and next stepsWolfgang Hommel2011-07-302-0/+11
* Merge pull request #3 from dfong/masterwolfcw2011-07-261-1/+13
|\
| * compute pow() with shell only, in case we don't have bc, dc, perldon fong2011-07-261-1/+13
* | Merge pull request #2 from dfong/masterwolfcw2011-07-259-1/+333
|\ \ | |/
| * add support for new framework for functional testsdon fong2011-07-259-1/+333
|/
* NEWS: Add note on MacOS portLukas Fleischer2011-07-151-0/+4
* NEWS: Fix trailing whitespaceLukas Fleischer2011-07-151-9/+9
* Restructure meta filesLukas Fleischer2011-07-154-19/+6
* Merge pull request #1 from dbrashear/masterwolfcw2011-07-094-15/+164
|\
| * add multi-architecture supportDerrick Brashear2011-07-081-1/+7
| * macos: pass one gettimeofday unmodifiedDerrick Brashear2011-07-051-0/+10
| * libfaketime macos portDerrick Brashear2011-07-054-15/+148
|/
* Modified documentation and changelog based on the recent changesWolfgang Hommel2011-05-222-6/+13
* fixed one more hard-coded pathWolfgang Hommel2011-05-221-1/+1
* Overwrite existing man pages when running `make install`.Lukas Fleischer2011-05-101-1/+1
* Use install(1) instead of mkdir(1) and cp(1) in Makefiles.Lukas Fleischer2011-05-103-7/+12
* Use a separate Makefile for meta files.Lukas Fleischer2011-05-103-6/+17
* Use a separate Makefile for man pages.Lukas Fleischer2011-05-103-3/+14
* Tell the compiler to be C99 compliant, enable all warnings.Lukas Fleischer2011-05-102-2/+2
* Cast time_t to unsigned integer when using printf().Lukas Fleischer2011-05-101-1/+1
* timetest.c: Add "sys/time.h" include (required for gettimeofday()).Lukas Fleischer2011-05-101-0/+1
* Add shortcut Makefile.Lukas Fleischer2011-05-101-0/+22
* Test suite Makefile overhaul.Lukas Fleischer2011-05-101-6/+15
* Source Makefile overhaul.Lukas Fleischer2011-05-102-12/+21
* Move test suite to a separate subdirectory.Lukas Fleischer2011-04-275-53/+61
* Add ".PHONY" target to the Makefile.Lukas Fleischer2011-04-261-0/+2
* Add an uninstall target to the Makefile.Lukas Fleischer2011-04-261-0/+9
* Use "$DESTDIR" and "$PREFIX" in the Makefile.Lukas Fleischer2011-04-261-8/+10
* Add ".gitignore".Lukas Fleischer2011-04-261-0/+2
* git repository based on v0.8v0.8Wolfgang Hommel2011-04-249-0/+1866