Download List

Descripción del Proyecto

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

Esta versión agrega soporte mejorado para Mac OS X 10.7 (León). También ofrece varias características nuevas en todos los sistemas operativos compatibles para limitar las actividades del libfaketime, por ejemplo, a sólo un determinado intervalo de tiempo; y ejecutar programas externos, por ejemplo, secuencias de comandos de shell, en un especificado durante la ejecución.
Tags: Stable, Major
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.

2008-08-25 06:43
0.8

Esta versión añade soporte para acelerar / frenar el reloj del sistema, intercepta las llamadas a las funciones del nuevo sistema fstatat () y fstatat64 (), permite que los valores fraccionarios para la especificación de desplazamiento, y viene con un guión envoltorio nuevo y una página de manual de sistema de aliviado la instalación y el uso de ancho.
Tags: Major feature enhancements
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.

2008-06-29 06:26
0.7

Esta versión añade soporte de sincronización phtread, permite que "comenzará a las" especificaciones de tiempo, proporciona opciones para deshabilitar las características de forma dinámica en tiempo de ejecución, y mejora la compatibilidad con el sistema de aplicaciones de nivel, tales como máquinas virtuales Java.
Tags: Major feature enhancements
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.

2007-11-16 08:23
0.6

Esta versión incluye el soporte para timestamp del archivo de falsificar mediante la interceptación de llamadas del sistema como fstat (), el apoyo a todo el sistema de archivo / etc / faketimerc de configuración y almacenamiento en caché para mejorar el rendimiento.
Tags: Major feature enhancements
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.

2006-03-05 06:22
0.5

Soporte para el año especificación compensar sabio uso de "y" fue añadido.
Tags: Minor feature enhancements
Support for year-wise offset specification using "y" was added.

Project Resources