]> mj.ucw.cz Git - libucw.git/history - lib
Introduced obuck_get_pos(), converted gatherd limits to use it.
[libucw.git] / lib /
2001-03-05 Martin MaresIntroduced obuck_get_pos(), converted gatherd limits...
2001-03-05 Robert Spalekbugfix
2001-03-05 Martin MaresRemoved cf_read() and cf_default_*().
2001-03-05 Robert Spalekobuck_size() deleted
2001-03-05 Robert Spalekcf_default_init() replaced by direct access to cfdeffil...
2001-03-04 Robert Spalekcf_default_{init,done} interface used instead cf_read
2001-03-04 Robert Spalekadded cf_default_{init,done} for setting the default...
2001-03-04 Robert Spalekadded obuck_size() returning the size of bucket file...
2001-03-03 Martin MaresMoved fp_hash() to index.h.
2001-03-03 Martin MaresDefine FASTBUF_BYTES_PER_(O|P).
2001-03-03 Martin MaresAdded indexer names for word and string type classes.
2001-03-03 Martin MaresDefined which string classes contain URL's and which...
2001-03-02 Robert Spalekadded
2001-03-02 Martin MaresReplaced <sys/time.h> by <time.h> where appropriate.
2001-03-01 Martin MaresDefined a GET_TAGGED_CHAR macro to read our internal...
2001-02-23 Martin MaresGenerate index cards.
2001-02-23 Martin MaresIndexing of strings.
2001-02-22 Martin MaresSome more chewer work...
2001-02-20 Martin MaresAdded bgets0().
2001-02-20 Martin MaresAdded a useful macro for value clamping.
2001-02-19 Martin MaresOops, breadb() was wrong.
2001-02-19 Martin MaresAdded breadb() which acts just like bread(), but die...
2001-02-16 Martin MaresSORT_DELETE_INPUT works even with SORT_INPUT_FB.
2001-02-16 Martin MaresDeclare fingerprints as 12 bytes, not 3 u32's.
2001-02-16 Martin MaresAdded #define PACKED __attribute__((packed)).
2001-02-16 Martin MaresAdded merger.
2001-02-16 Martin MaresAdded unmapping and writeable mappings.
2001-02-16 Martin MaresScanner improvements: create redirect backlinks, detect...
2001-02-15 Martin MaresTesting programs are not build by default.
2001-02-15 Martin MaresAdded URL fingerprints.
2001-02-15 Martin MaresAdded bputs0() -- put a null-terminated string.
2001-02-10 Martin MaresShut up warnings.
2001-02-09 Robert Spalekadded cf_item_count()
2001-02-09 Robert Spalekdeleted unused variable prog
2001-02-09 Robert Spalekadded sort-test
2001-02-04 Martin MaresNext version of the sorter -- both presorting and unify...
2001-02-04 Robert Spalekcf_get_item added
2001-02-04 Martin MaresFirst version of the sorter. No presorting phase yet.
2001-02-04 Martin MaresAdded "is_temp_file" attribute which causes automatic...
2001-01-28 Martin MaresDon't log pid until log_fork() is called.
2001-01-28 Martin MaresAdded __attribute__((format...)) to declaration of...
2001-01-26 Martin Maresoid's above OBUCK_OID_FIRST_SPECIAL are reserved for...
2001-01-26 Martin Maresobj_add_attr() now returns head of the attribute value...
2001-01-26 Martin MaresAdded log_fork() which should be called after fork...
2001-01-25 Martin MaresUse xmalloc_zero().
2001-01-25 Martin MaresNewlines and carriage returns are considered blanks...
2001-01-23 Martin MaresWord type 0 is reserved.
2001-01-21 Robert Spalekdeclaration cosmetic fix
2001-01-21 Martin MaresHTML parser basically works. A *lot* of things still...
2001-01-21 Robert Spalekmemory pool for everything about configuration added
2001-01-21 Martin MaresCreated a header which will contain description of...
2001-01-21 Martin MaresAdded "direct buffer I/O" interface for those who want...
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc() followed by...
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc(), thus squashing...
2001-01-21 Martin MaresIntroduced mp_alloc_zero().
2001-01-21 Martin MaresIntroduced xmalloc_zero().
2001-01-15 Martin MaresFixed a couple of bugs.
2001-01-15 Robert Spalekrewritten, enhanced, updated, fixed
2001-01-15 Martin MaresAdded an explanatory comment.
2001-01-14 Martin MaresGuards, guards!
2001-01-14 Martin MaresRemember to link object.o to the library. :)
2001-01-14 Martin MaresAdd sh_time_t type.
2001-01-14 Martin MaresAllow bclose(NULL).
2001-01-14 Martin MaresGuard against multiple inclusion.
2001-01-14 Martin MaresImport object attribute handling from old Sherlock.
2001-01-14 Martin MaresKeep up with conf.h changes.
2001-01-14 Martin MaresKeep in sync with pools.h changes.
2001-01-14 Martin MaresRenamed memory pool functions to "mp_*", so they don...
2001-01-14 Martin MaresAdded DEFAULT_CONFIG define which tells us the name...
2001-01-14 Martin MaresMoved #include <getopt.h> to conf.h.
2001-01-14 Martin MaresSwitch to new logging functions.
2001-01-14 Martin MaresNew logging mechanism. Also cleaned up lib.h.
2001-01-14 Robert Spaleklib/conf.[ch] rewritten
2001-01-08 Robert Spalekadded tester for conf.c, already tested and it works
2001-01-08 Robert Spalekbugfixes
2001-01-07 Robert Spalekwritten parsing config files and command line parameter...
2001-01-07 Martin MaresWhen checking/fixing bucket file structure, adjust...
2001-01-07 Martin MaresAdded a simple utility for handling of buckets and...
2001-01-07 Martin MaresSquashed a signedness warning.
2001-01-07 Martin MaresAdded sh_ftruncate(), but it currently works only on...
2001-01-07 Martin Maresbread() now returns the number of bytes read instead...
2001-01-07 Martin MaresUse OBUCK_INCOMPLETE_MAGIC for incomplete entries.
2001-01-05 Martin MaresRewrote to use pread/pwrite() and to avoid messing...
2001-01-05 Martin MaresPreliminary version of object bucket code.
2000-12-11 Martin MaresAdded support for memory debuggers (efence and [unteste...
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-06 Martin Mares#include <errno.h>
2000-12-05 Martin MaresAdded a couple of FIXME's.
2000-12-05 Martin MaresRevived the old chartype macros.
2000-12-05 Martin MaresAdd directory to all includes.
2000-12-05 Martin MaresSquashed a couple of warnings.
2000-12-05 Martin MaresNew Makefiles.
2000-10-29 Martin MaresImplemented long tags and section limits (must be enabl...
2000-10-28 Martin MaresNew I/O library.
2000-08-02 Martin MaresSupport database sizes from 2G to 4G.
2000-08-02 Martin MaresDon't cry when pread/pwrite is not available.
2000-08-02 Martin MaresRewrote large file support. Instead of mucking with...
2000-07-13 Martin MaresAdded "-t" switch.
2000-07-13 Martin MaresRecalculate directory position when cascading splits.
2000-07-13 Martin MaresAdded a utility for rebuilding of databases.
next