2001-03-07 |
Martin Mares | Don't crash when the last fragment is of zero length.
|
commit | commitdiff | tree |
2001-03-06 |
Martin Mares | The StringMap file contains an end marker pointing...
|
commit | commitdiff | tree |
2001-03-05 |
Martin Mares | Introduced obuck_get_pos(), converted gatherd limits...
|
commit | commitdiff | tree |
2001-03-05 |
Martin Mares | Removed cf_read() and cf_default_*().
|
commit | commitdiff | tree |
2001-03-03 |
Martin Mares | Moved fp_hash() to index.h.
|
commit | commitdiff | tree |
2001-03-03 |
Martin Mares | Define FASTBUF_BYTES_PER_(O|P).
|
commit | commitdiff | tree |
2001-03-03 |
Martin Mares | Added indexer names for word and string type classes.
|
commit | commitdiff | tree |
2001-03-03 |
Martin Mares | Defined which string classes contain URL's and which...
|
commit | commitdiff | tree |
2001-03-02 |
Martin Mares | Updated the charset conversion library to UniCode 3.0.
|
commit | commitdiff | tree |
2001-03-02 |
Martin Mares | Replaced <sys/time.h> by <time.h> where appropriate.
|
commit | commitdiff | tree |
2001-03-01 |
Martin Mares | Fixed bug in generating UTF-8 for codes >= 0x800.
|
commit | commitdiff | tree |
2001-03-01 |
Martin Mares | Defined a GET_TAGGED_CHAR macro to read our internal...
|
commit | commitdiff | tree |
2001-02-23 |
Martin Mares | Generate index cards.
|
commit | commitdiff | tree |
2001-02-23 |
Martin Mares | Indexing of strings.
|
commit | commitdiff | tree |
2001-02-22 |
Martin Mares | Some more chewer work...
|
commit | commitdiff | tree |
2001-02-20 |
Martin Mares | Added bgets0().
|
commit | commitdiff | tree |
2001-02-20 |
Martin Mares | Added a useful macro for value clamping.
|
commit | commitdiff | tree |
2001-02-19 |
Martin Mares | Oops, breadb() was wrong.
|
commit | commitdiff | tree |
2001-02-19 |
Martin Mares | Added breadb() which acts just like bread(), but die...
|
commit | commitdiff | tree |
2001-02-16 |
Martin Mares | SORT_DELETE_INPUT works even with SORT_INPUT_FB.
|
commit | commitdiff | tree |
2001-02-16 |
Martin Mares | Declare fingerprints as 12 bytes, not 3 u32's.
|
commit | commitdiff | tree |
2001-02-16 |
Martin Mares | Added #define PACKED __attribute__((packed)).
|
commit | commitdiff | tree |
2001-02-16 |
Martin Mares | Added merger.
|
commit | commitdiff | tree |
2001-02-16 |
Martin Mares | Added unmapping and writeable mappings.
|
commit | commitdiff | tree |
2001-02-16 |
Martin Mares | Scanner improvements: create redirect backlinks, detect...
|
commit | commitdiff | tree |
2001-02-15 |
Martin Mares | Testing programs are not build by default.
|
commit | commitdiff | tree |
2001-02-15 |
Martin Mares | Added URL fingerprints.
|
commit | commitdiff | tree |
2001-02-15 |
Martin Mares | Added bputs0() -- put a null-terminated string.
|
commit | commitdiff | tree |
2001-02-10 |
Martin Mares | Shut up warnings.
|
commit | commitdiff | tree |
2001-02-04 |
Martin Mares | Next version of the sorter -- both presorting and unifying...
|
commit | commitdiff | tree |
2001-02-04 |
Martin Mares | First version of the sorter. No presorting phase yet.
|
commit | commitdiff | tree |
2001-02-04 |
Martin Mares | Added "is_temp_file" attribute which causes automatic...
|
commit | commitdiff | tree |
2001-01-28 |
Martin Mares | Don't log pid until log_fork() is called.
|
commit | commitdiff | tree |
2001-01-28 |
Martin Mares | Added __attribute__((format...)) to declaration of...
|
commit | commitdiff | tree |
2001-01-26 |
Martin Mares | oid's above OBUCK_OID_FIRST_SPECIAL are reserved for...
|
commit | commitdiff | tree |
2001-01-26 |
Martin Mares | obj_add_attr() now returns head of the attribute value...
|
commit | commitdiff | tree |
2001-01-26 |
Martin Mares | Added log_fork() which should be called after fork...
|
commit | commitdiff | tree |
2001-01-25 |
Martin Mares | Use xmalloc_zero().
|
commit | commitdiff | tree |
2001-01-25 |
Martin Mares | Newlines and carriage returns are considered blanks...
|
commit | commitdiff | tree |
2001-01-23 |
Martin Mares | Word type 0 is reserved.
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | HTML parser basically works. A *lot* of things still...
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | Added the genhash utility (simple gperf replacement).
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | Added functions for reading/writing UTF-8 characters...
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | Created a header which will contain description of...
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | Added "direct buffer I/O" interface for those who want...
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | Use xmalloc_zero() instead of xmalloc() followed by...
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | Use xmalloc_zero() instead of xmalloc(), thus squashing...
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | Introduced mp_alloc_zero().
|
commit | commitdiff | tree |
2001-01-21 |
Martin Mares | Introduced xmalloc_zero().
|
commit | commitdiff | tree |
2001-01-17 |
Martin Mares | Exported conversions between internal character codes...
|
commit | commitdiff | tree |
2001-01-15 |
Martin Mares | Fixed a couple of bugs.
|
commit | commitdiff | tree |
2001-01-15 |
Martin Mares | Added an explanatory comment.
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Guards, guards!
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Remember to link object.o to the library. :)
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Add sh_time_t type.
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Allow bclose(NULL).
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Guard against multiple inclusion.
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Import object attribute handling from old Sherlock.
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Keep up with conf.h changes.
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Keep in sync with pools.h changes.
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Renamed memory pool functions to "mp_*", so they don...
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Added DEFAULT_CONFIG define which tells us the name...
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Moved #include <getopt.h> to conf.h.
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | Switch to new logging functions.
|
commit | commitdiff | tree |
2001-01-14 |
Martin Mares | New logging mechanism. Also cleaned up lib.h.
|
commit | commitdiff | tree |
2001-01-07 |
Martin Mares | When checking/fixing bucket file structure, adjust...
|
commit | commitdiff | tree |
2001-01-07 |
Martin Mares | Added a simple utility for handling of buckets and...
|
commit | commitdiff | tree |
2001-01-07 |
Martin Mares | Squashed a signedness warning.
|
commit | commitdiff | tree |
2001-01-07 |
Martin Mares | Added sh_ftruncate(), but it currently works only on...
|
commit | commitdiff | tree |
2001-01-07 |
Martin Mares | bread() now returns the number of bytes read instead...
|
commit | commitdiff | tree |
2001-01-07 |
Martin Mares | Use OBUCK_INCOMPLETE_MAGIC for incomplete entries.
|
commit | commitdiff | tree |
2001-01-05 |
Martin Mares | Rewrote to use pread/pwrite() and to avoid messing...
|
commit | commitdiff | tree |
2001-01-05 |
Martin Mares | Preliminary version of object bucket code.
|
commit | commitdiff | tree |
2000-12-11 |
Martin Mares | Added support for memory debuggers (efence and [untested...
|
commit | commitdiff | tree |
2000-12-11 |
Martin Mares | Fixed includes, defines and copyrights.
|
commit | commitdiff | tree |
2000-12-06 |
Martin Mares | #include <errno.h>
|
commit | commitdiff | tree |
2000-12-05 |
Martin Mares | Added a couple of FIXME's.
|
commit | commitdiff | tree |
2000-12-05 |
Martin Mares | Revived the old chartype macros.
|
commit | commitdiff | tree |
2000-12-05 |
Martin Mares | Add path to all includes.
|
commit | commitdiff | tree |
2000-12-05 |
Martin Mares | Add directory to all includes.
|
commit | commitdiff | tree |
2000-12-05 |
Martin Mares | Squashed a couple of warnings.
|
commit | commitdiff | tree |
2000-12-05 |
Martin Mares | Added build tools.
|
commit | commitdiff | tree |
2000-12-05 |
Martin Mares | New Makefiles.
|
commit | commitdiff | tree |
2000-12-05 |
Martin Mares | Added character class definitions, formerly in lib...
|
commit | commitdiff | tree |
2000-10-29 |
Martin Mares | Implemented long tags and section limits (must be enabled...
|
commit | commitdiff | tree |
2000-10-28 |
Martin Mares | New I/O library.
|
commit | commitdiff | tree |
2000-08-02 |
Martin Mares | Support database sizes from 2G to 4G.
|
commit | commitdiff | tree |
2000-08-02 |
Martin Mares | Don't cry when pread/pwrite is not available.
|
commit | commitdiff | tree |
2000-08-02 |
Martin Mares | Rewrote large file support. Instead of mucking with...
|
commit | commitdiff | tree |
2000-07-13 |
Martin Mares | Added "-t" switch.
|
commit | commitdiff | tree |
2000-07-13 |
Martin Mares | Recalculate directory position when cascading splits.
|
commit | commitdiff | tree |
2000-07-13 |
Martin Mares | Added a utility for rebuilding of databases.
|
commit | commitdiff | tree |
2000-07-13 |
Martin Mares | Replaced the hash function. Damn it!
|
commit | commitdiff | tree |
2000-06-04 |
Martin Mares | Define _GNU_SOURCE, so that pread/pwrite work with...
|
commit | commitdiff | tree |
2000-06-04 |
Martin Mares | Use %Y instead of %y.
|
commit | commitdiff | tree |
2000-01-20 |
Martin Mares | Added a bunch of includes, so that hex compiles.
|
commit | commitdiff | tree |
2000-01-14 |
Martin Mares | Removed few by now obsolete assertions.
|
commit | commitdiff | tree |
1999-12-10 |
Martin Mares | Stupid bug.
|
commit | commitdiff | tree |
1999-12-10 |
Martin Mares | Modified verbose mode.
|
commit | commitdiff | tree |
1999-11-20 |
Martin Mares | Make it compile in GDBM mode.
|
commit | commitdiff | tree |
next |