privoxy.git
2001-10-08 oesRe-enabled SSL forwarding
2001-10-07 oesAdded server_content_encoding, renamed server_transfer_...
2001-10-07 oesAdded status member to struct http_request
2001-10-07 oesChanged server_http11 to server_http and its pattern...
2001-10-07 oesChanged server_http11 to server_http
2001-10-07 oesFollowed Guy's proposal to change the document.cookie job
2001-10-07 oesadded client_accept_encoding, client_te, client_accept_...
2001-10-07 oesAdded url member to struct http_request and commented all
2001-10-07 oesRemoved FEATURE_DENY_GZIP and replaced it with client_a...
2001-10-07 oesfilter_popups now gets a csp pointer so it can raise...
2001-10-07 oesReplaced 6 boolean members of csp with one bitmap ...
2001-10-07 oesAdded prototype for remove_chunked_transfer_coding
2001-10-07 oesReplaced 6 boolean members of csp with one bitmap ...
2001-10-07 oesReplaced 6 boolean members of csp with one bitmap ...
2001-10-07 oesUpdated from configure.in
2001-10-07 oesUpdated from acconfig.h
2001-10-07 oesIntroduced new config option "buffer-limit"
2001-10-07 oesReplaced 6 boolean members of csp with one bitmap ...
2001-10-07 oesIntroduced a +no-compression action
2001-10-07 oesRemoved FEATURE_DENY_GZIP
2001-10-07 oesRemoved FEATURE_DENY_GZIP
2001-10-05 oesCrumble Keep-Alive from Server
2001-10-02 oesOoops
2001-10-02 oesMoved generation of hdr
2001-10-02 oesIntroduced show-request cgi
2001-09-29 joergsIJB now changes HTTP/1.1 to HTTP/1.0 in requests and...
2001-09-28 hal9Ditto :/
2001-09-28 hal9Ditto.
2001-09-28 hal9Fixing my markup errors :(
2001-09-27 hal9A few changes. A short section on regular expression...
2001-09-25 hal9Some additions, and re-arranging.
2001-09-24 jongfosterFixing 2 memory leaks that Guy spotted, where the param...
2001-09-24 hal9Minor changes.
2001-09-24 hal9Diddling.
2001-09-24 hal9Including David's OS/2 installation instructions.
2001-09-24 David SchmidtAdded info about where OS/2 puts its log file vs. Unix...
2001-09-24 hal9Draft. Unfinished.
2001-09-23 jongfosterSomehow I managed to lose the license and style informa...
2001-09-23 jongfosterAdding another link
2001-09-23 jongfosterAdding SourceForge logo as required by their ToS - see
2001-09-23 jongfosterReplacing with a page containing links to the other...
2001-09-23 swaupload process established. run make webserver and
2001-09-23 swadefault page from sourceforge
2001-09-22 jongfosterRemoving unused parameter fs from read_config_line()
2001-09-22 jongfosterRemoving unneeded #includes
2001-09-22 jongfosterRemoving unused #includes.
2001-09-22 jongfosterDisplaying an error message whenever the config directo...
2001-09-22 jongfosterTelling robots not to touch /config/ - if there's a...
2001-09-22 jongfosterAdding proper license
2001-09-22 jongfosterAdding proper copyright notice
2001-09-22 jongfosterBugfix: Multiple escaped "#" characters in a configuration
2001-09-21 David SchmidtCleaning up 2 compiler warnings on OS/2.
2001-09-21 joergsAdded filter to replace "Nimda" code by a warning.
2001-09-20 steudtenAdd casting for some string functions.
2001-09-20 steudtenFix BUG: Change int size to size_t size in pcrs_filter_...
2001-09-20 steudtenFix BUG: Modify int size to size_t size in fill_template()
2001-09-20 steudtenadd casting from size_t to int for printf()
2001-09-20 steudtenchange long to int for prototype hash_string()
2001-09-20 steudtenchange long to int as return value in hash_string(...
2001-09-20 steudtenMake freez() more secure in case of: if (exp) { free...
2001-09-19 oesFixed comments; cosmetics
2001-09-19 oes - Deletef time() FIXME (Can't fail under Linux either, if
2001-09-19 oesFixed CFLAGS
2001-09-16 jongfosterFixing a warning
2001-09-16 jongfosterFixing warning
2001-09-16 jongfosterRemoving showargs.[ch], adding cgi(simple|edit).[ch]
2001-09-16 jongfosterRemoving showargs.[ch], adding cgi(simple|edit).[ch]
2001-09-16 jongfosterFixing a compiler warning.
2001-09-16 jongfosterAll the functions in this file have been moved to cgisi...
2001-09-16 jongfosterMoving function savearg() here, since it was the only...
2001-09-16 jongfosterMoving simple CGI functions from cgi.c to new file...
2001-09-16 jongfosterRemoving unused #include showarg.h
2001-09-16 jongfosterBugfix - couldn't build resources with previous version.
2001-09-16 jongfosterNew version based on latest configure.in and acconfig.h
2001-09-16 jongfosterFirst version of CGI-based edit interface. This is...
2001-09-16 jongfosterFixing signed/unsigned comparison warning.
2001-09-16 jongfosterAdding i.j.b/robots.txt.
2001-09-16 jongfosterChanges to use new list functions.
2001-09-16 jongfosterRewrite of list library. Now has seperate header and...
2001-09-16 jongfosterRemoving redundant function call that zeroed zalloc...
2001-09-16 jongfosterSplitting fill_template() into 2 functions:
2001-09-16 jongfosterBetter error handling in dispatch_cgi() and parse_cgi_p...
2001-09-16 jongfosterNew function alloc_http_response, for symmetry with...
2001-09-15 steudtenRemove test for subsys flag in start. Some minor changes.
2001-09-14 hal9%changelog
2001-09-14 hal9test
2001-09-14 jongfosterTidying up memory allocation. New function init_action().
2001-09-13 jongfosterSupport for both static and dynamically generated CGI...
2001-09-13 jongfosterSupport for both static and dynamically generated CGI...
2001-09-13 jongfoster(Cosmetic only) Indentation correction
2001-09-13 jongfosterMoving image data to cgi.c rather than cgi.h
2001-09-13 jongfosterMoving image data to cgi.c rather than cgi.h.
2001-09-13 jongfosterDefining FORWARD_SPEC_INITIALIZER
2001-09-13 jongfosterChanging the string paramater to the header parsers...
2001-09-13 jongfosterAdding {} to an if statement
2001-09-13 jongfosterFixing potential problems with characters >=128 in...
2001-09-13 jongfosterFixing a compiler warning by adding a cast.
2001-09-13 jongfosterFixing 2 compiler warnings under Win32
2001-09-13 jongfosterFixing missing #include under Windows
2001-09-13 jongfosterAdding support for LOG_LEVEL_CGI
next