2001-03-07 |
Martin Mares | Added sh_mmap(). |
tree | commitdiff |
2001-03-07 |
Martin Mares | open -> sh_open |
tree | commitdiff |
2001-03-07 |
Martin Mares | Use sh_open instead of open. |
tree | commitdiff |
2001-03-07 |
Martin Mares | Don't crash when the last fragment is of zero length. |
tree | commitdiff |
2001-03-06 |
Martin Mares | The StringMap file contains an end marker pointing... |
tree | commitdiff |
2001-03-05 |
Martin Mares | Introduced obuck_get_pos(), converted gatherd limits... |
tree | commitdiff |
2001-03-05 |
Robert Spalek | bugfix |
tree | commitdiff |
2001-03-05 |
Martin Mares | Removed cf_read() and cf_default_*(). |
tree | commitdiff |
2001-03-05 |
Robert Spalek | obuck_size() deleted |
tree | commitdiff |
2001-03-05 |
Robert Spalek | cf_default_init() replaced by direct access to cfdeffil... |
tree | commitdiff |
2001-03-04 |
Robert Spalek | cf_default_{init,done} interface used instead cf_read |
tree | commitdiff |
2001-03-04 |
Robert Spalek | added cf_default_{init,done} for setting the default... |
tree | commitdiff |
2001-03-04 |
Robert Spalek | added obuck_size() returning the size of bucket file... |
tree | commitdiff |
2001-03-03 |
Martin Mares | Moved fp_hash() to index.h. |
tree | commitdiff |
2001-03-03 |
Martin Mares | Define FASTBUF_BYTES_PER_(O|P). |
tree | commitdiff |
2001-03-03 |
Martin Mares | Added indexer names for word and string type classes. |
tree | commitdiff |
2001-03-03 |
Martin Mares | Defined which string classes contain URL's and which... |
tree | commitdiff |
2001-03-02 |
Robert Spalek | added |
tree | commitdiff |
2001-03-02 |
Martin Mares | Replaced <sys/time.h> by <time.h> where appropriate. |
tree | commitdiff |
2001-03-01 |
Martin Mares | Defined a GET_TAGGED_CHAR macro to read our internal... |
tree | commitdiff |
2001-02-23 |
Martin Mares | Generate index cards. |
tree | commitdiff |
2001-02-23 |
Martin Mares | Indexing of strings. |
tree | commitdiff |
2001-02-22 |
Martin Mares | Some more chewer work... |
tree | commitdiff |
2001-02-20 |
Martin Mares | Added bgets0(). |
tree | commitdiff |
2001-02-20 |
Martin Mares | Added a useful macro for value clamping. |
tree | commitdiff |
2001-02-19 |
Martin Mares | Oops, breadb() was wrong. |
tree | commitdiff |
2001-02-19 |
Martin Mares | Added breadb() which acts just like bread(), but die... |
tree | commitdiff |
2001-02-16 |
Martin Mares | SORT_DELETE_INPUT works even with SORT_INPUT_FB. |
tree | commitdiff |
2001-02-16 |
Martin Mares | Declare fingerprints as 12 bytes, not 3 u32's. |
tree | commitdiff |
2001-02-16 |
Martin Mares | Added #define PACKED __attribute__((packed)). |
tree | commitdiff |
2001-02-16 |
Martin Mares | Added merger. |
tree | commitdiff |
2001-02-16 |
Martin Mares | Added unmapping and writeable mappings. |
tree | commitdiff |
2001-02-16 |
Martin Mares | Scanner improvements: create redirect backlinks, detect... |
tree | commitdiff |
2001-02-15 |
Martin Mares | Testing programs are not build by default. |
tree | commitdiff |
2001-02-15 |
Martin Mares | Added URL fingerprints. |
tree | commitdiff |
2001-02-15 |
Martin Mares | Added bputs0() -- put a null-terminated string. |
tree | commitdiff |
2001-02-10 |
Martin Mares | Shut up warnings. |
tree | commitdiff |
2001-02-09 |
Robert Spalek | added cf_item_count() |
tree | commitdiff |
2001-02-09 |
Robert Spalek | deleted unused variable prog |
tree | commitdiff |
2001-02-09 |
Robert Spalek | added sort-test |
tree | commitdiff |
2001-02-04 |
Martin Mares | Next version of the sorter -- both presorting and unify... |
tree | commitdiff |
2001-02-04 |
Robert Spalek | cf_get_item added |
tree | commitdiff |
2001-02-04 |
Martin Mares | First version of the sorter. No presorting phase yet. |
tree | commitdiff |
2001-02-04 |
Martin Mares | Added "is_temp_file" attribute which causes automatic... |
tree | commitdiff |
2001-01-28 |
Martin Mares | Don't log pid until log_fork() is called. |
tree | commitdiff |
2001-01-28 |
Martin Mares | Added __attribute__((format...)) to declaration of... |
tree | commitdiff |
2001-01-26 |
Martin Mares | oid's above OBUCK_OID_FIRST_SPECIAL are reserved for... |
tree | commitdiff |
2001-01-26 |
Martin Mares | obj_add_attr() now returns head of the attribute value... |
tree | commitdiff |
2001-01-26 |
Martin Mares | Added log_fork() which should be called after fork... |
tree | commitdiff |
2001-01-25 |
Martin Mares | Use xmalloc_zero(). |
tree | commitdiff |
2001-01-25 |
Martin Mares | Newlines and carriage returns are considered blanks... |
tree | commitdiff |
2001-01-23 |
Martin Mares | Word type 0 is reserved. |
tree | commitdiff |
2001-01-21 |
Robert Spalek | declaration cosmetic fix |
tree | commitdiff |
2001-01-21 |
Martin Mares | HTML parser basically works. A *lot* of things still... |
tree | commitdiff |
2001-01-21 |
Robert Spalek | memory pool for everything about configuration added |
tree | commitdiff |
2001-01-21 |
Martin Mares | Created a header which will contain description of... |
tree | commitdiff |
2001-01-21 |
Martin Mares | Added "direct buffer I/O" interface for those who want... |
tree | commitdiff |
2001-01-21 |
Martin Mares | Use xmalloc_zero() instead of xmalloc() followed by... |
tree | commitdiff |
2001-01-21 |
Martin Mares | Use xmalloc_zero() instead of xmalloc(), thus squashing... |
tree | commitdiff |
2001-01-21 |
Martin Mares | Introduced mp_alloc_zero(). |
tree | commitdiff |
2001-01-21 |
Martin Mares | Introduced xmalloc_zero(). |
tree | commitdiff |
2001-01-15 |
Martin Mares | Fixed a couple of bugs. |
tree | commitdiff |
2001-01-15 |
Robert Spalek | rewritten, enhanced, updated, fixed |
tree | commitdiff |
2001-01-15 |
Martin Mares | Added an explanatory comment. |
tree | commitdiff |
2001-01-14 |
Martin Mares | Guards, guards! |
tree | commitdiff |
2001-01-14 |
Martin Mares | Remember to link object.o to the library. :) |
tree | commitdiff |
2001-01-14 |
Martin Mares | Add sh_time_t type. |
tree | commitdiff |
2001-01-14 |
Martin Mares | Allow bclose(NULL). |
tree | commitdiff |
2001-01-14 |
Martin Mares | Guard against multiple inclusion. |
tree | commitdiff |
2001-01-14 |
Martin Mares | Import object attribute handling from old Sherlock. |
tree | commitdiff |
2001-01-14 |
Martin Mares | Keep up with conf.h changes. |
tree | commitdiff |
2001-01-14 |
Martin Mares | Keep in sync with pools.h changes. |
tree | commitdiff |
2001-01-14 |
Martin Mares | Renamed memory pool functions to "mp_*", so they don... |
tree | commitdiff |
2001-01-14 |
Martin Mares | Added DEFAULT_CONFIG define which tells us the name... |
tree | commitdiff |
2001-01-14 |
Martin Mares | Moved #include <getopt.h> to conf.h. |
tree | commitdiff |
2001-01-14 |
Martin Mares | Switch to new logging functions. |
tree | commitdiff |
2001-01-14 |
Martin Mares | New logging mechanism. Also cleaned up lib.h. |
tree | commitdiff |
2001-01-14 |
Robert Spalek | lib/conf.[ch] rewritten |
tree | commitdiff |
2001-01-08 |
Robert Spalek | added tester for conf.c, already tested and it works |
tree | commitdiff |
2001-01-08 |
Robert Spalek | bugfixes |
tree | commitdiff |
2001-01-07 |
Robert Spalek | written parsing config files and command line parameter... |
tree | commitdiff |
2001-01-07 |
Martin Mares | When checking/fixing bucket file structure, adjust... |
tree | commitdiff |
2001-01-07 |
Martin Mares | Added a simple utility for handling of buckets and... |
tree | commitdiff |
2001-01-07 |
Martin Mares | Squashed a signedness warning. |
tree | commitdiff |
2001-01-07 |
Martin Mares | Added sh_ftruncate(), but it currently works only on... |
tree | commitdiff |
2001-01-07 |
Martin Mares | bread() now returns the number of bytes read instead... |
tree | commitdiff |
2001-01-07 |
Martin Mares | Use OBUCK_INCOMPLETE_MAGIC for incomplete entries. |
tree | commitdiff |
2001-01-05 |
Martin Mares | Rewrote to use pread/pwrite() and to avoid messing... |
tree | commitdiff |
2001-01-05 |
Martin Mares | Preliminary version of object bucket code. |
tree | commitdiff |
2000-12-11 |
Martin Mares | Added support for memory debuggers (efence and [unteste... |
tree | commitdiff |
2000-12-11 |
Martin Mares | Fixed includes, defines and copyrights. |
tree | commitdiff |
2000-12-06 |
Martin Mares | #include <errno.h> |
tree | commitdiff |
2000-12-05 |
Martin Mares | Added a couple of FIXME's. |
tree | commitdiff |
2000-12-05 |
Martin Mares | Revived the old chartype macros. |
tree | commitdiff |
2000-12-05 |
Martin Mares | Add directory to all includes. |
tree | commitdiff |
2000-12-05 |
Martin Mares | Squashed a couple of warnings. |
tree | commitdiff |
2000-12-05 |
Martin Mares | New Makefiles. |
tree | commitdiff |
2000-10-29 |
Martin Mares | Implemented long tags and section limits (must be enabl... |
tree | commitdiff |
2000-10-28 |
Martin Mares | New I/O library. |
tree | commitdiff |
2000-08-02 |
Martin Mares | Support database sizes from 2G to 4G. |
tree | commitdiff |
next |