Update copyright year and devel mailing list
[privoxy.git] / loadcfg.c
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.
2008-08-02 Fabian KeilIf the enforce-blocks directive is used with FEATURE_FO...
2008-05-26 Fabian KeilReuse directive_hash and don't hash the same directive...
2008-05-10 Fabian Keil- Merge three string_append() calls.
2008-03-30 Fabian KeilRename load_actions_file() and load_re_filterfile()
2008-03-26 Fabian KeilAdd hostname directive. Closes PR#1918189.
2008-02-16 Fabian KeilFix typo.
2008-02-03 Fabian KeilAdd SOCKS5 support. Patch #1862863 by Eric M. Hopper...
2007-12-23 Fabian KeilReword "unrecognized directive" warning, use better
2007-12-15 Fabian KeilPlug memory leak if listen-address only specifies the...
2007-10-27 Fabian KeilRelocate daemon-mode-related log messages to make sure
2007-10-19 Fabian KeilPlug memory leak introduced with my last commit.
2007-10-14 Fabian KeilWhen in daemon mode, close stderr after the configurati...
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: declare unload_configfile...
2007-07-21 Fabian KeilAs Hal noticed, checking dispatch_cgi() as the last...
2007-05-21 Fabian Keil- Use strlcpy() instead of strcpy().
2007-04-09 Fabian KeilDon't mistake VC++'s _snprintf() for a snprintf() repla...
2007-03-17 Fabian KeilNew config option: enforce-blocks.
2007-03-16 Fabian Keil- Mention other reasons why acl directive loading might...
2007-01-27 Fabian KeilAdd new config option "templdir" to
2006-12-31 Fabian KeilAdded config option accept-intercepted-requests
2006-12-31 Fabian KeilFix gcc43 compiler warnings.
2006-12-21 Fabian KeilAdd config option "split-large-forms"
2006-12-17 Fabian KeilMove the <br> in the generated HTML for the config
2006-11-28 Fabian KeilFix memory leak in case of config file reloads.
next