Add new config option: keep-alive-timeout.
[privoxy.git] / project.h
2008-11-10 Fabian KeilFix a gcc44 warning (in filters.c).
2008-10-16 Fabian KeilFix a bunch of gcc44 conversion warnings.
2008-10-09 Fabian KeilFlush work-in-progress changes to keep outgoing connections
2008-09-21 Fabian KeilIf change-x-forwarded-for{add} is used and the client
2008-09-20 Fabian KeilRemove hide-forwarded-for-headers action which has
2008-09-19 Fabian KeilAdd change-x-forwarded-for{} action to block or add
2008-08-30 Fabian KeilRemove FEATURE_COOKIE_JAR.
2008-05-20 Fabian KeilMove parsers structure definition from project.h to...
2008-05-19 Fabian KeilDeclare all members of the parsers structure immutable.
2008-04-11 Fabian KeilOops, I forgot to shorten the URL_SPEC_INITIALIZER...
2008-04-10 Fabian KeilDitch url_spec's path member now that it's no longer...
2008-04-06 Fabian KeilOh well, rename the --enable-pcre-host-patterns option to
2008-04-06 Fabian KeilUse PCRE syntax in host patterns when configured
2008-03-29 Fabian KeilRemove send-wafer and send-vanilla-wafer actions.
2008-03-28 Fabian KeilRemove inspect-jpegs action.
2008-03-27 Fabian KeilRemove kill-popups action.
2008-03-26 Fabian KeilAdd hostname directive. Closes PR#1918189.
2008-03-24 Fabian KeilShare the action settings for multiple patterns in...
2008-03-21 Fabian KeilGarbage-collect csp->my_ip_addr_str and csp->my_hostname.
2008-03-04 Fabian KeilRemove the treat-forbidden-connects-like-blocks action...
2008-03-01 Fabian KeilLet the block action take the reason for the block
2008-02-03 Fabian KeilAdd SOCKS5 support. Patch #1862863 by Eric M. Hopper...
2007-12-07 Fabian KeilRemove now-obsolete csp member x_forwarded.
2007-09-02 Fabian Keil- Allow port lists in url patterns.
2007-07-21 Fabian KeilAs Hal noticed, checking dispatch_cgi() as the last...
2007-07-14 Fabian KeilAdd new csp->content_type flag (CT_DECLARED).
2007-05-27 Fabian Keil- Remove some left-overs from the switch to dedicated...
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-03-17 Fabian KeilNew config option: enforce-blocks.
2007-03-05 Fabian KeilAdd some CSP_FLAGs for the header parsers.
2007-02-07 Fabian KeilAdd new http_response member to save
2007-01-27 Fabian KeilAdd new config option "templdir" to
2007-01-25 Fabian KeilAdd csp->error_message for failure reasons
2007-01-01 Fabian KeilIntegrate a modified version of Wil Mahan's
2006-12-31 Fabian KeilAdded config option accept-intercepted-requests
2006-12-31 Fabian KeilFix gcc43 compiler warnings and a comment.
2006-12-21 Fabian KeilAdd config option "split-large-forms"
2006-12-06 Fabian KeilMoved HTTP snipplets into jcc.c. They aren't
2006-09-20 Fabian KeilDoubled size of HOSTENT_BUFFER_SIZE to mask
2006-09-06 Fabian KeilRespond with 400 and a short text message
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-08-31 Fabian KeilWork around a buffer overflow that caused Privoxy to
2006-08-21 David SchmidtFormatting cleanup
2006-08-14 Fabian KeilSplit filter-headers{} into filter-client-headers{}
2006-08-03 David SchmidtIncorporate Fabian Keil's patch work:\rfabiankeil.de...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-14 oesSplit HELP_LINK_PREFIX into ACTIONS_HELP_PREFIX and...
2002-05-12 jongfoster- Adding Doxygen-style comments to structures and ...
2002-05-12 jongfosterFixing ACTION_MASK_ALL to be unsigned long rather than
2002-05-08 oesAdded size member to struct iob, so it can
2002-04-26 oesKilled REDIRECT_URL, added USER_MANUAL_URL and HELP_LIN...
2002-04-24 oes - Jon's multiple AF patch:
2002-04-15 jongfosterTypos
2002-04-04 Gabor Liptakalways use pcre for matching
2002-04-03 Gabor LiptakRemoved references to gnu_regex
2002-03-31 jongfosterWin32 only: Enabling STRICT to fix a VC++ compile warning.
2002-03-26 swanew homepage url
2002-03-26 swawe have a new homepage!
2002-03-24 jongfosterChanging CGI URL prefixes for new name
2002-03-24 jongfosterName changes
2002-03-24 swaname change related issues
2002-03-16 oesAdded descriptions to the filters so users will know...
2002-03-13 oesFixing bug with CT_TABOO
2002-03-12 oesIntroduced modular filters
2002-03-09 jongfoster- Making various functions return int rather than size_t.
2002-03-08 oesAdded FEATURE_NO_GIFS and BUILTIN_IMAGE_MIMETYPE
2002-03-07 oesFixed compiler warnings
2002-03-05 oesDeleted non-errlog debugging code
2002-03-04 oesChanged default port to 8118
2002-03-04 oesDeleted PID_FILE_NAME
2002-03-03 oesFixed CLF logging: Added ocmd member for client's reque...
2002-02-20 jongfosterParsing functions now handle out-of-memory gracefully...
2002-01-17 jongfosterNow #defining the URLs of the config interface
2002-01-09 oesAdded HOSTENT_BUFFER_SIZE
2001-12-30 steudten- Add signal handling (unix)
2001-11-22 jongfosterMaking action_spec->flags into an unsigned long rather...
2001-11-05 steudtenInclude DBG() macro.
2001-10-28 jongfosterAdding ijb_toupper()
2001-10-26 oesMoved ijb_isspace and ijb_tolower to project.h
2001-10-25 David SchmidtAdding a (void*) cast to freez() because Visual Age...
2001-10-23 jongfosterNew error-handling support: jb_err type and JB_ERR_xxx...
2001-10-14 jongfosterRemoving name_length field from struct cgi_dispatcher...
2001-10-10 oesAdded LIMIT_CONNECT action and string
2001-10-07 oesAdded status member to struct http_request
2001-10-07 oesAdded url member to struct http_request and commented all
2001-09-20 steudtenMake freez() more secure in case of: if (exp) { free...
2001-09-16 jongfosterFixing warning
2001-09-16 jongfosterRewrite of list library. Now has seperate header and...
2001-09-13 jongfosterSupport for both static and dynamically generated CGI...
2001-09-13 jongfosterDefining FORWARD_SPEC_INITIALIZER
2001-09-13 jongfosterChanging the string paramater to the header parsers...
2001-08-05 jongfosterModifiying "struct map" so that there are now separate...
2001-07-30 jongfosterTidying up #defines:
2001-07-29 jongfosterChanging #ifdef _FILENAME_H to FILENAME_H_INCLUDED...
2001-07-25 oesIntroduced http->user_agent
next