Provide get_http_time() with the buffer size so it doesn't
[privoxy.git] / cgisimple.c
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
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...