When retrying to connect, also log the maximum number of connection attempts
[privoxy.git] / loaders.c
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
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterAdding error-checking to create_url_spec()
2001-10-07 oesReplaced 6 boolean members of csp with one bitmap ...
2001-09-22 jongfosterRemoving unused parameter fs from read_config_line()
2001-09-22 jongfosterBugfix: Multiple escaped "#" characters in a configuration
2001-09-13 jongfosterAdding {} to an if statement
2001-07-30 jongfosterTidying up #defines:
2001-07-20 oesFixed indentation of prepocessor commands
2001-07-20 haroon- per Guy's suggestion, added a while loop in sweep...
2001-07-18 oesChanged to conform to new pcrs interface
2001-07-17 oesFixed segv when last line in config files
2001-07-13 oesRemoved all #ifdef PCRS
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oesVarious adaptions
2001-06-09 jongfosterChanging BUFSIZ ==> BUFFER_SIZE
2001-06-07 jongfosterRemoving ACL and forward file loaders - these
2001-06-01 oesFixed line continuation problem
2001-05-31 jongfosterRemoved all permissionsfile code - it's now called...
2001-05-31 oes - Enhanced domain part globbing with infix and prefix...
2001-05-29 oes - load_config_line() and load_permissions_file() now...
2001-05-29 jongfosterUnified blocklist/imagelist/permissionslist.
2001-05-26 jongfosterFatal errors loading configuration files now give bette...
2001-05-26 jongfosterRemoving duplicated code. load_forwardfile() now uses...
2001-05-26 jongfosterAutomatic reloading of config file.
2001-05-23 oesFixed ugly indentation of my last changes
2001-05-23 oes- Added support for escaping the comment character
2001-05-22 oesCRLF -> LF
2001-05-20 jongfosterVersion 2.9.4 checkin.
2001-05-17 oes - Cleaned CRLF's from the sources and related files
2001-05-15 oes*** empty log message *** v_2_9_3