]> mj.ucw.cz Git - libucw.git/history - lib
conf: parsing IP address fixed
[libucw.git] / lib /
2004-08-20 Robert Spaleka really essential bugfix
2004-08-20 Martin MaresUse GET_UTF8 instead of GET_UTF8_CHAR (this costs us...
2004-08-20 Martin MaresAdded unit tests for UTF8 macros.
2004-08-20 Martin MaresOptimized and simplified UTF8 macros. In fact, turned...
2004-08-20 Robert Spalekrenamed attr_set_type() to put_attr_set_type()
2004-08-20 Robert Spalek- added b?get_attr()
2004-08-20 Robert Spalek- added get_attr() and bget_attr() with get_attr_set_type()
2004-08-20 Robert Spalek- use put_utf8_32()
2004-08-20 Robert Spalek- added {get,put}_utf8_32() for all full 6-byte codes
2004-08-19 Robert Spalek- do not try to compress when liz_min_compr == 0
2004-08-19 Robert Spalektypo
2004-08-19 Robert Spalekrenamed function
2004-08-19 Martin MaresA better implementation of vbprintf() which avoids...
2004-08-19 Martin MaresComparisons of type `if (f->bptr + length > f->bstop...
2004-08-18 Robert Spalekbugfix in obuck_slurp_refill
2004-08-17 Robert Spalekcards format has changed, do upgrade the version of...
2004-08-17 Robert Spalekadded a module that supports transparent compression...
2004-08-15 Martin MaresAccept V33_LIZARD buckets without body -- such buckets...
2004-08-15 Martin MaresAdded sync_dir().
2004-08-15 Martin MaresAdded bfilesync().
2004-08-15 Martin MaresMade `buckettool -x' show the header if in verbose...
2004-08-14 Martin MaresAdded obj_find_anum() which is obj_find_aval() combined...
2004-08-14 Martin MaresUTF8_SPACE turned to an inline function.
2004-08-05 Martin Maresobj_add_attr_ref() with an on-stack buffer is not advis...
2004-08-05 Martin MaresWhen reading, the data end at b->bstop, not b->bufend.
2004-08-05 Martin MaresBucket fastbuf's have to be seekable, since shep-reap...
2004-08-05 Robert Spalekdo not read the whole bucket into memory if only header...
2004-08-05 Martin MaresNew attributes are now added at the end of the list.
2004-07-20 Robert Spalektiny bugfix :))
2004-07-20 Robert Spalektiny optimization: do not make 2 function calls in...
2004-07-16 Martin MaresFixed two bugs in parsing of buckets (one of them intro...
2004-07-16 Martin MaresBuckets of unknown format should be skipped properly...
2004-07-16 Martin Mares`buckettool -c' (cat) now separates buckets by an empty...
2004-07-16 Martin MaresParsing of PLAIN type buckets also ends after buck_len...
2004-07-16 Martin MaresReading of V30 buckets was broken (for example it didn...
2004-07-16 Robert Spalekprune the original source code yet more
2004-07-16 Robert Spalektiny bugfix
2004-07-16 Robert Spalektaken much faster implementation of Adler32 and put...
2004-07-16 Robert Spalekadd Adler32 checksum to compressed V33 buckets
2004-07-16 Robert Spalekadded adler32 functions
2004-07-16 Robert Spalekautomatically add 0x80000000 to bucket-type specified...
2004-07-16 Robert Spalekimproved an error message to catch an error
2004-07-15 Martin MaresAdded {b,}put_attr_separator().
2004-07-12 Martin MaresIntroduced late matchers and custom statistics [see...
2004-07-10 Martin Marespools.h -> mempool.h
2004-07-10 Martin MaresI always wanted to rename the rather inconsistent memor...
2004-07-10 Martin MaresArranged the module list.
2004-07-10 Martin MaresMoved object reading and writing functions where they...
2004-07-10 Martin MaresMany programs now don't need to link with libcharset.
2004-07-10 Martin MaresRenamed fb-printf to ff-printf to keep fastbuf front...
2004-07-10 Martin MaresAdapted to new unicode includes.
2004-07-10 Martin MaresMoved the basic Unicode and UTF-8 functions to the...
2004-07-10 Martin MaresMoved UTF-8 streams to lib/ff-utf8.[ch] (`ff' prefix...
2004-07-10 Robert Spalekpatch obj_write{,_nocheck}() to use bput_attr_str(...
2004-07-06 Martin Maresfbbuf_init_read() now has can_overwrite as an extra...
2004-07-06 Martin MaresUse bfilesize().
2004-07-06 Martin MaresIntroduced bfilesize().
2004-07-06 Martin MaresRemoved references to buck2obj.h and obj2buck.h.
2004-07-06 Martin MaresAdded #ifdef guards.
2004-07-06 Martin MaresMerged obj2buck.h and buck2obj.h to object.h, the numbe...
2004-07-06 Martin MaresNo need to test for NULL when reallocating.
2004-07-06 Martin MaresAdded a note on xrealloc(NULL, x).
2004-07-06 Martin MaresUse bbuf.h.
2004-07-06 Martin MaresInclude <stdlib.h> to get free().
2004-07-06 Martin MaresUse lib/bbuf.h here.
2004-07-06 Martin MaresApplications of gbuf.h to byte arrays are very common...
2004-07-06 Martin Marescan_overwrite_buffer fixes for bucket.c: added f->buffe...
2004-07-06 Martin Maresfb-limfd was setting can_overwrite_buffer=2, but it...
2004-07-06 Martin MaresComplain loudly if anybody asks us to generate buckets...
2004-07-06 Martin MaresSmall improvements to buckettool:
2004-07-04 Robert Spalek- use buck2obj_parse() instead of obj_read_bucket(...
2004-07-04 Robert Spalekwriting attributes to buckets totally rewritten accordi...
2004-07-04 Robert Spalek- obj_parse_dump() generalized to store apart the heade...
2004-06-28 Robert Spaleka typo and FIXME
2004-06-28 Robert Spaleknow, I have no contribution into the fastbuf code :))
2004-06-28 Martin MaresAdapted buck2obj to the new rewritable buffers. I don...
2004-06-28 Martin MaresA better implementation of overwritable buffers.
2004-06-28 Robert Spalekone mis-commit fixed
2004-06-28 Robert Spalekobj_read_bucket() checks whether buck_type has a correc...
2004-06-28 Robert Spalekdump_parsed_bucket() simplified
2004-06-28 Robert Spalek- obj_read_bucket() takes a new parameter: struct mempo...
2004-06-28 Robert Spalekinterface of lizard_decompress_safe() has been simplified
2004-06-28 Robert Spalekavoid one pointer
2004-06-28 Robert Spalekobj_read_bucket()
2004-06-28 Robert Spalekdeleted obj_attr_to_bucket*(). sorry, I like them...
2004-06-28 Robert Spalek- buckettool updated to extract, cat, and create all...
2004-06-28 Robert Spalekmacros and inline functions for generating V33 buckets
2004-06-28 Robert Spalek- added buck2obj_flush() that flushed the memory pool...
2004-06-28 Robert SpalekBCONFIG_CAN_OVERWRITE is a read/write parameter, i...
2004-06-28 Robert Spalekupdated interface of lizard-safe.c
2004-06-28 Robert Spalek- encapsulation: hide struct lizard_buffer in the sourc...
2004-06-28 Robert Spalekadded a simple source-code for resizable buffers, I...
2004-06-28 Robert Spalekbigfix, now it works even for the 2nd time :-)
2004-06-27 Martin Maresobj_read_bucket() now gets the bucket length as a param...
2004-06-27 Martin MaresAdded bskip() which skips the given number of bytes...
2004-06-27 Martin MaresMinor optimizations.
2004-06-25 Robert Spalekgetbuck.c no longer starts with flushing the memory...
2004-06-25 Robert Spalek- buck2obj_alloc() initially allocates no buffers
2004-06-25 Martin MaresTried to improve the LZO format description.
2004-06-25 Robert Spalek- lizard_alloc() does not allocate anything if max_len...
next