Download List

Project Description

FTPL (FakeTime Preload Library, aka libfaketime) intercepts various system library calls and tricks programs of your choice into seeing a faked system time without having to change the time system-wide. This can be used for running legacy software with Y2K bugs, testing software for year-2038 compliance, debugging time-related issues such as expired SSL certificates, and using software that ceases to run outside a certain time frame. The faked time can be specified either absolutely or relative to the real current time, and optionally also affects file timestamps. The faked clock continues to run, but can optionally be frozen, slowed down, or made faster. A wrapper script "faketime" simplifies the usage, similar to tools such as fakechroot.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-13 07:05
v0.9

This release adds improved support for Mac OS X 10.7 (Lion). It also provides several new features on all supported operating systems to limit libfaketime's activities, e.g., to only a certain time interval; and to execute external programs, e.g., shell scripts, at a specified point during run-time.
Tags: Stable, Major

2008-08-25 06:43
0.8

This version adds support to speed up/slow down the system clock, intercepts calls to the new system functions fstatat() and fstatat64(), allows fractional values for offset specification, and comes with a new wrapper script and a man page for eased system-wide installation and use.
Tags: Major feature enhancements

2008-06-29 06:26
0.7

This version adds phtread synchronization support,
allows "start at" time specifications, provides
options to dynamically disable features at
runtime, and enhances compatibility with
system-level applications, such as Java Virtual
Machines.
Tags: Major feature enhancements

2007-11-16 08:23
0.6

This release adds support for file timestamp
faking by intercepting system calls such as
fstat(), support for a system-wide /etc/faketimerc
configuration file, and caching for performance
improvements.
Tags: Major feature enhancements

2006-03-05 06:22
0.5

Support for year-wise offset specification using "y" was added.
Tags: Minor feature enhancements

Project Resources