2005-03-09
|
Add -fPIC to libjio.so compile.
|
Alberto Bertogli
|
2005-03-03
|
Add dup() and dup2() to the preloader.
|
Alberto Bertogli
|
2004-11-28
|
Add a record exporter script
|
Alberto Bertogli
|
2004-11-28
|
Limit transaction's size.
|
Alberto Bertogli
|
2004-11-28
|
Remove failed operations from the list.
|
Alberto Bertogli
|
2004-11-26
|
Implement journal relocation
|
Alberto Bertogli
|
2004-11-26
|
Fix the ANSI jrewind() wrapper definition.
|
Alberto Bertogli
|
2004-10-13
|
Version 0.21
|
Alberto Bertogli
|
0.21
end_of_ps
|
2004-10-10
|
Add unlink() to the preload library.
|
Alberto Bertogli
|
2004-10-10
|
Raise an exception if trans.add() fails.
|
Alberto Bertogli
|
2004-10-10
|
Add J_RDONLY constant to Python binding.
|
Alberto Bertogli
|
2004-10-10
|
Allow to open files read-only.
|
Alberto Bertogli
|
2004-10-10
|
This patch implements a preloader library for the UNIX API.
|
Alberto Bertogli
|
2004-10-10
|
Add a small document describing how transaction IDs are a...
|
Alberto Bertogli
|
2004-10-04
|
Transactions ID are always unsigned; however get_jtfile()...
|
Alberto Bertogli
|
2004-10-03
|
This fixes a very subtle (and not so hard to hit) race in...
|
Alberto Bertogli
|
2004-10-04
|
Nowadays, we unlock operations as we commit them. However...
|
Alberto Bertogli
|
2004-09-26
|
The vector argument to jreadv() must be const.
|
Alberto Bertogli
|
2004-09-19
|
Version 0.20
|
Alberto Bertogli
|
0.20
|
2004-09-19
|
On BSD, the default "make" is not GNU make, and Makefiles...
|
Alberto Bertogli
|
2004-09-19
|
Add a section on compiling and linking in the programming...
|
Alberto Bertogli
|
2004-09-19
|
When linking an application that doesn't use Large File S...
|
Alberto Bertogli
|
2004-09-19
|
Update UPDATING document.
|
Alberto Bertogli
|
2004-09-19
|
This patch fixes a very ugly deadlock when using lingerin...
|
Alberto Bertogli
|
2004-09-19
|
SUSv3 says that default mutexes are of unspecified type. ...
|
Alberto Bertogli
|
2004-09-17
|
Fix the string length in samples/full.c. Thanks to Shehja...
|
Alberto Bertogli
|
2004-09-14
|
When we install the files, don't force user/group to be "...
|
Alberto Bertogli
|
2004-09-14
|
The fileno() method is quite useful, and needed in a vari...
|
Alberto Bertogli
|
2004-09-14
|
Don't use O_LARGEFILE, it's not standard and it shouldn't...
|
Alberto Bertogli
|
2004-09-08
|
Make jlseek properly return the offset.
|
Alberto Bertogli
|
2004-09-08
|
Some systems/C libraries (dietlibc, for instance) also li...
|
Alberto Bertogli
|
2004-09-08
|
In the python bindings, use long long where appropiate so...
|
Alberto Bertogli
|
2004-09-06
|
jread, jwrite and jwritev had a potential bug that a retu...
|
Alberto Bertogli
|
2004-08-30
|
Version 0.19
|
Alberto Bertogli
|
0.19
|
2004-08-30
|
Add documentation on the mailing list.
|
Alberto Bertogli
|
2004-08-30
|
Add python bindings.
|
Alberto Bertogli
|
2004-08-30
|
Add a document on upgrading the library.
|
Alberto Bertogli
|
2004-08-30
|
I wrote "COMMITED" and it's "COMMITTED". I need more engl...
|
Alberto Bertogli
|
2004-08-30
|
Clear the commit flag before committing.
|
Alberto Bertogli
|
2004-08-30
|
Initialize results in jfsck().
|
Alberto Bertogli
|
2004-08-30
|
In jread(), if we do a partial reading, we need to advanc...
|
Alberto Bertogli
|
2004-08-30
|
In jclose(), before closing the descriptors check if they...
|
Alberto Bertogli
|
2004-08-30
|
Various documentation updates.
|
Alberto Bertogli
|
2004-08-30
|
Fix jsync locking (we don't need fs->lock for fsync()), a...
|
Alberto Bertogli
|
2004-08-29
|
Trying to lock fs->lock inside jclose() is useless and co...
|
Alberto Bertogli
|
2004-08-29
|
If jopen() fails at some point, it should clean up what w...
|
Alberto Bertogli
|
2004-08-29
|
If not initialized properly, error paths will close fds w...
|
Alberto Bertogli
|
2004-08-29
|
Make flags 32 bits and unsigned, as they should be.
|
Alberto Bertogli
|
2004-08-29
|
Make commit and rollback return ssize_t instead of int. T...
|
Alberto Bertogli
|
2004-08-29
|
The constants are broken, increidbly things work for most...
|
Alberto Bertogli
|