Making action_spec->flags into an unsigned long rather than just an
[privoxy.git] / cgi.c
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
2001-06-03 oesrevoking monster-commit
2001-06-03 oesMakefile/in