Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertito/libjio
[mirror] A library for Journaled I/O
https://github.com/albertito/libjio
c disk-io posix transactional
Last synced: 18 days ago
JSON representation
[mirror] A library for Journaled I/O
- Host: GitHub
- URL: https://github.com/albertito/libjio
- Owner: albertito
- License: other
- Created: 2008-12-19T00:29:03.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T20:36:10.000Z (about 6 years ago)
- Last Synced: 2024-07-31T22:57:05.348Z (3 months ago)
- Topics: c, disk-io, posix, transactional
- Language: C
- Homepage: http://blitiri.com.ar/p/libjio/
- Size: 393 KB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
libjio - A library for Journaled I/O
------------------------------------libjio is a simple userspace library to do journaled, transaction-oriented
I/O.It provides a transaction API to commit and rollback transactions, and on top
of that a unix-alike set of functions to perform most regular operations (ie.
open, read, write, etc.).The library guarantees file integrity even after unexpected crashes, never
leaving your files in an inconsistent state.You can find more detailed documents, including the programmer's guide, in the
doc/ directory, and the manpage in the libjio/ directory.To see how to install it, please read the INSTALL file.
It is in the public domain, see the LICENSE file for more details.
Comments and patches are always welcome; please send them to
[email protected].