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 |
1999-11-20 |
Martin Mares | Don't call pgc_page_pos, it no longer exists!
|
commit | commitdiff | tree |
1999-11-20 |
Martin Mares | Split page key to pos and fd. Wastes extra 4 bytes...
|
commit | commitdiff | tree |
1999-11-19 |
Martin Mares | New test and benchmark code.
|
commit | commitdiff | tree |
1999-11-19 |
Martin Mares | Fix return values.
|
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | Moved tests to extra file.
|
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | Added emulator of SDBM on top of GDBM.
|
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | Removed struct sdbm_buf.
|
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | Implemented database walking.
|
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | Added prototype version of the fast database management...
|
commit | commitdiff | tree |
1999-11-15 |
Martin Mares | Implemented pgc_get_zero().
|
commit | commitdiff | tree |
1999-11-13 |
Martin Mares | Position caching didn't work with multiple files.
|
commit | commitdiff | tree |
1999-11-13 |
Martin Mares | Added pgc_page_pos().
|
commit | commitdiff | tree |
1999-11-11 |
Martin Mares | Use pread/pwrite whenever available. In all other cases...
|
commit | commitdiff | tree |
1999-11-11 |
Martin Mares | Define pread() if available.
|
commit | commitdiff | tree |
1999-11-09 |
Martin Mares | Allow locked dirty pages. Better debugging. Simplified...
|
commit | commitdiff | tree |
1999-11-09 |
Martin Mares | Signedness fixes.
|
commit | commitdiff | tree |
1999-11-08 |
Martin Mares | Squash warnings...
|
commit | commitdiff | tree |
1999-11-08 |
Martin Mares | SHERLOCK_O_LARGEFILE is either O_LARGEFILE or 0 depending...
|
commit | commitdiff | tree |
1999-11-08 |
Martin Mares | New page cache.
|
commit | commitdiff | tree |
1999-11-08 |
Martin Mares | New list functions from BIRD project.
|
commit | commitdiff | tree |
next |