2004-07-13
|
When we create a transaction file, we need to make sure n...
|
Alberto Bertogli
|
2004-07-13
|
Split file locks into read and write locks. This allows m...
|
Alberto Bertogli
|
2004-07-11
|
Remove TODO file, it's useless and I never bother to keep...
|
Alberto Bertogli
|
2004-06-20
|
Add and update documentation to the new commit procedure.
|
Alberto Bertogli
|
0.16
|
2004-06-20
|
We always need to open the file with both read and write ...
|
Alberto Bertogli
|
2004-06-20
|
Add a more-or-less complete example of how to use the lib...
|
Alberto Bertogli
|
2004-06-20
|
This is a big rework of the commit procedure, which make ...
|
Alberto Bertogli
|
2004-06-05
|
When we create the transaction file's header, we use size...
|
Alberto Bertogli
|
2004-06-03
|
fseek() returns 0 on success and -1 on error; however our...
|
Alberto Bertogli
|
2004-06-03
|
There's a typo in ansi.c, where the wrapper for rewind() ...
|
Alberto Bertogli
|
2004-06-02
|
jclose() before exit in the testing programs.
|
Alberto Bertogli
|
2004-05-30
|
Version 0.15
|
Alberto Bertogli
|
0.15
|
2004-05-30
|
Add a comment about the benchmark patches on the testing ...
|
Alberto Bertogli
|
2004-05-30
|
There's no point in having doc/libjio.html in the distrib...
|
Alberto Bertogli
|
2004-05-30
|
Implement wrappers for most common ANSI C I/O functions (...
|
Alberto Bertogli
|
2004-05-30
|
Since I plan to add ANSI C wrappers too, it made more sen...
|
Alberto Bertogli
|
2004-05-20
|
We always need to read from files, even if jopen() is cal...
|
Alberto Bertogli
|
2004-05-07
|
Make the prerelease script add diffstat output in the rel...
|
Alberto Bertogli
|
2004-05-07
|
Fix some manpage typos.
|
Alberto Bertogli
|
2004-05-07
|
Version 0.14
|
Alberto Bertogli
|
0.14
|
2004-05-07
|
Update the manpage to reflect latest changes, and improve...
|
Alberto Bertogli
|
2004-05-05
|
jread() and jpread() can return partial reads under some ...
|
Alberto Bertogli
|
2004-05-05
|
Make jfsck() rewrite the lockfile to save the new maximum...
|
Alberto Bertogli
|
2004-05-05
|
After the journal has been checked with jfsck(), what sho...
|
Alberto Bertogli
|
2004-05-05
|
Make jfsck()'s first parameter, "name", const.
|
Alberto Bertogli
|
2004-05-05
|
Make jfsck() lock the transaction file instead of the rea...
|
Alberto Bertogli
|
2004-05-05
|
In jfsck() I forgot to close three files (well, two and a...
|
Alberto Bertogli
|
2004-05-05
|
Add a INSTALL file describing the installation procedure.
|
Alberto Bertogli
|
2004-05-05
|
When compiling with -pedantic (-ansi was just fine) I fou...
|
Alberto Bertogli
|
2004-05-05
|
Sometimes compiling with -ansi -pedantic can catch nice e...
|
Alberto Bertogli
|
2004-05-05
|
write(), pwrite() and writev() have the buffer parameter ...
|
Alberto Bertogli
|
2004-05-04
|
According to my fcntl's manpage, POSIX 1003.1-2001 allows...
|
Alberto Bertogli
|
2004-05-04
|
On some (most?) systems, you have to define XOPEN_SOURCE ...
|
Alberto Bertogli
|
2004-04-30
|
Version 0.13 (funny that I forgot to update this in the t...
|
Alberto Bertogli
|
0.13
|
2004-04-30
|
This is an upgrade to the "tests" directory which contain...
|
Alberto Bertogli
|
2004-04-30
|
Update the README file.
|
Alberto Bertogli
|
2004-04-30
|
If we want the library to be linked against C++ source, w...
|
Alberto Bertogli
|
2004-04-30
|
This patch changes the commit procedure (and thus jfsck()...
|
Alberto Bertogli
|
2004-04-30
|
There is no point in open lockfile O_SYNC now that it's n...
|
Alberto Bertogli
|
2004-04-15
|
Make jfsck() independant of the lockfile (the file named ...
|
Alberto Bertogli
|
2004-04-05
|
There was a very strange and weird bug inside jfsck() whi...
|
Alberto Bertogli
|
0.12
|
2004-04-05
|
We never called jtrans_free() inside the wrappers, so som...
|
Alberto Bertogli
|
2004-04-05
|
In strdup() checks, there are two checks with the wrong v...
|
Alberto Bertogli
|
2004-04-05
|
We use jfs.lock inside the wrappers to protect paralell f...
|
Alberto Bertogli
|
2004-04-05
|
To match the unix definition, jopen()'s pathname argument...
|
Alberto Bertogli
|
2004-04-05
|
Make "make install" create the destination directory, jus...
|
Alberto Bertogli
|
2004-04-02
|
Fix a very stupid but important bug that didn't update th...
|
Alberto Bertogli
|
2004-03-31
|
Calls to strdup() alloc memory using malloc(), and there'...
|
Alberto Bertogli
|
0.11
|
2004-03-31
|
Somehow libjio.h jumped over the doc directory where it's...
|
Alberto Bertogli
|
2004-03-31
|
I obviously can't spell =) Even though I looked it up in ...
|
Alberto Bertogli
|