Disable fast-redirects for launchpad.net/
[privoxy.git] / loaders.c
2022-04-26 Fabian KeilAdd a client-body-tagger action
2022-04-17 Fabian KeilFEATURE_STATISTICS: Include all requests in the statistics
2020-12-30 Maxim AntonovAdd support for filering client request bodies
2020-09-17 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-09-11 Fabian Keilload_one_re_filterfile(): Fix format specifier in a...
2020-09-07 Fabian KeilRemove OS/2 support
2020-09-02 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-08-10 Fabian KeilAdd FEATURE_EXTENDED_STATISTICS to gather filter statistics
2020-08-10 Fabian KeilFix typo in error message
2020-06-02 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-05-28 Fabian KeilFix typo
2020-03-08 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-03-02 Fabian Keilfree_csp_resources(): Destroy csp->client_tags
2020-03-01 Fabian Keilfree_csp_resources(): Destroy csp->https_headers
2020-02-27 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2019-11-16 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2019-11-12 Fabian KeilFix an invalid free introduced in d01bb4028a9
2018-10-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-10-23 Fabian KeilFix compiler warnings
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-06-26 Fabian KeilRemove an obsolete NULL check
2017-06-26 Fabian KeilFree csp resources in the thread that belongs to the csp
2017-06-26 Fabian KeilFactor free_csp_resources() out of sweep()
2016-12-24 Fabian KeilAdd a --fuzz option
2016-05-25 Fabian KeilLet dynamic filters and taggers support a $listen-addre...
2016-05-22 Fabian KeilOptionally use the X-Forwarded-For header for client...
2016-05-08 Fabian Keiledit_read_line(): Remove a pointless pointer check...
2016-02-26 Fabian Keilloaders: Use strdup_or_die() more often
2016-02-26 Fabian KeilStart using zalloc_or_die()
2015-01-24 Fabian KeilProperly explain why the pcrs job couldn't be compiled
2014-06-02 Fabian KeilBump copyright
2014-06-02 Fabian KeilAdd support for external filters
2013-11-24 Fabian KeilRename (create|free)_url_spec() to _pattern_spec()
2013-11-24 Fabian KeilTurn url_spec into an union and rename it to pattern_spec
2013-01-13 Fabian KeilLet any_loaded_file_changed() check the trustfile as...
2012-12-07 Fabian KeilMake any_loaded_file_changed() more reliable
2012-10-21 Fabian KeilAdd optional client-side pipelining support
2012-07-23 Fabian KeilBump copyright year
2012-06-19 Fabian KeilFix a clang warning about integers and enums being...
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
2011-11-06 Fabian KeilRemove a noisy log message in any_loaded_file_changed()
2011-09-04 Fabian KeilDitch trailing whitespace
2011-07-30 Fabian KeilWhite-space fixes for add_loader() and run_loader()
2011-07-30 Fabian KeilRemove a useless NULL pointer check in load_trustfile()
2011-07-30 Fabian KeilRemove two useless NULL pointer checks in load_one_re_f...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-03-03 Fabian KeilDon't enforce a logical line length limit in read_confi...
2011-01-22 Fabian KeilFix various typos. Apparently I can't spell length...
2011-01-14 Fabian KeilRephrase a log message in any_loaded_file_changed().
2010-12-31 Fabian KeilDitch a pointless NULL-pointer check in load_trustfile().
2010-12-26 Fabian KeilDon't keep the client connection alive if any configura...
2010-07-21 Fabian KeilRemove the next member from the client_state struct.
2010-05-26 Leecreate a log record when reading an action, filter...
2009-09-26 Fabian KeilIn read_config_line(), turn overly long lines into...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-04-24 Fabian KeilAllow to limit the number of of client connections.
2009-03-04 Fabian KeilNo need to create empty strings manually, strdup("...
2009-03-01 Fabian KeilHelp clang understand that we aren't dereferencing
2008-09-21 Fabian KeilIf change-x-forwarded-for{add} is used and the client
2008-09-19 Fabian KeilAdd change-x-forwarded-for{} action to block or add
2008-03-30 Fabian KeilRename load_actions_file() and load_re_filterfile()
2008-03-21 Fabian KeilGarbage-collect csp->my_ip_addr_str and csp->my_hostname.
2007-12-07 Fabian KeilRemove now-obsolete csp member x_forwarded.
2007-06-01 Fabian KeilAdd unload_forward_spec() in preparation for forward...
2007-05-14 Fabian KeilDitch the csp member cookie_list[] which isn't used...
2007-04-30 Fabian KeilIntroduce dynamic pcrs jobs that can resolve variables.
2007-04-15 Fabian KeilIntroduce tags as alternative way to specify which
2007-03-20 Fabian KeilUse dedicated header filter actions instead of abusing...
2007-01-25 Fabian KeilFreez csp->error_message in sweep().
2006-12-31 Fabian KeilFix gcc43 compiler warnings.
2006-12-21 Fabian Keilhtml_encode filter descriptions.
2006-09-07 Fabian KeilTurns out trusted referrers above our arbitrary
2006-09-07 Fabian KeilFix typo.
2006-09-07 Fabian KeilIf too many trusted referrers are used,
2006-08-31 Fabian KeilWork around a buffer overflow that caused Privoxy to
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-04-24 oesJon's multiple AF patch: Sweep now takes care of all AFs
2002-04-19 jongfosterOptimize away a function call by using an equivalent...
2002-04-05 Gabor LiptakCorrecting typo to clean up on realloc failure
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-16 jongfosterAdding graceful termination feature, to help look for...
2002-03-16 jongfosterFixing free(NULL).
2002-03-16 oesAdded descriptions to the filters so users will know...
2002-03-13 jongfosterKilling warnings
2002-03-12 oesIntroduced modular filters
2002-03-08 jongfosterFixing int/size_t warnings
2002-03-07 oesFixed compiler warnings
2002-03-06 jongfosterAutomated function-comment nitpicking.
2002-03-03 oesRe-enabled automatic config reloading
2002-01-22 jongfosterMoving edit_read_line() and simple_read_line() to loade...
2002-01-17 jongfosterMoving all our URL and URL pattern parsing code to...
2001-12-30 steudten- Add signal handling (unix)
2001-11-13 jongfosterReplacing references to malloc.h with the standard...
2001-11-07 steudtenAdd line number in error output for lineparsing for
2001-10-26 oesRemoved csp->referrer
next