2006-09-10 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-09-10 |
Martin Mares | Added sh_fstat.
|
commit | commitdiff | tree |
2006-09-07 |
Martin Mares | Avoid using ~/.muttrc of the user invoking GIT.
|
commit | commitdiff | tree |
2006-07-27 |
Martin Mares | Cleaned up CFLAGS for Magick.
|
commit | commitdiff | tree |
2006-07-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-07-09 |
Martin Mares | When exporting libucw API, don't forget to add autoconf.h.
|
commit | commitdiff | tree |
2006-06-09 |
Martin Mares | Moved the default configuration from build/sherlock...
|
commit | commitdiff | tree |
2006-06-09 |
Martin Mares | Removed the CVS log analyser scripts, they are no longer...
|
commit | commitdiff | tree |
2006-06-09 |
Martin Mares | Moved check-customs to debug/, it's clearly a debugging...
|
commit | commitdiff | tree |
2006-05-27 |
Martin Mares | Replaced cf_string_node and cf_2string_node by more...
|
commit | commitdiff | tree |
2006-05-18 |
Martin Mares | When a failed test is encountered, continue with other...
|
commit | commitdiff | tree |
2006-05-17 |
Martin Mares | Added the core of merging hashes.
|
commit | commitdiff | tree |
2006-05-17 |
Martin Mares | Mention that the CONFIG_CS_STEMMER switch exists.
|
commit | commitdiff | tree |
2006-05-17 |
Martin Mares | Split fastbuf.c to three parts.
|
commit | commitdiff | tree |
2006-05-04 |
Martin Mares | CONST is not PURE. Thanks to Pavel for spotting that.
|
commit | commitdiff | tree |
2006-05-04 |
Martin Mares | Use LIKE_MALLOC and SENTINEL_CHECK for mempool operations.
|
commit | commitdiff | tree |
2006-05-04 |
Martin Mares | Corrected definition of the PURE attribute.
|
commit | commitdiff | tree |
2006-04-30 |
Martin Mares | When allocating dynamic arrays, respect alignment....
|
commit | commitdiff | tree |
2006-04-30 |
Martin Mares | Renamed conf-test.t to conf-test.cf, because .t usually...
|
commit | commitdiff | tree |
2006-04-30 |
Martin Mares | When diffing for mail reports, detect renames and copies.
|
commit | commitdiff | tree |
2006-04-30 |
Martin Mares | Replaced the DARY_ALLOC by a comment explaining when...
|
commit | commitdiff | tree |
2006-04-29 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-29 |
Martin Mares | Removed trailing whitespaces.
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | Introduced a configuration post-processor sherlock...
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | The --dumpconfig option stops the program after dumping.
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | Improved comments.
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | Added stk_strjoin() as well.
|
commit | commitdiff | tree |
2006-04-28 |
Martin Mares | Added a function for joining an array of strings, using...
|
commit | commitdiff | tree |
2006-04-27 |
Martin Mares | Removed the cf/sherlock2 hack (will move the config...
|
commit | commitdiff | tree |
2006-04-27 |
Martin Mares | Cleaned up access-lists.
|
commit | commitdiff | tree |
2006-04-26 |
Martin Mares | The addrmask type has its own dumper now.
|
commit | commitdiff | tree |
2006-04-26 |
Martin Mares | Lookup lists are no longer char**, but byte**.
|
commit | commitdiff | tree |
2006-04-26 |
Martin Mares | Dumpers don't return anything, especially not a void...
|
commit | commitdiff | tree |
2006-04-26 |
Martin Mares | If CONFIG_DEBUG is enabled, all programs support a...
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | CF_LOOKUP lists must end with NULL.
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | ipaccess filters now use CF_USER for (addr,mask) pairs...
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | Use CF_LOOKUP.
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | Don't end error messages with a comma.
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | More ipaccess work-arounds (will be gone soon).
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | Fixed operator priorities in cf_parse_ip().
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | A preliminary version of the new ipaccess module.
|
commit | commitdiff | tree |
2006-04-25 |
Martin Mares | Added CF_ARY_NUM and CF_JOURNAL_VAR.
|
commit | commitdiff | tree |
2006-04-24 |
Martin Mares | The "don't cf_load on error exit" optimization was...
|
commit | commitdiff | tree |
2006-04-24 |
Martin Mares | bopen_safe() in conf2 was leaking file descriptors...
|
commit | commitdiff | tree |
2006-04-24 |
Martin Mares | Started moving configuration sections to cf/sherlock2.
|
commit | commitdiff | tree |
2006-04-24 |
Martin Mares | Don't load the default config file when an invalid...
|
commit | commitdiff | tree |
2006-04-23 |
Martin Mares | Pointers to lists should be relative to current section...
|
commit | commitdiff | tree |
2006-04-19 |
Martin Mares | FIxed indentation.
|
commit | commitdiff | tree |
2006-04-19 |
Martin Mares | Slight improvements to comments.
|
commit | commitdiff | tree |
2006-04-12 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-12 |
Martin Mares | Cleaned up CONFIG_CENTRUM_xxx switches:
|
commit | commitdiff | tree |
2006-04-12 |
Martin Mares | Improved description of CONFIG_ALLOW_ANY.
|
commit | commitdiff | tree |
2006-04-12 |
Martin Mares | Test at least one configuration with CONFIG_ALLOW_ANY.
|
commit | commitdiff | tree |
2006-04-11 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-04-06 |
Martin Mares | Added a guard against double inclusion (out-of-order...
|
commit | commitdiff | tree |
2006-04-06 |
Martin Mares | Removing the images directory which has leaked from...
|
commit | commitdiff | tree |
2006-04-06 |
Martin Mares | Added a work-around for make's desires.
|
commit | commitdiff | tree |
2006-03-21 |
Martin Mares | Renamed fb-gbuf to fb-grow as Robert suggested.
|
commit | commitdiff | tree |
2006-03-20 |
Martin Mares | Exclude the TAGS file as well.
|
commit | commitdiff | tree |
2006-03-17 |
Martin Mares | Naming of the growing fastbuf was completely silly...
|
commit | commitdiff | tree |
2006-03-17 |
Martin Mares | Support seeks on fbbuf streams.
|
commit | commitdiff | tree |
2006-03-17 |
Martin Mares | Added a recyclable fastbuf over a growing buffer.
|
commit | commitdiff | tree |
2006-03-10 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-03-10 |
Martin Mares | Mux no longer crashes, removing the trap.
|
commit | commitdiff | tree |
2006-03-02 |
Martin Mares | gcc-4.1 should so far use the the same switches as...
|
commit | commitdiff | tree |
2006-03-02 |
Martin Mares | Merged with v3.8
|
commit | commitdiff | tree |
2006-02-28 |
Martin Mares | Merged with v3.8
|
commit | commitdiff | tree |
2006-02-27 |
Martin Mares | Reverted most of the Robert's confused commit (the...
|
commit | commitdiff | tree |
2006-02-24 |
Martin Mares | Debugging traps should dwell only in v3.8, so reverting...
|
commit | commitdiff | tree |
2006-02-24 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
|
commit | commitdiff | tree |
2006-02-24 |
Martin Mares | One more file to exclude.
|
commit | commitdiff | tree |
2006-02-24 |
Martin Mares | .cvsignore is no longer needed.
|
commit | commitdiff | tree |
2006-02-24 |
Martin Mares | Added the update hook script to the repository.
|
commit | commitdiff | tree |
2006-02-24 |
Martin Mares | Added an exclude file, symlink it to .git/info/exclude...
|
commit | commitdiff | tree |
2006-02-22 |
Martin Mares | Temporarily disabled signal trapping, backtraces over...
|
commit | commitdiff | tree |
2006-02-22 |
Martin Mares | Merged from rel-3-8:
|
commit | commitdiff | tree |
2006-02-22 |
Martin Mares | Hmm, there was one reference to mp->pid, but the ASSERT...
|
commit | commitdiff | tree |
2006-02-22 |
Martin Mares | Don't reset the pid field on process_del(), it's not...
|
commit | commitdiff | tree |
2006-02-12 |
Martin Mares | Mainline heads for v3.9.
|
commit | commitdiff | tree |
2006-02-12 |
Martin Mares | Centrum roles have changed.
|
commit | commitdiff | tree |
2006-02-12 |
Martin Mares | Centrum roles have changed.
|
commit | commitdiff | tree |
2006-01-29 |
Martin Mares | The Polish customization no longer has a default role.
|
commit | commitdiff | tree |
2006-01-29 |
Martin Mares | Made gcc-3.4 the default compiler for customization...
|
commit | commitdiff | tree |
2006-01-29 |
Martin Mares | Added getproctitle().
|
commit | commitdiff | tree |
2006-01-28 |
Martin Mares | Replaced the long-lived "close(0) if logging to file...
|
commit | commitdiff | tree |
2006-01-27 |
Martin Mares | Added bit_array_assign(), replaced BIT_ARRAY_ALLOC...
|
commit | commitdiff | tree |
2006-01-20 |
Martin Mares | main_init() really re-initializes everything. Previously...
|
commit | commitdiff | tree |
2006-01-20 |
Martin Mares | It seems that signal safety of time-related functions...
|
commit | commitdiff | tree |
2006-01-20 |
Martin Mares | Added a possibility of logging with microsecond timestamps.
|
commit | commitdiff | tree |
2006-01-16 |
Martin Mares | Cleaned up includes.
|
commit | commitdiff | tree |
2006-01-16 |
Martin Mares | xfree() macro has been turned into a regular function...
|
commit | commitdiff | tree |
2006-01-16 |
Martin Mares | Check partmap-is-mmap configuration as well.
|
commit | commitdiff | tree |
2006-01-16 |
Martin Mares | On 64-bit architectures, partmap is just an mmap.
|
commit | commitdiff | tree |
2006-01-16 |
Martin Mares | Instead of adding HEAP_INCREASE_POS as Tom requested...
|
commit | commitdiff | tree |
2006-01-16 |
Martin Mares | Fixed stk_strndup(): it works on non-terminated input...
|
commit | commitdiff | tree |
2005-12-14 |
Martin Mares | log() is now signal-safe.
|
commit | commitdiff | tree |
2005-12-07 |
Martin Mares | Added a (so far trivial) library of functions for shell...
|
commit | commitdiff | tree |
2005-12-06 |
Martin Mares | _GNU_SOURCE can be already defined by compiler switches...
|
commit | commitdiff | tree |
next |