2004-06-23 |
Robert Spalek | MJ's idea: |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Robert Spalek | MJ's suggestion: |
commit | commitdiff | tree | snapshot |
2004-06-23 |
Robert Spalek | incorporated MJ's suggestions: |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Martin Mares | Allow empty host name for unknown URL schemes. |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Robert Spalek | oops, one missing volatile :-) |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Robert Spalek | crash tests changed: |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Robert Spalek | added lizard-safe |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Robert Spalek | - lizard.c split into lizard.c and lizard-safe.c |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Robert Spalek | - low-level safe version of lizard_decompress() put... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | print a fancy message when SIGSEGV is caught at the... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | tested the wrapper guarding the safe decompression |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | added a wrapper for safe decompression (the page behind... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | lizzard -> lizard |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | improved the test tool, now it is easy to verify the... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | added lizzard |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | updated the maximum prolong-factor |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | sped up approximately 6 times: |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Robert Spalek | debugged, now it is fully functional: |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Robert Spalek | implemented fast compression and decompression routines |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Martin Mares | Improved cvslog script. |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | When processing the `-S' option, work on a copy, so... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | Removed redundant <stdarg.h>. |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | Split logging functions to two files to avoid linking... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | The logger now exports the name of the current log... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | stralloc -> strdup. |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | Added xstrdup() and new logging functions. |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | Added functions for manual control of log switching... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | cfg_stralloc() -> cfg_strdup() and use mp_strdup()... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | Renamed stralloc() to xstrdup() to be consistent with... |
commit | commitdiff | tree | snapshot |
2004-05-10 |
Martin Mares | Oops, this worked only by a chance. |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Martin Mares | Added the new pool-str module. |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Martin Mares | Added mp_strcat() and mp_multicat(). |
commit | commitdiff | tree | snapshot |
2004-04-20 |
Martin Mares | Fixed the comment. |
commit | commitdiff | tree | snapshot |
2004-04-19 |
Robert Spalek | - 0x08 (BACKSPACE) is a blank character and it is accep... |
commit | commitdiff | tree | snapshot |
2004-04-18 |
Martin Mares | Changed locking rules. Scans and appends can peacefully... |
commit | commitdiff | tree | snapshot |
2004-04-16 |
Martin Mares | When logging to a file, redirect fd1 to the log file... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Multi-part objects (with header and body separated... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Got tired by repeating the same `gather pieces from... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Added a simple test. |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Add new modules. |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Use format_exit_status(). One more ASSERT. |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Including <stdarg.h> in lib/lib.h enables us to finally... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Added exitstatus and runcmd functions. Finally decided... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Added a couple of functions for running of external... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Added a new module for formatting of process exit statu... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Martin Mares | Added one more check. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Martin Mares | More enhancement to the main loop library: Export all... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Martin Mares | Read and write functions accept void pointers instead... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Martin Mares | Added a universal main loop with timers, file descripto... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Martin Mares | Interface to our own regex library. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Martin Mares | Better explanation. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Martin Mares | After another couple of hours spent digging in regular... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Martin Mares | One more deadly testcase. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Martin Mares | Added configuration options for libpcre. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Martin Mares | Converted regex module testing to the new test framework. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Martin Mares | Added a very simple utility for performing unit tests... |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Martin Mares | Our regex functions are now able to interface to old... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Martin Mares | Make regex-t compile. |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Martin Mares | Welcome to v3.2 world on the mainline :) |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Martin Mares | Seek to end of an empty fbmem stream needs a special... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Robert Spalek | Ctrl-L is marked blank |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Martin Mares | When we try to create a temporary file and it already... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Martin Mares | Bumped the version number to 3.1. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Martin Mares | Added REV_COMPARE(x,y) which is equivalent to COMPARE... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Martin Mares | `buckettools -c' now uses fastbufs for output. |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Martin Mares | Hopefully finally sorted out the "http://www.xyz.cz... |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Martin Mares | Hmmm, COMPILE_ASSERT is a better name. |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Martin Mares | Added CPP_ASSERT. |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Martin Mares | Forgot to add this one. |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Martin Mares | Cleaned up the ancient chartype functions: kicked out... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Martin Mares | Removed hopefully all implicit dependencies on file... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Martin Mares | CF_USAGE_TAB can be used to insert more tabs to the... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Martin Mares | Added mp_strdup(). |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Martin Mares | Blank lines are considered separators, not terminators... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Martin Mares | "http://hell.org?xyz" really is a valid URL. Also check... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Martin Mares | Moved struct card_prints to index.h, because it's used... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Martin Mares | Declare variables for library names in the top-level... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Martin Mares | Introduced COMPARE macro for use in sorter callbacks. |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Martin Mares | Don't forget to load config file. |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Martin Mares | Added testing routines for URL key calculator. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Martin Mares | Supply default element swapping macro. |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Martin Mares | Any non-zero value enables an option. (Allows CONFIG_NU... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Martin Mares | Nested conditionals were processed incorrectly. Also... |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Martin Mares | Added STRINGIFY macro. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Martin Mares | If `-S' or `-C' is given after some other options ... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Martin Mares | IP access lists now accept both netmasks and prefix... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Martin Mares | Hours have 3600 seconds, days have 1440 minutes :) |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Martin Mares | Added "hour" and "day" units. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Martin Mares | MD5 didn't work on big-endian machines, because it... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Martin Mares | Use int instead of pid_t. At the first glance, this... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Robert Spalek | typo fixed |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Martin Mares | Reverted the locking back to original unsafe (but in... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Martin Mares | Replacing of buckets during shakedown didn't work. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Martin Mares | Use obuck_bucket_size() whereever possible. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Martin Mares | Add obuck_bucket_size(). |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Martin Mares | Use brewind() where appropriate. |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Martin Mares | The combination of bflush() with bsetpos() to the begin... |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Martin Mares | obuck_predict_last_oid() can be made safe easily. |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Martin Mares | Rewritten shake down of bucket file. |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Martin Mares | Don't create large bit arrays on stack. (The default... |
commit | commitdiff | tree | snapshot |
next |