Download List

Descripción del Proyecto

Journaled Files LIBrary allows you to perform
atomic transactions on standard files. It supplies
functions to commit and rollback (back-out)
changes. Journaled files are normal files that you
can browse and parse with standard tools. A
journal (log) stores all transactional info.

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.

2005-05-02 13:51
0.3.0-0.0.0

Scripts de prueba del caso se han probado con el shell ksh. Jf_file_printf El nuevo y funciones jf_file_vprintf se llevaron a cabo. Se agregó el soporte para archivos de texto DOS (CRLF / conversiones NL). Dos errores veniales en jf_journal_commit_int y jf_journal_rollback_int fueron corregidos. Tmp caso de prueba puede ahora ser enviado a una trayectoria deseada estableciendo la variable de entorno TEST_TMP_PATH en el momento de configurar. Constantes JF_JOURNAL_PROP_STORAGE_ * variables se han renombrado a JF_JOURNAL_PROP_VIRTMEM_ *.
Tags: Major feature enhancements
Case test scripts were tested with the ksh shell.
The new jf_file_printf and jf_file_vprintf
functions were implemented. Support was added for
DOS text files (CRLF/NL conversions). Two venial
bugs in jf_journal_commit_int and
jf_journal_rollback_int were fixed. Case test tmp
files can now be sent to a desired path by setting
the TEST_TMP_PATH environment variable at
configure time. Constants The
JF_JOURNAL_PROP_STORAGE_* variables have been
renamed to JF_JOURNAL_PROP_VIRTMEM_*.

2005-04-11 10:13
0.1.8-0.0.0

La biblioteca ha sido compilado y probado en Cygwin (Windows 2000). Algunos errores menores en los scripts de prueba se fija y algunas dependencias de la shell bash se han eliminado.
Tags: Minor feature enhancements
The library has now been compiled and tested in Cygwin (Windows 2000). Some minor bugs in the case test scripts were fixed and some dependencies on the bash shell were removed.

2005-04-04 10:13
0.1.7-0.0.0

Un nuevo "jf_recover" programa de utilidad fue añadida. Sus características principales de un "modo de prueba" para comprobar la "recuperación de la espera" / "Diario dañado" la situación y un "modo de llevar a cabo" para la fijación de estos después de los accidentes. Un nuevo FAQ fue añadida.
Tags: Minor feature enhancements
A new "jf_recover" utility program was added. Its main features a "test mode" for checking the "recovery pending"/"journal damaged" status and a "perform mode" for fixing these after crashes. A new FAQ was added.

2005-03-18 12:19
0.1.6-0.0.0

Dos programas de utilidad se han añadido: "jf_leave" para permitir que un archivo por diario dejando un diario, y "jf_rename" para cambiar el nombre de un archivo por diario. Un error de menor importancia se ha fijado en algunos scripts de prueba.
Tags: Minor feature enhancements
Two new utility programs have been added: "jf_leave" to
allow a journaled file leaving a journal, and "jf_rename" to
rename a journaled file. A minor bug has been fixed in some
case test scripts.

2005-03-14 10:10
0.1.5-0.0.0

Dos utilidades que se han añadido: jf_create para crear un archivo de diario de la línea de comandos, y jf_join de "transformación" de un archivo estándar en un archivo por diario. Un error de menor importancia en jf_journal_rollback_int la "función" era fija y una optimización de poco se hizo para cuando "- enable-extra-check" no está activado.
Tags: Minor feature enhancements
Two new utilities were added: jf_create for creating a journal file from the command line, and jf_join for "transforming" a standard file in a journaled file. A minor bug in the "jf_journal_rollback_int" function was fixed and a little optimization was made for when "--enable-extra-check" is not activated.

Project Resources