]> granicus.if.org Git - apache/history - modules/generators/mod_cgi.c
Add lots of unique tags to error log messages
[apache] / modules / generators / mod_cgi.c
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-29 Stefan FritschRemove more log message prefixes that are now redundant...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-17 Eric CovenerPR51371: cross-compile issues with cgi and apr_procattr...
2011-07-16 Stefan FritschAdd more (trace) logging to the ap_scan_script_header...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2010-12-29 Igor GalićIn comments: s@ XX @ XXX: @ so they can actually be...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test mod_cg...
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-05 Stefan Fritschfix potential file descriptor leak with DEBUG_CGI
2009-08-26 Brian HavardBring back OS/2 support.
2009-08-16 Ruediger Pluem* Do better checking of pollset operations in various...
2009-03-26 Jeff Trawickremove OS/2 platform support
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-05-27 Ruediger Pluem* Prevent running through the error stack by returning...
2007-05-26 Nick KewPR#39710 - badly broken errordocuments for CGI
2006-09-29 Garrett RooneyFollow up to r451006, use APR_STATUS_IS_TIMEUP instead...
2006-09-28 Ruediger Pluem* Notice that reading of the request entity body failed...
2006-09-12 Nick KewPR 31759 (mutated) - reported by Jo Rhett
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-18 Roy T. FieldingRemove CGI block on OPTIONS method so that scripts can
2005-08-10 Justin ErenkrantzFix bug where non-200 CGI responses will not send anyth...
2005-06-08 Joe Orton* modules/generators/mod_cgi.c (cgi_bucket_read): Log...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-22 Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Ensure...
2004-09-26 Joe Orton* server/util_filter.c (ap_save_brigade): Handle an...
2004-09-22 Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Fix possi...
2004-08-26 André Malo#ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to...
2004-08-24 Bill StoddardEscape bytes returned by the errfn because it might...
2004-08-01 Justin ErenkrantzRemove deprecated APR_STATUS_IS_SUCCESS() macro in...
2004-07-12 Jean-Jacques Clarrev back to previous version, removing chnges to overlo...
2004-07-09 Jean-Jacques ClarOverloading detached field in cgi_exec_info_t stuct...
2004-06-14 Jean-Jacques ClarAdded new field in apr_procattr_t and cgi_exec_info_t...
2004-05-05 Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Soak...
2004-05-05 Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Combine...
2004-04-18 Joe OrtonImplement the "CGI bucket" in mod_cgi to handle stderr...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-22 André Malodrop superfluous argument from ap_ssi_parse_string.
2003-08-21 André Maloadjust mod_cgi and mod_cgid
2003-04-04 Jeff TrawickFix the inability to log errors like exec failure in
2003-02-12 Jeff Trawickmod_cgi, mod_cgid, mod_ext_filter: Log errors when...
2003-02-03 André Malofinished that boring job:
2002-11-22 Jeff TrawickFix the building of cgi command lines when the query...
2002-10-31 Jeff TrawickTerminate CGI scripts when the client connection drops...
2002-07-30 Bill StoddardLog error message to the client without the path name.
2002-06-27 Ryan BloomFix a long-standing bug in 2.0, CGI scripts were being...
2002-06-23 William A. Rowe Jr Simplify add_ssi_vars() and move the ssi/cgi vars...
2002-06-22 William A. Rowe Jr Note the changed meaning of the NULL next_filter...
2002-06-13 Justin ErenkrantzPer RFC 2616 section 9.4, we SHOULD return the content...
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-06-06 William A. Rowe Jr Cleanup an emit
2002-06-05 Bradley NicholesConsolidated the startup attributes for building the...
2002-05-30 Justin ErenkrantzRewrite mod_cgi's input handling to use brigades and...
2002-05-30 Justin Erenkrantz- Remove APR_STATUS_IS_SUCCESS calls in favor of direct...
2002-05-29 Justin ErenkrantzCall apr_file_write_full instead to achieve the same...
2002-05-29 Justin ErenkrantzStylistic changes - remove tabs, clean up long lines...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-22 Cliff WoolleyAcceptPathInfo was totally backwards... it would reject...
2002-04-13 William A. Rowe Jr process_cgi is more descriptive than replace_cmd.
2002-04-13 William A. Rowe Jr Wasted at least 20 minutes reparsing this code till...
2002-04-13 William A. Rowe Jr In order for Win32 to accept the shebang line of...
2002-03-30 Brian PaneFixed script error logging, which I'd left commented...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-24 Jeff Trawickeliminate unused variables
2002-03-23 Brian PaneChanged mod_cgi to not do single-byte reads to consume the
2002-03-22 William A. Rowe Jr An error is an error. Since we replace the message...
2002-03-22 William A. Rowe Jr Trace the invoked command when we use CreateProcess...
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Jeff TrawickGet nph- CGI scripts working again by avoiding filters...
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-14 Jeff Trawickdeal with the rename of kill_after_timeout to APR_KILL_...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-18 Justin ErenkrantzFixup DEBUG_CGI code paths to compile and not leak...
2002-02-18 Justin ErenkrantzCorrectly check script_in variable.
2001-12-31 William A. Rowe Jr Ever tried to extract some value of QUERY_STRING...
2001-12-26 Cliff WoolleyRelated to Brian's commit to fix the XXX comments I...
2001-12-26 Brian PaneFixed calculation of bucket lengths
2001-12-13 William A. Rowe Jr Apply the converse of the AcceptPathInfo patch for...
2001-11-24 Ryan BloomFix the cmd command for mod_include. When we are proce...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-12 Bill StoddardPerformance: Move the is_included strcmp to after the...
2001-11-12 Cliff WoolleyPort Justin's mod_cgid change to mod_cgi.
2001-11-12 Cliff WoolleyRemove the returned-length "w" parameter from apr_bucke...
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-09-18 Cliff WoolleyFix constness problem reported by gcc:
2001-09-17 William A. Rowe Jr Here's the declaration for all to share. Don't expec...
2001-09-17 William A. Rowe Jr Remove the Win32 script-processing exception from...
2001-08-27 Paul J. RederMoved split_and_pass_pretag_buckets back to being a
2001-08-24 Jeff Trawickfix what would seem to be a serious problem in
2001-08-23 William A. Rowe Jr Optimize out what is a very expensive in-request...
next