Bump SMGL entities for 3.0.29 stable
[privoxy.git] / cgi.c
2020-09-22 Fabian KeilAdd a missing apostroph in the 'More Privoxy' menu
2020-09-11 Fabian Keilcompress_buffer(): Fix format specifiers in log messages
2020-09-01 Fabian KeilFix style in dispatch_known_cgi()
2020-06-08 Fabian Keilget_locale_time(): Fix locking of localtime()
2020-06-03 Fabian KeilSilence a warning when compiling without FEATURE_HTTPS_...
2020-06-01 Fabian KeilBump copyright
2020-06-01 Fabian KeilIf a dynamic CGI page has been requested through https...
2020-05-28 Fabian KeilFix typos
2020-05-16 Fabian KeilSpell out 'version' in the http_request struct
2020-03-01 Fabian Keilfinish_http_response(): Plug memory leak with CORS...
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2019-10-30 Fabian KeilLet error_response() handle FORWARD_WEBSERVER
2019-08-26 Fabian KeilAdd "Cross-origin resource sharing" (CORS) support
2018-03-08 Fabian KeilRemove cgi_show_version()
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-03-08 Fabian KeilFix spelling in a comment added in r1.173
2017-03-08 Fabian KeilRemove the 'View the source code version numbers' link...
2017-03-08 Fabian KeilSimplify template_fill_for_cgi()
2017-02-20 Fabian KeilAdd a 'trusted-cgi-referrer' directive
2017-01-23 Fabian KeilRevert r1.165 which didn't perform as advertised
2017-01-23 Fabian Keilcgi_error_disabled(): Use status code 403 and an approp...
2017-01-23 Fabian KeilBump copyright
2017-01-23 Fabian KeilUse a dedicated cgi handler to deal with tag-toggle...
2017-01-23 Fabian KeilRemove a couple of SourceForge references in copyright...
2016-05-03 Fabian Keiladd_help_link(): Use https:// when creating links for...
2016-04-04 Fabian KeilRename show-client-tags template to client-tags
2016-03-30 Fabian KeilRephrase the "show-client-tags" description in the...
2016-03-17 Fabian KeilImplement client-specific tags
2016-02-26 Fabian Keilget_number_param(): Simplify code by using strtol()
2014-10-18 Fabian KeilLet new_map() exit if the new map can't be allocated
2014-10-18 Fabian KeilAdd missing return check in dispatch_known_cgi()
2012-12-07 Fabian KeilAdd support for Tor's optimistic-data SOCKS extension
2012-11-09 Fabian KeilLet finish_http_response() advertise that the Content...
2012-10-21 Fabian KeilDeal with unsupported methods sent to the CGI pages...
2012-09-18 Fabian KeilIn finish_http_response(), set 'Connection: close'...
2012-07-23 Fabian KeilStart using malloc_or_die()
2012-06-08 Fabian KeilShorten ssplit()'s prototype by removing the last two...
2012-06-08 Fabian KeilRemove an unreasonable parameter limit in parse_cgi_par...
2012-06-08 Fabian KeilCatch ssplit() failures in parse_cgi_parameters()
2012-03-09 Fabian KeilFollow-up fixes for the previous white-space changes
2012-03-09 Fabian KeilAdd missing white-space behind if's and the following...
2012-03-09 Fabian KeilFix white-space around parentheses
2011-12-31 Fabian KeilFix spelling of 'unknown' in default_exports()
2011-12-31 Fabian KeilDrop the 'Functions declared include:' comment sections
2011-10-08 Fabian KeilShorten get_http_time() by using strftime()
2011-09-04 Fabian KeilDitch trailing whitespace
2011-08-17 Fabian KeilIn compress_buffer(), let zlib figure out the proper...
2011-08-17 Fabian KeilFix a compiler warning on GNU/Linux i386
2011-07-17 Fabian KeilAllow to bind to multiple separate addresses.
2011-07-08 Fabian KeilIf compressing the buffer failed, include buffer size...
2011-07-08 Fabian KeilIn compress_buffer(), add some room for the zlib overhead
2011-07-08 Fabian KeilAdd the config directive compression-level
2011-07-03 Fabian KeilMove LOWER_LENGTH_LIMIT_FOR_COMPRESSION into cgi.[ch...
2011-07-03 Fabian KeilFix spelling of LOWER_LENGTH_LIMIT_FOR_COMPRESSION
2011-06-29 Fabian KeilIn finish_http_response(), don't add an Content-Encodin...
2011-06-25 Fabian KeilRemove a double space in an error message
2011-06-25 Fabian KeilTerminate HTML lines in static error messages with...
2011-06-25 Fabian KeilSimplify cgi_error_unknown() a bit.
2011-06-23 Fabian KeilAdd support for (re-)compression of buffered content...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2010-05-24 Fabian KeilTurn http_response.reason into an enum and rename it...
2010-04-21 Fabian KeilIn finish_http_response(), continue to add the 'Connect...
2010-04-12 Fabian KeilStop adding a "Connection: close" header in finish_http...
2009-10-29 Fabian KeilIn the action lists on CGI pages, don't separate action...
2009-06-14 Fabian KeilIn case of connection timeouts or missing server data...
2009-06-12 Fabian KeilRemove a now-redundant err check.
2009-06-11 Fabian KeilSend a template-based response in case of prematurely...
2009-06-11 Fabian KeilIn error_response(), factor the (rsp->status == NULL...
2009-06-11 Fabian KeilSend a template-based response in case of server connec...
2009-06-11 Fabian KeilRemove error_response()'s third parameter. None of...
2009-05-28 Fabian KeilUnbreak compilation for compilers that don't recognize...
2009-05-28 Fabian KeilCheck the right macro to decide if we can use privoxy_m...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-03-15 Fabian KeilCosmetics.
2009-03-01 Fabian KeilHelp clang understand that we aren't dereferencing
2008-12-04 Fabian KeilFix some cparser warnings.
2008-09-04 Fabian KeilPrepare for critical sections on Windows by adding a
2008-08-31 Fabian Keil"View the request headers" isn't more equal than the...
2008-08-31 Fabian KeilThere's no reason to let remote toggling support depend
2008-08-31 Fabian KeilAdd a @date@ symbol to include a date(1)-like time...
2008-07-26 Fabian KeilRemove the unconditional block in get_http_time().
2008-05-26 Fabian KeilProvide an OpenSearch Description to access the
2008-05-26 Fabian Keil- Fix spelling in template-not-found message.
2008-05-21 Fabian KeilMark csp as immutable for a bunch of functions.
2008-04-17 Fabian KeilProvide get_http_time() with the buffer size so it...
2008-03-26 Fabian KeilAdd hostname directive. Closes PR#1918189.
2008-03-21 Fabian KeilOnly gather host information if it's actually needed.
2008-02-23 Fabian KeilLet forward_url() use the standard parameter ordering
2008-02-03 Fabian KeilAdd SOCKS5 support for "Forwarding failure" CGI page.
2007-10-17 Fabian Keil- Send CGI pages as HTTP/1.1 unless the client asked...
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: declare some more functio...
2007-05-14 Fabian Keil- Use strlcpy() and strlcat() instead of strcpy() and...
2007-04-09 Fabian KeilDon't mistake VC++'s _snprintf() for a snprintf() repla...
2007-03-08 Fabian KeilUse sizeof() more often.
2007-02-10 Fabian KeilDon't overlook map result for the forwarding-type.
2007-02-08 Fabian KeilUse a transparent background for the PNG replacement...
2007-02-07 Fabian Keil- Save the reason for generating http_responses.
2007-01-28 Fabian Keil- Add HEAD support to finish_http_response.
2007-01-27 Fabian KeilAdd new config option "templdir" to
2007-01-25 Fabian KeilAdded "forwarding-failed" template support for error_re...
next