]> mj.ucw.cz Git - libucw.git/history - lib/fb-file.c
Cleanup of file fastbufs.
[libucw.git] / lib / fb-file.c
2007-08-25 Martin MaresCleanup of file fastbufs.
2007-08-25 Martin MaresLet bconfig() return the original value.
2007-08-25 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-17 Pavel Charvatfixed a well hidden bug in file fastbufs
2007-07-09 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel Charvatfastbufs: byte * -> char *
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-21 Pavel CharvatThe great conversion of log() logging function to msg().
2007-06-21 Pavel Charvatlibucw: added more const qualifiers
2007-06-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-07 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-07 Pavel Charvatfb-file: some comments and automatic tests
2007-06-06 Pavel Charvatfastbufs: added some I/O checks
2007-06-06 Pavel Charvatported fastbuf with effective backwards reading......
2007-05-29 Pavel Charvatimplemented most of parametrized fastbufs
2007-05-29 Pavel Charvatunfinished parametrized fastbufs
2007-05-29 Pavel Charvatfirst experiments with parametrized fastbufs
2007-05-18 Pavel CharvatMerged main branch to dev-sorter.
2007-05-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-23 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-10 Martin MaresRemoved an unnecessary optimization.
2007-03-10 Martin Mareslib/fastbuf.h no longer includes <stdio.h>.
2007-03-10 Martin MaresFastbufs now work better on unseekable files.
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2006-12-11 Martin MaresTrivial cleanups.
2006-12-09 Martin Maresfb-file: A couple of trivial cleanups.
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-24 Martin Maresbopen_safe() in conf2 was leaking file descriptors...
2006-01-16 Martin MaresCleaned up includes.
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-08-15 Martin MaresAdded bfilesync().
2004-06-28 Robert Spaleknow, I have no contribution into the fastbuf code :))
2004-06-28 Martin MaresA better implementation of overwritable buffers.
2004-06-28 Robert SpalekBCONFIG_CAN_OVERWRITE is a read/write parameter, i...
2004-06-25 Robert Spalekgeneralized BCONFIG_CAN_OVERWRITE to three different...
2004-06-25 Robert Spalekadded the configuration item BCONFIG_CAN_OVERWRITE...
2002-10-06 Martin MaresWhen bopen() is called with buffer size 0, it switches...
2002-10-03 Martin MaresAdded a temporary hack for testing of fb-mmap. Please...
2002-09-30 Martin MaresThe is_temp_file variable was originally a good idea...
2002-09-24 Martin MaresAfter a lot of benchmarking replaced the old super...
2002-09-23 Martin MaresIntroduced bfdopen_shared() which behaves like bfdopen...
2002-09-23 Martin MaresMajor cleanup of fastbufs:
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-06-23 Martin MaresWhen O_APPEND is given to bopen(), don't forget to...
2001-02-04 Martin MaresAdded "is_temp_file" attribute which causes automatic...
2001-01-25 Martin MaresUse xmalloc_zero().
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdd directory to all includes.
2000-12-05 Martin MaresSquashed a couple of warnings.
2000-10-28 Martin MaresNew I/O library.