2003-02-12 |
Martin Mares | Added (WORD|META)_TYPES_ALL_LANGS. |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Martin Mares | Tried to use libm for calculating logarithmic frequenci... |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Martin Mares | One more #fix. |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Martin Mares | Remember to use xfree(). |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Martin Mares | A stupid mistake. Former one. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Martin Mares | Added another version of bgets() which doesn't die... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Martin Mares | Removed a FIXME: the page cache balancing is certainly... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Martin Mares | Split word types and meta types also in the free version. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin Mares | Fixed off-by-one error. |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Martin Mares | Defined MAX_ATTR_SIZE and added checks to obj_write... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Martin Mares | Don't forget to update this one. |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Martin Mares | Object functions are numerous enough to deserve their... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | Added obj_write_nocheck which writes the object as... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | OBJ_POOL_SIZE no longer needed. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | Oops, forgot this one. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | Objects always live in somebody else's pool. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | The changes were worth updating copyright :) |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | Replaced various attempts to speed up use of obj_add_at... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | The $(LIBxxx) mechanism proved useful, so I'm switching... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | get_func comment was outdated. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | More configuration enhancements: |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin Mares | Moved indexer/oook.c (the catalogue & keyword processor... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Martin Mares | Oops, a bug in the profiler, causing time travels :) |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Martin Mares | Added functions for manipulating bit arrays. One day... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Robert Spalek | MJ has forgotten to add ASORT_EXTRA_ARGS at the end... |
commit | commitdiff | tree | snapshot |
2003-01-12 |
Martin Mares | Added function for measuring bucket file size (as an... |
commit | commitdiff | tree | snapshot |
2003-01-12 |
Martin Mares | Improved array sorter according to Robert's suggestions. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Martin Mares | When killing dots at the end of host name, remove _all_... |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Martin Mares | Added generic array sorter. |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Martin Mares | Line buffers are back on their original sizes, closes... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Martin Mares | In some cases, nextprime(x) could have been equal to... |
commit | commitdiff | tree | snapshot |
2002-11-11 |
Martin Mares | Fixed a off-by-one error in vlog(). |
commit | commitdiff | tree | snapshot |
2002-11-05 |
Robert Spalek | WT_LINK added into WORD_TYPES_META |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Martin Mares | Worked around problems with "www.xyz.cz" and "xyz.cz... |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Martin Mares | Removed xprintf() -- it was very ugly and its only... |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Martin Mares | Added printf on fastbuf streams. The current implementa... |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Martin Mares | Several bug fixes in the logger: |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Martin Mares | Documented limit on number of word types. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Martin Mares | Added support for shared libraries (CONFIG_SHARED switc... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Martin Mares | When installing, dereference all symlinks. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Martin Mares | Fixed bug in parse_tree() causing the parser to loop... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Martin Mares | Audited usage of MAX_WORD_LEN, fixed several bugs and... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Martin Mares | "Call me 2.3, please." |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Martin Mares | Install libraries as well. Closes bug #318. |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Martin Mares | Introduced obuck_slurp_pool() to make reading of the... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Martin Mares | bdirect_read_prepare() now returns 0 instead of EOF. |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Martin Mares | When bopen() is called with buffer size 0, it switches... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Martin Mares | Finished the fb-mmap module. Basic parameters are now... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Martin Mares | Squash warning with 32-bit sh_off_t. |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Martin Mares | Older versions of glibc don't have madvise. |
commit | commitdiff | tree | snapshot |
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 |
next |