Use a more traditional for loop to iterate over the tests in execute_regression_tests()
[privoxy.git] / loadcfg.c
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.
2006-10-21 Fabian KeilModified kludge for win32 to make ming32 menu
2006-09-06 Fabian KeilIncorporate modified version of Roland Rosenfeld's...
2006-09-06 Fabian KeilAdded config option enable-remote-http-toggle
2006-09-06 Fabian KeilMake number of retries in case of forwarded-connect...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-14 oessavearg now uses own linking code instead of (now speci...
2002-05-12 jongfosterCorrecting function comments
2002-04-26 oes - New option "user-manual", defaults to our site
2002-04-24 oesJon's multiple AF patch: Allow up to MAX_ACTION_FILES...
2002-04-08 swafixed JB spelling
2002-04-08 swafixed JB spelling
2002-04-05 oesfix for invalid HTML proxy_args
2002-03-31 jongfosterWin32 only: Enabling STRICT to fix a VC++ compile warning.
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-24 jongfosterRenaming re_filterfile to filterfile
2002-03-16 jongfosterAdding graceful termination feature, to help look for...
2002-03-13 jongfosterKilling warnings
2002-03-07 oesSet logging to tty for --no-daemon mode
2002-03-06 jongfosterTrivial cosmetic changes to make function comments...
2002-03-05 oesDeleted non-errlog debugging code
2002-03-04 oesRe-enabled output of unknown config directive hash
2002-03-03 oesRe-enabled automatic config reloading
2002-01-22 jongfosterReplacing strsav() with string_append()
2002-01-17 jongfosterMoving all our URL and URL pattern parsing code to...
2001-12-30 steudten- Add signal handling (unix)
2001-11-07 steudtenAdd line number in error output for lineparsing for
2001-11-05 steudtenAdd changes to be a real daemon just for unix os.
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterAdded support for enable-edit-actions and enable-remote...
2001-10-07 oesIntroduced new config option "buffer-limit"
2001-09-22 jongfosterRemoving unused parameter fs from read_config_line()
2001-09-16 jongfosterMoving function savearg() here, since it was the only...
2001-07-30 jongfosterTidying up #defines:
2001-07-15 jongfosterRemoving some unused #includes
2001-07-13 oes - Removed all #ifdef PCRS
2001-06-29 oes- Improved comments
2001-06-09 jongfosterChanging BUFSIZ ==> BUFFER_SIZE
2001-06-07 jongfosterMerging ACL and forward files into config file.
2001-06-07 joergsMissing make_path() added for re_filterfile.
2001-06-05 jongfosterFixed minor memory leak.
next