New config option: enforce-blocks.
[privoxy.git] / project.h
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
2001-07-18 oes- Added ACTION_STRING_DEANIMATE
2001-07-15 jongfosterRenaming #define STATIC to STATIC_PCRE
2001-07-13 oes - Reorganized regex header inclusion and #defines to
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Improved comments
2001-06-09 jongfosterAdding definition of BUFFER_SIZE.
2001-06-07 jongfosterMerging ACL and forward files into config file.
2001-06-04 swafiles are now prefixed with either `confdir' or `logdir'.
2001-06-04 swaredirect did not work due to missing /
2001-06-03 oesadded struct map, added struct http_response, changed...
2001-06-01 jongfosterSupport for +image-blocker{}: added ACTION_IMAGE_BLOCKER
2001-06-01 jongfosterReplaced "list_share" with "list" - the tiny memory...
2001-06-01 oesAdded constants for anchoring selection bitmap
2001-05-31 jongfosterChanges for new actions file, replacing permissionsfile
2001-05-31 oes - Enhanced domain part globbing with infix and prefix...
2001-05-29 joergsHTTP_REDIRECT_TEMPLATE fixed.
2001-05-29 jongfosterUnified blocklist/imagelist/permissionslist.
2001-05-27 oes- re_process_buffer no longer writes the modified buffer
2001-05-26 jongfosterAutomatic reloading of config file.
2001-05-22 oes- Enabled filtering banners by size rather than URL
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