Remove useless W3C validator link.
[privoxy.git] / cgisimple.c
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
2006-11-21 Fabian KeilAdd special treatment for WIN32 to make sure
2006-10-09 Roland RosenfeldRedirect p.p/user-manual (without trailing slash) to
2006-09-09 Fabian KeilModified cgi_send_user_manual to serve binary
2006-09-08 Fabian KeilDeliver documents in the user-manual directory
2006-09-06 Fabian KeilIncorporate modified version of Roland Rosenfeld's...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-12 jongfosterAdding amiga.[ch] revision information, if on an amiga.
2002-04-30 oesDeleted unused code from default_cgi
2002-04-30 oesMade csp the first parameter in *action_to_html
2002-04-26 jongfosterFixing this Visual C++ warning:
2002-04-26 oes - Kill obsolete REDIRECT_URL code
2002-04-24 oes - show-status is now the starting point for editing
2002-04-10 oesload_template signature changed
2002-04-07 jongfosterFixing send-banner?type=auto when the image-blocker is
2002-04-05 oesadded send-stylesheet CGI
2002-04-04 Gabor Liptakalways use pcre for matching
2002-04-03 Gabor LiptakRemoved references to gnu_regex
2002-04-02 oesFix: moving misplaced lines into #ifdef FEATURE_FORCE
2002-03-26 swawe have a new homepage!
2002-03-24 jongfosterRemoving old logo
2002-03-24 jongfosterName changes
2002-03-24 swaname change related issues
2002-03-16 jongfosterAdding graceful termination feature, to help look for...
2002-03-12 oesChanged default for "blocked" image from jb logo to...
2002-03-08 oesAdded choice beween GIF and PNG built-in images
2002-03-07 oes - Changed built-in images from GIF to PNG
2002-03-06 jongfosterAutomated function-comment nitpicking.
2002-03-02 David SchmidtClean up a little CRLF unpleasantness that suddenly...
2002-02-21 jongfosterAdding send-banner?type=auto option
2002-01-23 jongfosterFixing gcc [CygWin] compiler warnings
2002-01-23 jongfosterAdding cgi_transparent_gif() for http://i.j.b/t
2002-01-17 jongfosterChanges to cgi_show_url_info to use new matching code...
2001-11-30 jongfosterNow reports on FEATURE_CGI_EDIT_ACTIONS
2001-11-13 jongfosterFixing stupid bug now I've figured out what || means.
2001-10-23 jongfosterCleaning up error handling in CGI functions - they...
2001-10-14 jongfosterAdding support for a 404 error when an invalid CGI...
2001-10-07 oesRemoved FEATURE_DENY_GZIP
2001-10-02 oesIntroduced show-request cgi
2001-09-22 jongfosterRemoving unneeded #includes
2001-09-19 oesFixed comments; cosmetics
2001-09-16 jongfosterMoving simple CGI functions from cgi.c to new file...