Update to 2008-02-05.
[privoxy.git] / cgi.c
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...
2007-01-23 Fabian KeilAdd favicon delivery functions.
2007-01-23 Fabian Keil- Map variables that aren't guaranteed to be
2007-01-22 Fabian Keil- "Protect" against a rather lame JavaScript-based
2007-01-09 Fabian KeilFix strdup() error handling in cgi_error_unknown()
2007-01-05 Fabian KeilHandle pcrs_execute() errors in template_fill() properly.
2006-12-28 Fabian KeilFixed gcc43 conversion warnings and replaced sprintf
2006-12-17 Fabian KeilEscape ampersand in Privoxy menu.
2006-12-17 Fabian KeilSuppress the toggle link if remote toggling is disabled.
2006-12-09 Fabian KeilFix configure option --disable-toggle.
2006-12-08 Fabian KeilDon't lose the FORCE_PREFIX in case of
2006-11-13 Fabian KeilMake pthread mutex locking more generic. Instead of
2006-09-21 Fabian KeilUse CGI_PREFIX to check the referrer.
2006-09-21 Fabian KeilAdjusted headers for Privoxy's cgi responses:
2006-09-07 Fabian KeilOnly predate the Last-Modified header for cgi responses
2006-09-07 Fabian KeilMark cgi_send_user_manual as harmless,
2006-09-06 Fabian KeilIncorporate modified version of Roland Rosenfeld's...
2006-08-03 David SchmidtIncorporate Fabian Keil's patch work:\rfabiankeil.de...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-19 jongfosterIf a CGI error was not handled, and propogated back to
2002-05-14 oes - Fixed add_help_link to link to the (now split) actions
2002-05-12 jongfosterCorrecting function comments
2002-04-30 oesNit: updated a comment
2002-04-26 jongfosterFixing a memory leak on error
2002-04-26 oes - New function add_help_link
2002-04-24 oes - Better descriptions for CGIs
2002-04-15 jongfosterTypos
2002-04-10 jongfosterFixes to #include in templates:
2002-04-10 oesMade templates modular: template_load now recursive...
2002-04-08 swafixed JB spelling
2002-04-05 oes - added send-stylesheet CGI
2002-03-29 David SchmidtFix Mac OSX compiler warnings
2002-03-26 swawe have a new homepage!
2002-03-24 jongfosterFixing compile error if actions file editor disabled
2002-03-24 oesMaking GIF checkerboard transparent
2002-03-24 jongfosterRemoving old logo
2002-03-24 oesCorrect transparency for checkerboard PNG. Thanks,...
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-13 jongfosterKilling warnings
2002-03-08 jongfosterAdding comments
2002-03-08 oesAdded GIF images again
2002-03-07 oes - Changed built-in images from GIF to PNG
2002-03-06 jongfosterAutomated function-comment nitpicking.
2002-03-05 David Schmidt- Better error reporting on OS/2
2002-03-05 David Schmidt- Re-enable OS/2 building after new parms were added
2002-01-21 jongfosterReplacing strsav() with the safer string_append() or...
2002-01-17 jongfosterReplacing hard references to the URL of the config...
2002-01-09 oesAdded support for thread-safe gmtime_r call.
2001-11-16 jongfosterFixing a compiler warning
2001-11-13 jongfoster- Adding new CGIs for use by non-JavaScript browsers:
2001-11-01 David SchmidtShow enablement/disablement status in almost all templates.
2001-10-26 oesmarginal bugfix
2001-10-23 jongfosterCleaning up error handling in CGI functions - they...
2001-10-18 David SchmidtOnly show "Local support" on templates conditionally:
2001-10-14 jongfosterFixing stupid typo.
2001-10-14 jongfoster- Changes to CGI dispatching method to match CGI names...
2001-10-10 oesFailiure to load template now fatal. Before, the user...
2001-10-02 oesIntroduced show-request cgi
2001-09-20 steudtenFix BUG: Modify int size to size_t size in fill_template()
2001-09-19 oes - Deletef time() FIXME (Can't fail under Linux either, if
2001-09-16 jongfosterMoving simple CGI functions from cgi.c to new file...
2001-09-16 jongfosterFirst version of CGI-based edit interface. This is...
2001-09-16 jongfosterAdding i.j.b/robots.txt.
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-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-08-05 jongfosterModifiying "struct map" so that there are now separate...
2001-08-05 oesAdapted finish_http_response to new list_to_text
2001-08-01 jongfosterChanges to fill_template() that reduce memory usage...
2001-08-01 jongfosterMoving file version information to a separate CGI page.
2001-08-01 jongfosterNew function: map_conditional() for an if-then-else...
2001-07-30 jongfosterTidying up #defines:
2001-07-29 jongfosterAdding missing #include "loadcfg.h"
2001-07-18 oesChanged to conform to new pcrs interface
2001-07-13 oesRemoved all #ifdef PCRS and related code
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Cosmetics: renamed and reordered functions, variables,
2001-06-09 jongfosterChanging "show URL info" handler to new style.
2001-06-07 jongfosterRemoving code related to old forward and ACL files.
2001-06-05 jongfosterFixing multiline character string (a GCC-only "feature...
2001-06-04 swashow version string of cgi.h and cgi.c
2001-06-03 oesintroduced new cgi handling
next