2002-10-03 |
Martin Mares | Added a temporary hack for testing of fb-mmap. Please... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Martin Mares | The is_temp_file variable was originally a good idea... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Martin Mares | The fb-mmap module, now read/write. Still needs a lot... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Martin Mares | When writing, the data needn't start at the beginning... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Martin Mares | Recognize not only user names, but also passwords. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Robert Spalek | added base64 module, it is imported from somewhere :)) |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Martin Mares | After a lot of benchmarking replaced the old super... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Introduced bfdopen_shared() which behaves like bfdopen... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Damned automatic typecasts! |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Better avoid the brain-dead encoding " " as "+" when... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Fix escaping of "+" characters in outgoing parameters... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Oops, the card array was reversed! |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Forgot to commit with the rest of fastbuf changes. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Adapted to new fastbufs. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Adapted the bucket code to new fastbufs. Stream positio... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Martin Mares | Major cleanup of fastbufs: |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Martin Mares | Robert> uff, na prvni pohled nic nechapu, asi je to... |
commit | commitdiff | tree | snapshot |
2002-09-18 |
Martin Mares | Debug output now calls a given subroutine instead of... |
commit | commitdiff | tree | snapshot |
2002-09-17 |
Martin Mares | Added functions for automatic processing of script... |
commit | commitdiff | tree | snapshot |
2002-09-06 |
Martin Mares | Added first two functions of the Poor Man's CGI module. |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Martin Mares | More improvements of the Query module. |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Martin Mares | Added a simple Perl module for connecting to search... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Martin Mares | Export functions for explicit locking. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Martin Mares | The shell config helper now knows how to parse multiple... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Martin Mares | Added a quick-check mode which does bucket file checks... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Martin Mares | As usually, stuff in lib/* is LGPL'ed. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Martin Mares | Allow setting of default configuration file. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Martin Mares | Moved shell script support commands to lib/shell. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Martin Mares | Added a Perl module for parsing options and configuration. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Martin Mares | Allow SEEK_END. (I plan to rewrite seek in fbmem stream... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Martin Mares | Deleted the .SECONDARY hack -- (1) it only patched... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | Split bdirect_read to prepare and commit part (similarl... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | Tabs are legal in attribute values. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | Forgot to decrease URL_PROTO_MAX when deleting sql... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | If not debugging, compile at least ASSERT(0) as call... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | Oops, forgot WT_FILE there. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | Need a cast if sh_off_t is short. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | Forgot WT_LINK. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | Added license notices to all library files which are... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Martin Mares | Finally found the cause of make remaking unnecessary... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Martin Mares | Deleted too much. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Martin Mares | Site compression turned to a configurable feature. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Martin Mares | Moved customizations for Centrum to centrum/custom. |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Martin Mares | After discussing the future of the SQL gatherer module... |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Martin Mares | Cut-and-paste comments :-) |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Martin Mares | Failed ASSERT now dumps core. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Martin Mares | Oops, a memory leak in the presorter. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Martin Mares | Expand shell metacharacters (most importantly "~")... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Martin Mares | No more a development version. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Martin Mares | Added an "install" target. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Martin Mares | Oops, forgot a ')'. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Martin Mares | WORD_TYPES_HIDDEN shouldn't be considered META by default. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Robert Spalek | added v?xprintf() functions, they will be used in the... |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Robert Spalek | HASH_WANT_FIND_NEXT fixed and its declaration changed |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Robert Spalek | added the capability of hashing/finding more records... |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Martin Mares | Increase line buffer sizes to 4096 bytes. Current gathe... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Martin Mares | Due to a bug, the "fsck" mode was unable to fix broken... |
commit | commitdiff | tree | snapshot |
2002-07-05 |
Martin Mares | When an inconsistency is encountered while shaking... |
commit | commitdiff | tree | snapshot |
2002-06-27 |
Martin Mares | When moving attributes, don't break the chain. |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Martin Mares | Implemented merging of catalog attributes to the index... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Martin Mares | Removed obsolete examples of custom attributes. The... |
commit | commitdiff | tree | snapshot |
2002-06-23 |
Martin Mares | When O_APPEND is given to bopen(), don't forget to... |
commit | commitdiff | tree | snapshot |
2002-06-22 |
Martin Mares | dmalloc and efence work again (ported from rel-2.1... |
commit | commitdiff | tree | snapshot |
2002-06-19 |
Martin Mares | malloc -> xmalloc. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Martin Mares | Introduced SKIP_TAGGED_CHAR. |
commit | commitdiff | tree | snapshot |
2002-06-18 |
Martin Mares | UTF8_SKIP now recognizes the real end of the UTF-8... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Martin Mares | Added a macro UTF8_SKIP for skipping a UTF-8 character... |
commit | commitdiff | tree | snapshot |
2002-06-08 |
Martin Mares | New functions for manipulating attribute lists: obj_pre... |
commit | commitdiff | tree | snapshot |
2002-06-08 |
Martin Mares | Merging IS branch: New customization code and its use... |
commit | commitdiff | tree | snapshot |
2002-06-08 |
Martin Mares | The universal hash table generator now uses prime table... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Robert Spalek | SHIFT_BITS changed from 5 to 7 to fit the UCS-2 strings... |
commit | commitdiff | tree | snapshot |
2002-06-05 |
Robert Spalek | loop unrolling turned on for hashfunc.o |
commit | commitdiff | tree | snapshot |
2002-06-05 |
Robert Spalek | wow! i have optimized str_len_uns() yet more :-) ... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Robert Spalek | CONST attribute of functions noted in a better place |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Martin Mares | Moved MAX_COMPLEX_LEN to index.h. |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Robert Spalek | - str_hash.[ch] renamed to hashfunc.[ch], the functions... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Robert Spalek | __attribute__((const)) replaced by CONST |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Martin Mares | If have GET_O and GET_P, we should have PUT_O and PUT_P... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Martin Mares | Prevent multiple inclusion. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Martin Mares | ST_BACKREF is gone. Frame backlinks are not indexed... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Robert Spalek | after a long time of experimenting, added a support... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Robert Spalek | when testing benchmarks of string operations, a user... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Robert Spalek | added macro UNALIGNED_PART() |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Martin Mares | Warning fixes. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Martin Mares | Added a macro for __attribute__((const)). |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Martin Mares | Make PROF_STR really work. |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Martin Mares | Index reftexts, but don't search in them by default. |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Martin Mares | Added block hash function. |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Martin Mares | Added word types for file name keywords and link texts. |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Martin Mares | Don't forget to define SHERLOCK_HAVE_PREAD. |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Martin Mares | Shut up signed/unsigned warnings. |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Martin Mares | Added bopen_tmp() for opening of temporary files. |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Robert Spalek | - added str_hash.[ch] for fast evaluation of str_len... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Martin Mares | mmap_file() calls die() instead of returning failure. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Martin Mares | Image objects are now marked with a special flag and... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Martin Mares | Added bget_tagged_char(). |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Martin Mares | Need to include unicode.h for GET_UTF8. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Martin Mares | Use one-parameter bungetc() everywhere. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Martin Mares | bungetc() is no longer passed the character to unget... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Martin Mares | Changed null version of prof_format(), so that we don... |
commit | commitdiff | tree | snapshot |
next |