Download List

專案描述

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

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_*.
標籤: Major feature enhancements

2005-04-11 10:13
0.1.8-0.0.0

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.
標籤: Minor feature enhancements

2005-04-04 10:13
0.1.7-0.0.0

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.
標籤: Minor feature enhancements

2005-03-18 12:19
0.1.6-0.0.0

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.
標籤: Minor feature enhancements

2005-03-14 10:10
0.1.5-0.0.0

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.
標籤: Minor feature enhancements

Project Resources