]> mj.ucw.cz Git - libucw.git/history - lib/fastbuf.h
fastbufs: byte * -> char *
[libucw.git] / lib / fastbuf.h
2007-06-25 Pavel Charvatfastbufs: byte * -> char *
2007-06-21 Pavel Charvatlibucw: added more const qualifiers
2007-06-20 Martin MaresDocumented bgets() and friends per popular request.
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 MaresBinary fastbuf functions moved to lib/ff-binary.h.
2007-03-10 Martin Mareslib/fastbuf.h no longer includes <stdio.h>.
2007-03-10 Martin MaresFastbufs now work better on unseekable files.
2007-03-08 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-16 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-02 Martin MaresUse uintptr_t instead of addr_int_t.
2006-12-11 Martin MaresExport temp_file_name().
2006-10-13 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-22 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2006-09-14 Martin MaresAvoid unnecessary include of bbuf.h in fastbuf.h.
2006-09-14 Martin MaresImplemented the atomic fastbuf backend.
2006-09-13 Martin MaresAtomic fastbufs: the first sketch of the interface.
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-05-18 Pavel CharvatAdded memory limit to bgets_bb().
2006-05-18 Pavel CharvatSome fixes and changes from yesterday.
2006-05-17 Pavel Charvatsimple bgets with allocation on the stack/mempool/bbuf
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-04-12 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-03-17 Martin MaresNaming of the growing fastbuf was completely silly...
2006-03-17 Martin MaresAdded a recyclable fastbuf over a growing buffer.
2005-06-17 Martin MaresAdded more format string checks.
2005-05-29 Martin MaresAdded work-around for spurious warnings.
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-11-20 Martin MaresPartial inlining of bskip().
2004-09-27 Martin MaresLet bskip() return success.
2004-08-19 Martin MaresComparisons of type `if (f->bptr + length > f->bstop...
2004-08-15 Martin MaresAdded bfilesync().
2004-07-06 Martin Maresfbbuf_init_read() now has can_overwrite as an extra...
2004-07-06 Martin MaresIntroduced bfilesize().
2004-06-28 Martin MaresA better implementation of overwritable buffers.
2004-06-27 Martin MaresAdded bskip() which skips the given number of bytes...
2004-06-25 Robert Spalektypo
2004-06-25 Robert Spalekgeneralized BCONFIG_CAN_OVERWRITE to three different...
2004-06-25 Robert Spalekadded the configuration item BCONFIG_CAN_OVERWRITE...
2004-05-10 Martin MaresRemoved redundant <stdarg.h>.
2004-01-16 Martin MaresThe combination of bflush() with bsetpos() to the begin...
2003-11-22 Martin MaresAdded very simple functions for emulating a fastbuf...
2003-10-19 Martin MaresAdded fastbuf backend for reading from file descriptors...
2003-01-27 Martin MaresAdded another version of bgets() which doesn't die...
2002-10-27 Martin MaresAdded printf on fastbuf streams. The current implementa...
2002-10-06 Martin Maresbdirect_read_prepare() now returns 0 instead of EOF.
2002-09-30 Martin MaresThe is_temp_file variable was originally a good idea...
2002-09-27 Martin MaresWhen writing, the data needn't start at the beginning...
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 MaresSplit bdirect_read to prepare and commit part (similarl...
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-05-26 Martin MaresAdded bopen_tmp() for opening of temporary files.
2002-05-22 Martin Maresbungetc() is no longer passed the character to unget...
2002-05-16 Robert Spalekfixed missing includes
2001-12-15 Martin Maresbgetw() returns int instead of word, so it's possible
2001-09-02 Martin MaresAdded I/O functions on addr_int_t.
2001-03-07 Martin MaresCreated a new include for efficient access to unaligned...
2001-03-03 Martin MaresDefine FASTBUF_BYTES_PER_(O|P).
2001-02-20 Martin MaresAdded bgets0().
2001-02-19 Martin MaresAdded breadb() which acts just like bread(), but die...
2001-02-15 Martin MaresAdded bputs0() -- put a null-terminated string.
2001-02-04 Martin MaresAdded "is_temp_file" attribute which causes automatic...
2001-01-21 Martin MaresAdded "direct buffer I/O" interface for those who want...
2001-01-14 Martin MaresGuard against multiple inclusion.
2001-01-07 Martin Maresbread() now returns the number of bytes read instead...
2000-12-05 Martin MaresSquashed a couple of warnings.
2000-10-28 Martin MaresNew I/O library.
1999-11-09 Martin MaresSignedness fixes.
1999-10-24 Martin MaresLarge File Support in fastbuf library.
1999-09-13 Martin MaresKilled `typedef unsigned long ulg' and replaced all...
1997-07-28 Martin MaresNew buffering code and objget caching changes.
1997-07-28 Martin Maresx