Remove obsolete reference to config.new
[privoxy.git] / miscutil.c
2020-11-25 Fabian KeilFix comment typos
2020-10-09 Fabian KeilAdd string_tolower()
2020-09-07 Fabian KeilRemove the fallback snprintf() implementation
2020-09-07 Fabian KeilRemove OS/2 support
2020-06-08 Fabian KeilBump copyright
2020-06-08 Fabian KeilAdd privoxy_gmtime_r() so we can simplify some code
2020-06-08 Fabian Keilwrite_pid_file(): Rename pidfile to pid_file
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2018-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-11-12 Fabian KeilBump copyright
2018-11-12 Fabian KeilAdd delay-response{} action
2018-10-23 Fabian KeilRemove support for AmigaOS
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2018-03-01 Fabian KeilChange write_pid_file()'s prototype to take the path...
2017-08-12 Fabian KeilWarn when compiling without calloc()
2017-06-08 Fabian KeilLet write_pid_file() terminate if the pid file can...
2017-05-29 Fabian KeilLet zalloc() use calloc() if it's available
2017-05-04 Fabian KeilUse arc4random() if it's available
2016-07-23 Leeso the next person doesn't waste any time wondering why
2016-02-26 Fabian KeilAdd zalloc_or_die()
2016-01-16 Fabian KeilBump copyright year
2015-08-12 Fabian Keilmalloc_or_die(): Catch and prevent attempted zero-size...
2012-11-24 Fabian KeilMove string_move() into miscutil.c and make it extern
2012-07-23 Fabian KeilAdd malloc_or_die() which will allow to simplify code...
2012-03-09 Fabian KeilFollow-up fixes for the previous white-space changes
2012-03-09 Fabian KeilAdd missing white-space behind if's and the following...
2012-03-09 Fabian KeilFix white-space around parentheses
2012-03-04 Fabian KeilAdd strdup_or_die() which will allow to simplify code...
2012-03-04 Fabian KeilRename ijb_foo macros to privoxy_foo
2012-03-04 Fabian KeilShorten bindup()
2012-03-04 Fabian KeilFix hash_string()'s description
2012-03-04 Fabian KeilShorten zalloc()'s description to the part that makes...
2011-09-04 Fabian KeilDitch trailing whitespace
2011-05-22 Fabian KeilGarbage collect the strdup() replacement for mingw32
2011-05-22 Fabian KeilGarbage collect safe_strerror() which isn't used anywhere
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2009-05-19 Fabian KeilHelp clang understand that we aren't dereferencing...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2008-12-04 Fabian KeilFix some cparser warnings.
2008-10-18 Fabian KeilImprove seed used by pick_from_range() on mingw32.
2008-09-07 Fabian KeilAdd mutex lock support for _WIN32.
2008-09-04 Fabian KeilPrepare for critical sections on Windows by adding a
2008-04-17 Fabian KeilMove simplematch() into urlmatch.c as it's only
2008-03-24 Fabian KeilPet gcc43.
2007-12-01 Fabian KeilSome sanity checks for pick_from_range().
2007-11-03 Fabian KeilLog the "weak randomization factor" warning only
2007-09-19 Fabian KeilIf privoxy_strlcpy() is called with a "buffer" size
2007-09-09 Fabian KeilTurn privoxy_strlcpy() into a function and try to work...
2007-08-19 Fabian KeilFix a conversion warning.
2007-06-17 Fabian Keil#ifdef _WIN32 the last commit. According to David Shaw,
2007-06-10 Fabian KeilChange replacement timegm() to better match our style...
2007-05-11 Fabian Keil- Delete strsav() which was replaced
2007-04-09 Fabian KeilCheck for HAVE_SNPRINTF instead of __OS2__
2007-03-17 Fabian Keil- Use snprintf instead of sprintf.
2007-01-18 Fabian KeilDon't include replacement timegm() if
2006-12-26 Fabian KeilMutex protect rand() if POSIX threading
2006-11-07 Fabian KeilSilence compiler warning on NetBSD 3.1.
2006-09-23 Roland RosenfeldReplace TABs by spaces in source code.
2006-09-09 Fabian KeilIntegrated Oliver Yeoh's domain pattern fix
2006-08-18 David SchmidtTweak for OS/2 build happiness.
2006-08-17 Fabian Keil- Back to timegm() using GnuPG's replacement if necessary.
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-04-26 jongfosterFixing this Visual C++ warning:
2002-04-26 oesNew function string_toupper
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-07 oesFixed compiler warnings etc
2002-03-06 jongfosterRemoving tabs
2002-03-05 oesDeleted non-errlog debugging code
2002-03-04 oes- Deleted deletePidFile
2002-03-04 David SchmidtEnable web editing of actions file on OS/2 (it had...
2002-03-03 joergsMade jumbjuster work on AmigaOS again.
2002-01-21 jongfosterAdding string_join()
2001-12-30 steudten- Add signal handling (unix)
2001-11-13 jongfosterReplacing references to malloc.h with the standard...
2001-11-05 steudtenAdd changes to be a real daemon just for unix os.
2001-10-29 David SchmidtOS/2 native needed a snprintf() routine. Added one...
2001-10-26 oesMoved ijb_isspace and ijb_tolower to project.h
2001-10-23 jongfosterStandardising error codes in string_append
2001-10-22 David SchmidtSpecial-cased OS/2 out of the Netscape-abort-on-404...
2001-10-14 jongfosterNew function string_append() which is like strsav(...
2001-09-20 steudtenchange long to int as return value in hash_string(...
2001-09-13 jongfosterFixing potential problems with characters >=128 in...
2001-09-10 oesSilenced compiler warnings
2001-07-13 oesRemoved vim-settings
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oesRemoved logentry from cancelled commit
2001-06-09 jongfosterChanging BUFSIZ ==> BUFFER_SIZE
2001-06-07 jongfosterCosmetic indentation changes.
2001-06-07 joergsmake_path() no longer adds '/' if the dir already ends...
2001-06-07 swaslight mistake in make_path, unix path style is /.
2001-06-05 jongfosterNew function make_path() to splice directory and file...
2001-06-03 oesintroduced bindup()
2001-06-01 jongfosterChanging the calls to strerr() to check HAVE_STRERR...
2001-06-01 oesAdded character class matching to trivimatch; renamed...
2001-05-31 oes - Enhanced domain part globbing with infix and prefix...
2001-05-29 oes - Introduced chomp()
2001-05-29 jongfosterUnified blocklist/imagelist/permissionslist.
2001-05-15 oes*** empty log message *** v_2_9_3