Update HTML version of the man page for 3.0.26
[privoxy.git] / cgisimple.c
2016-05-22 Fabian KeilOptionally use the X-Forwarded-For header for client...
2016-05-08 Fabian Keilcgi_show_client_tags(): Rename the variable that contai...
2016-05-08 Fabian Keilcgi_show_client_tags(): Fix theoretical memory leak...
2016-05-08 Fabian KeilAdd FEATURE_64_BIT_TIME_T
2016-04-04 Fabian KeilRename show-client-tags template to client-tags
2016-04-04 Fabian KeilUse a proper HTML form to change the state of client...
2016-03-17 Fabian KeilImplement client-specific tags
2016-03-04 Fabian KeilBump copyright range
2016-02-26 Fabian Keilcgi_die(): Consistently use CGI_PREFIX
2016-02-26 Fabian KeilStart using zalloc_or_die()
2015-11-06 Fabian Keilcgi_show_status(): Stop treating files called standard...
2014-10-18 Fabian KeilFix memory leak in cgi_show_file()
2014-10-18 Fabian Keilload_file(): Treat fread() failures like other non...
2014-10-18 Fabian KeilFix a theoretical memory leak in cgi_show_url_info()
2014-06-03 Fabian KeilReduce indirection in get_content_type()
2014-06-03 Fabian KeilUse strdup_or_die() where it makes sense
2014-05-20 Fabian KeilActually show the FORCE_PREFIX value on the show-status...
2014-05-20 Fabian KeilConsistency-cosmetic for cgi_show_status()
2014-05-20 Fabian KeilBump copyright date
2014-05-20 Fabian KeilRename STATIC_PCRE to FEATURE_DYNAMIC_PCRE
2014-05-20 Fabian KeilDijkstraize show_defines(): two or more, use a for
2014-05-05 Fabian KeilDynamically linking to PCRS hasn't been supported for...
2013-01-26 Fabian KeilShow FEATURE_STRPTIME_SANITY_CHECKS on the show-status...
2013-01-25 David SchmidtProtect unistd.h with its existence define for platform...
2012-12-07 Fabian KeilAdd support for Tor's optimistic-data SOCKS extension
2012-10-21 Fabian KeilIn cgi_show_request() only restore the client request...
2012-10-21 Fabian KeilUse a dedicated iob for the data read from the client
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 KeilDrop the 'Functions declared include:' comment sections
2011-09-04 Fabian KeilDitch trailing whitespace
2011-06-23 Fabian KeilShow FEATURE_COMPRESSION on the show-status page
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-03-03 Fabian KeilIn cgi_die(), mark the client connection for closing.
2011-03-03 Fabian KeilAdd a proper CGI message for cgi_die().
2011-02-14 Fabian KeilIn get_content_type(), also recognize '.jpeg' as JPEG...
2011-02-14 Fabian KeilAdd '.png' to the list of recognized file extenstions...
2011-02-14 Fabian KeilMore clean-ups for cgi_send_user_manual()
2011-02-14 Fabian KeilFactor get_content_type() out of cgi_send_user_manual()
2011-02-14 Fabian KeilIn cgi_send_user_manual(), log when rejecting a file...
2011-02-14 Fabian KeilSlightly clean up the filename handling in cgi_send_use...
2011-02-14 Fabian KeilIn load_file(), log a message if opening a file failed
2010-03-28 Fabian KeilFix a regression introduced with the previous commit.
2010-03-27 Fabian KeilIn cgi_show_url_info(), don't forget to prefix URLs...
2010-03-07 Fabian KeilShow the 404 CGI page if cgi_send_user_manual() is...
2009-12-16 Fabian KeilShow FEATURE_ACCEPT_FITLER on the show-status page.
2009-09-06 Fabian KeilShow status of CONNECTION_SHARING support on the show...
2009-08-01 Fabian KeilFix comment.
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-04-17 Fabian KeilAdvertise IPv6 support on the show-status page.
2009-03-08 Fabian KeilFix justified (but harmless) compiler warnings
2009-03-01 Fabian KeilFix cparser warnings.
2008-10-11 Fabian KeilAdd FEATURE_CONNECTION_KEEP_ALIVE to the list
2008-08-30 Fabian KeilRemove FEATURE_COOKIE_JAR.
2008-08-29 Fabian KeilFix two comments.
2008-06-28 Fabian KeilProtocol detection is done case-insensitive, fix assertion
2008-05-26 Fabian KeilProvide an OpenSearch Description to access the
2008-05-26 Fabian KeilSpell error correctly.
2008-05-12 Fabian KeilDon't complain about an invalid URL if show-url-info...
2008-05-10 Fabian KeilFix an assertion that could erroneously
2008-05-05 Fabian KeilIn cgi_show_url_info(), make sure ftp URLs are
2008-05-04 Fabian KeilProvide parse_http_url() with a third parameter to...
2008-05-04 Fabian KeilStreamline parse_http_url()'s prototype.
2008-05-03 Fabian KeilLeverage content_filters_enabled() in cgi_show_url_info().
2008-05-02 Fabian KeilIn cgi_show_url_info, pass an initialized http structure
2008-04-28 Fabian KeilIn load_file(), remember the error reason and fclose()
2008-04-27 Fabian KeilMove CGI file loading code into load_file() and
2008-04-26 Fabian KeilFix macro name in cgi_show_file() error path.
2008-04-26 Fabian KeilForget about JB_ERR_PARSE. JB_ERR_CGI_PARAMS to the...
2008-04-26 Fabian KeilIf zlib support is unavailable and there are content...
2008-04-25 Fabian Keil- Factor cgi_show_file() out of cgi_show_status().
2008-04-24 Fabian KeilIn cgi_show_status(), load the requested file at once.
2008-04-17 Fabian KeilProvide get_http_time() with the buffer size so it...
2008-03-27 Fabian KeilRemove kill-popups action.
2008-03-27 Fabian KeilTurn the favicon blobs into locals.
2008-02-23 Fabian KeilRename url_actions() to get_url_actions() and let it
2008-02-23 Fabian KeilLet forward_url() use the standard parameter ordering
2008-02-03 Fabian KeilAdd SOCKS5 support for show-url-info CGI page.
2008-02-01 Fabian KeilIf edit buttons on the show-url-info CGI page are hidde...
2008-02-01 Fabian KeilHide edit buttons on the show-url-info CGI page if...
2008-01-26 Fabian KeilIf enable-edit-actions is disabled, hide the edit butto...
2007-10-27 Fabian KeilFinish 1.49 and check write access before
2007-10-19 Fabian KeilPlug memory leak I introduced five months ago.
2007-07-21 Fabian KeilIf show-url-info is called with an URL that Privoxy
2007-06-01 Fabian KeilAdjust cgi_show_url_info() to show what forward-override{}
2007-05-21 Fabian Keil- Use strlcpy() instead of strcpy().
2007-04-13 Fabian KeilReference action files in CGI URLs by id instead
2007-04-09 Fabian KeilDon't mistake VC++'s _snprintf() for a snprintf() repla...
2007-04-08 Fabian KeilReference action files in CGI URLs by id instead
2007-02-13 Fabian KeilApparently fopen()ing in "binary" mode doesn't require
2007-02-10 Fabian Keil- Show forwarding settings on the show-url-info page
2007-01-23 Fabian KeilAdd favicon delivery functions.
2007-01-20 Fabian KeilSuppress edit buttons for action files if Privoxy has
2007-01-20 Fabian KeilDisplay warning if show-url-info CGI page
2007-01-12 Fabian KeilUse zalloc in cgi_send_user_manual.
2007-01-02 Fabian KeilAdd FEATURE_ZLIB to the list of conditional
2006-12-28 Fabian KeilFixed gcc43 compiler warnings, zero out cgi_send_user_m...
2006-12-22 Fabian KeilRemoved checks whether or not AF_FILES have
2006-12-17 Fabian Keil- Added FEATURE_GRACEFUL_TERMINATION to the
next