2004-05-10 |
Martin Mares | When processing the `-S' option, work on a copy, so... |
tree | commitdiff |
2004-05-10 |
Martin Mares | Removed redundant <stdarg.h>. |
tree | commitdiff |
2004-05-10 |
Martin Mares | Split logging functions to two files to avoid linking... |
tree | commitdiff |
2004-05-10 |
Martin Mares | The logger now exports the name of the current log... |
tree | commitdiff |
2004-05-10 |
Martin Mares | stralloc -> strdup. |
tree | commitdiff |
2004-05-10 |
Martin Mares | Added xstrdup() and new logging functions. |
tree | commitdiff |
2004-05-10 |
Martin Mares | Added functions for manual control of log switching... |
tree | commitdiff |
2004-05-10 |
Martin Mares | cfg_stralloc() -> cfg_strdup() and use mp_strdup()... |
tree | commitdiff |
2004-05-10 |
Martin Mares | Renamed stralloc() to xstrdup() to be consistent with... |
tree | commitdiff |
2004-05-10 |
Martin Mares | Oops, this worked only by a chance. |
tree | commitdiff |
2004-05-03 |
Martin Mares | Added the new pool-str module. |
tree | commitdiff |
2004-05-03 |
Martin Mares | Added mp_strcat() and mp_multicat(). |
tree | commitdiff |
2004-04-20 |
Martin Mares | Fixed the comment. |
tree | commitdiff |
2004-04-19 |
Robert Spalek | - 0x08 (BACKSPACE) is a blank character and it is accep... |
tree | commitdiff |
2004-04-18 |
Martin Mares | Changed locking rules. Scans and appends can peacefully... |
tree | commitdiff |
2004-04-16 |
Martin Mares | When logging to a file, redirect fd1 to the log file... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Multi-part objects (with header and body separated... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Got tired by repeating the same `gather pieces from... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added a simple test. |
tree | commitdiff |
2004-04-10 |
Martin Mares | Add new modules. |
tree | commitdiff |
2004-04-10 |
Martin Mares | Use format_exit_status(). One more ASSERT. |
tree | commitdiff |
2004-04-10 |
Martin Mares | Including <stdarg.h> in lib/lib.h enables us to finally... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added exitstatus and runcmd functions. Finally decided... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added a couple of functions for running of external... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added a new module for formatting of process exit statu... |
tree | commitdiff |
2004-04-10 |
Martin Mares | Added one more check. |
tree | commitdiff |
2004-04-08 |
Martin Mares | More enhancement to the main loop library: Export all... |
tree | commitdiff |
2004-04-08 |
Martin Mares | Read and write functions accept void pointers instead... |
tree | commitdiff |
2004-04-07 |
Martin Mares | Added a universal main loop with timers, file descripto... |
tree | commitdiff |
2004-03-20 |
Martin Mares | Interface to our own regex library. |
tree | commitdiff |
2004-03-20 |
Martin Mares | Better explanation. |
tree | commitdiff |
2004-03-20 |
Martin Mares | After another couple of hours spent digging in regular... |
tree | commitdiff |
2004-03-20 |
Martin Mares | One more deadly testcase. |
tree | commitdiff |
2004-03-18 |
Martin Mares | Added configuration options for libpcre. |
tree | commitdiff |
2004-03-15 |
Martin Mares | Converted regex module testing to the new test framework. |
tree | commitdiff |
2004-03-14 |
Martin Mares | Our regex functions are now able to interface to old... |
tree | commitdiff |
2004-03-13 |
Martin Mares | Make regex-t compile. |
tree | commitdiff |
2004-03-13 |
Martin Mares | Welcome to v3.2 world on the mainline :) |
tree | commitdiff |
2004-03-12 |
Martin Mares | Seek to end of an empty fbmem stream needs a special... |
tree | commitdiff |
2004-03-08 |
Robert Spalek | Ctrl-L is marked blank |
tree | commitdiff |
2004-03-02 |
Martin Mares | When we try to create a temporary file and it already... |
tree | commitdiff |
2004-02-29 |
Martin Mares | Bumped the version number to 3.1. |
tree | commitdiff |
2004-02-28 |
Martin Mares | Added REV_COMPARE(x,y) which is equivalent to COMPARE... |
tree | commitdiff |
2004-02-28 |
Martin Mares | `buckettools -c' now uses fastbufs for output. |
tree | commitdiff |
2004-02-28 |
Martin Mares | Hopefully finally sorted out the "http://www.xyz.cz... |
tree | commitdiff |
2004-02-27 |
Martin Mares | Hmmm, COMPILE_ASSERT is a better name. |
tree | commitdiff |
2004-02-27 |
Martin Mares | Added CPP_ASSERT. |
tree | commitdiff |
2004-02-25 |
Martin Mares | Forgot to add this one. |
tree | commitdiff |
2004-02-25 |
Martin Mares | Cleaned up the ancient chartype functions: kicked out... |
tree | commitdiff |
2004-02-25 |
Martin Mares | Removed hopefully all implicit dependencies on file... |
tree | commitdiff |
2004-02-24 |
Martin Mares | CF_USAGE_TAB can be used to insert more tabs to the... |
tree | commitdiff |
2004-02-24 |
Martin Mares | Added mp_strdup(). |
tree | commitdiff |
2004-02-24 |
Martin Mares | Blank lines are considered separators, not terminators... |
tree | commitdiff |
2004-02-24 |
Martin Mares | "http://hell.org?xyz" really is a valid URL. Also check... |
tree | commitdiff |
2004-02-18 |
Martin Mares | Moved struct card_prints to index.h, because it's used... |
tree | commitdiff |
2004-02-15 |
Martin Mares | Introduced COMPARE macro for use in sorter callbacks. |
tree | commitdiff |
2004-02-15 |
Martin Mares | Don't forget to load config file. |
tree | commitdiff |
2004-02-15 |
Martin Mares | Added testing routines for URL key calculator. |
tree | commitdiff |
2004-02-10 |
Martin Mares | Supply default element swapping macro. |
tree | commitdiff |
2004-01-29 |
Martin Mares | Added STRINGIFY macro. |
tree | commitdiff |
2004-01-25 |
Martin Mares | If `-S' or `-C' is given after some other options ... |
tree | commitdiff |
2004-01-23 |
Martin Mares | IP access lists now accept both netmasks and prefix... |
tree | commitdiff |
2004-01-22 |
Martin Mares | Hours have 3600 seconds, days have 1440 minutes :) |
tree | commitdiff |
2004-01-22 |
Martin Mares | Added "hour" and "day" units. |
tree | commitdiff |
2004-01-22 |
Martin Mares | MD5 didn't work on big-endian machines, because it... |
tree | commitdiff |
2004-01-22 |
Martin Mares | Use int instead of pid_t. At the first glance, this... |
tree | commitdiff |
2004-01-19 |
Robert Spalek | typo fixed |
tree | commitdiff |
2004-01-17 |
Martin Mares | Reverted the locking back to original unsafe (but in... |
tree | commitdiff |
2004-01-16 |
Martin Mares | Replacing of buckets during shakedown didn't work. |
tree | commitdiff |
2004-01-16 |
Martin Mares | Use obuck_bucket_size() whereever possible. |
tree | commitdiff |
2004-01-16 |
Martin Mares | Add obuck_bucket_size(). |
tree | commitdiff |
2004-01-16 |
Martin Mares | Use brewind() where appropriate. |
tree | commitdiff |
2004-01-16 |
Martin Mares | The combination of bflush() with bsetpos() to the begin... |
tree | commitdiff |
2004-01-11 |
Martin Mares | obuck_predict_last_oid() can be made safe easily. |
tree | commitdiff |
2004-01-11 |
Martin Mares | Rewritten shake down of bucket file. |
tree | commitdiff |
2004-01-11 |
Martin Mares | Don't create large bit arrays on stack. (The default... |
tree | commitdiff |
2004-01-10 |
Martin Mares | GLUE_ again. |
tree | commitdiff |
2004-01-10 |
Martin Mares | Use GLUE_ instead of HASH_GLUE. |
tree | commitdiff |
2004-01-10 |
Martin Mares | Added GLUE and GLUE_ macros. |
tree | commitdiff |
2004-01-10 |
Martin Mares | When pre-sorting a regular file, use lib/arraysort... |
tree | commitdiff |
2004-01-10 |
Martin Mares | Use HASH_USE_POOL for configuration space allocations. |
tree | commitdiff |
2004-01-10 |
Martin Mares | Added HASH_AUTO_POOL option. |
tree | commitdiff |
2003-12-23 |
Tomas Valla | Do not print "[]". |
tree | commitdiff |
2003-12-23 |
Tomas Valla | Allow modules to change the log title, second attempt. |
tree | commitdiff |
2003-12-22 |
Tomas Valla | Other modules shoud be able to modify the log title. |
tree | commitdiff |
2003-12-15 |
Martin Mares | Another debugging switch: dump core on fatal errors. |
tree | commitdiff |
2003-12-15 |
Martin Mares | The debugging memory allocator is now enabled by DEBUG_... |
tree | commitdiff |
2003-12-11 |
Robert Spalek | deleted comment about fprecog |
tree | commitdiff |
2003-12-07 |
Martin Mares | Improved and cleaned up the bucket library. The origina... |
tree | commitdiff |
2003-12-03 |
Robert Spalek | index version reverted to v2.6 subversion 2, because... |
tree | commitdiff |
2003-12-02 |
Robert Spalek | index version incremented due to lexmap.h change |
tree | commitdiff |
2003-11-29 |
Martin Mares | One more item type: u64. |
tree | commitdiff |
2003-11-29 |
Martin Mares | Two improvements to the configuration language: |
tree | commitdiff |
2003-11-26 |
Robert Spalek | no need to cut www-prefix twice |
tree | commitdiff |
2003-11-22 |
Martin Mares | Replaced obuck_fetch_end() by bclose() (which is a... |
tree | commitdiff |
2003-11-22 |
Martin Mares | Added very simple functions for emulating a fastbuf... |
tree | commitdiff |
2003-11-17 |
Robert Spalek | 1. db/catalog.gz ---> db/catalog |
tree | commitdiff |
2003-11-15 |
Martin Mares | A better function for hashing integers (the old multipl... |
tree | commitdiff |
2003-11-13 |
Robert Spalek | I decided to turn off cf/url-equiv for indexation.... |
tree | commitdiff |
2003-11-06 |
Tomas Valla | Added some headers to avoid confusion of our own develo... |
tree | commitdiff |
next |