compress_buffer(): Fix format specifiers in log messages
[privoxy.git] / loadcfg.c
2020-09-07 Fabian KeilRemove OS/2 support
2020-05-28 Fabian KeilFix typo
2020-03-02 Fabian Keilunload_configfile(): Use unload_forward_spec() instead...
2020-03-02 Fabian Keilunload_configfile(): free config->cors_allowed_origin
2020-03-01 Fabian Keilload_config(): Plug memory leaks
2020-02-26 Fabian KeilRename FEATURE_HTTPS_FILTERING to FEATURE_HTTPS_INSPECTION
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2019-10-30 Fabian KeilAdd TLS/SSL interception support
2019-09-06 Ivan RomanovAdd SOCKS5 username/password support
2019-08-26 Fabian KeilAdd "Cross-origin resource sharing" (CORS) support
2018-10-23 Fabian KeilRemove support for AmigaOS
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-08-12 Fabian Keilload_config(): Rearrange code to prevent a useless...
2017-06-26 Fabian KeilAdd a listen-backlog directive
2017-06-26 Fabian KeilAdd an enable-accept-filter directive
2017-06-26 Fabian KeilUpdate comments that still mentioned 'show-proxy-args...
2017-06-04 Fabian KeilRelocate the DEFAULT_KEEP_ALIVE_TIMEOUT definition...
2017-06-04 Fabian KeilRemove code that has been pointless since 2009
2017-05-29 Fabian KeilAdd a receive-buffer-size directive
2017-05-25 Fabian KeilBump copyright
2017-05-25 Fabian KeilNever use select() when poll() is available
2017-05-20 Fabian KeilRemove a pointless comment
2017-02-24 Fabian KeilConsistently use strdup_or_die() instead of strdup()
2017-02-20 Fabian KeilAdd a 'trusted-cgi-referrer' directive
2016-09-27 Leeupdate windows build system to use supported software
2016-05-22 Fabian KeilOptionally use the X-Forwarded-For header for client...
2016-05-08 Fabian KeilTurn invalid max-client-connections values into fatal...
2016-05-03 Fabian KeilLimit the names of client tags to 50 characters
2016-03-27 Fabian KeilUnbreak loadcfg.c compilation without FEATURE_CLIENT_TAGS
2016-03-17 Fabian KeilSet the client-tag-lifetime default to 60 seconds
2016-03-17 Fabian KeilImplement client-specific tags
2016-02-26 Fabian Keilload_config(): Remove a stray semicolon
2016-02-26 Fabian KeilStart using zalloc_or_die()
2016-01-16 Fabian KeilBump copyright year
2015-12-27 Fabian KeilAdd parse_numeric_value()
2015-08-12 Fabian Keilload_config(): In case of invalid forward-socks5(t...
2014-10-18 Fabian KeilFix memory leaks in load_config()
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-04-23 Fabian KeilTurn single-threaded into a "proper" toggle directive
2013-03-07 Fabian KeilAdd an enable-proxy-authentication-forwarding directive
2013-03-01 Fabian KeilDefault to a max-client-connections limit of 128
2012-12-07 Fabian KeilAdd support for Tor's optimistic-data SOCKS extension
2012-10-21 Fabian KeilAdd optional client-side pipelining support
2012-10-21 Fabian KeilParse the Windows-specific toggles with parse_toggle_st...
2012-10-17 Fabian KeilUse parse_toggle_state() to get the global_toggle_state
2012-10-05 Fabian KeilMove a variable declaration in parse_client_header_orde...
2012-07-27 Fabian KeilImplement the client-header-order directive
2012-06-08 Fabian KeilShorten ssplit()'s prototype by removing the last two...
2012-05-24 Fabian KeilAccept a socket-timeout value of 0 seconds.
2012-05-24 Fabian KeilAccept a default-server-timeout of 0. It's the default...
2012-03-18 Fabian KeilUpdate an error message that still tried to print direc...
2012-03-09 Fabian KeilFix white-space around parentheses
2012-03-04 Fabian KeilRename ijb_foo macros to privoxy_foo
2012-03-04 Fabian KeilRelocate ijb_isupper()'s definition to project.h and...
2012-03-04 Fabian KeilChange the hashes used in load_config() to unsigned int
2011-07-30 Fabian KeilAdd the filter-file loaders before the action-file...
2011-07-19 Fabian KeilMinor style fix for load_config()
2011-07-17 Fabian KeilMinor style fix for unload_configfile()
2011-07-17 Fabian KeilAllow to bind to multiple separate addresses.
2011-07-08 Fabian KeilAdd an enable-compression directive and disable compres...
2011-07-08 Fabian Keilparse_toggle_state() only returns 0 or 1, so check...
2011-07-08 Fabian KeilAlso let parse_toggle_state() reject values like '1...
2011-07-08 Fabian KeilAdd a dedicated function to parse the values of toggles
2011-07-08 Fabian KeilAdd the config directive compression-level
2011-03-03 Fabian KeilDon't enforce a logical line length limit in read_confi...
2010-08-14 LeeFeature Requests 3040263 :: Add "user.filter" to "Edit...
2010-07-21 Fabian KeilDitch redundant code in unload_configfile().
2010-01-10 LeeWorkaround for firefox hanging on blocked javascript...
2010-01-03 Fabian KeilRename no_daemon to daemon_mode to ditch the double...
2009-11-27 Fabian KeilAdd the config option default-server-timeout to control...
2009-09-10 Fabian KeilIn the Argv declaration, move the const qualifier to...
2009-09-06 Fabian KeilDisable connection-sharing unless FEATURE_CONNECTION_SH...
2009-07-19 Fabian KeilIf connection-sharing is enabled but keep-alive-timeout...
2009-06-15 Fabian KeilDon't request 'Connection: keep-alive' from the server...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-05-13 Fabian KeilThere's no reason for keep_alive_timeout to be signed.
2009-05-10 Fabian KeilReenable server-side-only keep-alive support, but only...
2009-05-10 Fabian KeilInitial keep-alive support for the client socket.
2009-04-24 Fabian KeilAllow to limit the number of of client connections.
2009-04-17 Fabian KeilReplace HAVE_GETADDRINFO and HAVE_GETNAMEINFO macros
2009-04-17 Fabian KeilAdd and use parse_forwarder_address() to reduce code...
2009-04-17 Fabian KeilStyle cosmetics for the IPv6 code.
2009-04-17 Fabian KeilPetr Pisar's privoxy-3.0.12-ipv6-3.diff.
2009-03-18 Fabian KeilRevert the last commit as there's a better way.
2009-03-18 Fabian KeilDon't enable LOG_LEVEL_INFO by default and don't apply...
2009-03-09 Fabian KeilAs of r1.88, the show-status page can use a single...
2009-03-07 Fabian KeilFix two mingw32-only buffer overflows. Note that triggering
2009-03-01 Fabian Keil- Help clang understand that we aren't
2009-02-28 Fabian KeilGimme a break or two. Don't let the show-status page
2009-02-15 Fabian KeilIncrease default socket timeout to 300 seconds.
2009-02-08 Fabian KeilNow that we have the match-all.action file, the other...
2009-01-22 Fabian KeilDon't keep connections alive when running single-threaded.
2009-01-14 Fabian KeilDue to the standard.action file removal, the other...
2008-12-20 Fabian KeilAdd config option socket-timeout to control the time
2008-11-16 Fabian KeilTurn keep-alive support into a runtime feature
2008-11-13 Fabian KeilAdd new config option: keep-alive-timeout.
2008-08-31 Fabian KeilThere's no reason to let remote toggling support depend
2008-08-30 Fabian KeilRemove FEATURE_COOKIE_JAR.
next