| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -27/+27 |
| * | Remove CGI block on OPTIONS method so that scripts can | Roy T. Fielding | 2005-10-18 | 1 | -7/+0 |
| * | Fix bug where non-200 CGI responses will not send anything down filter chain. | Justin Erenkrantz | 2005-08-10 | 1 | -1/+12 |
| * | * modules/generators/mod_cgi.c (cgi_bucket_read): Log a specific error | Joe Orton | 2005-06-08 | 1 | -1/+9 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | * modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr from | Joe Orton | 2004-11-22 | 1 | -3/+7 |
| * | * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setaside | Joe Orton | 2004-09-26 | 1 | -4/+1 |
| * | * modules/generators/mod_cgi.c (cgi_handler): Fix possible segfaults | Joe Orton | 2004-09-22 | 1 | -1/+4 |
| * | #ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to errorlog stuff | André Malo | 2004-08-26 | 1 | -1/+8 |
| * | Escape bytes returned by the errfn because it might be from an untrusted source | Bill Stoddard | 2004-08-24 | 1 | -1/+4 |
| * | Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against | Justin Erenkrantz | 2004-08-01 | 1 | -2/+2 |
| * | rev back to previous version, removing chnges to overload detach field , putt... | Jean-Jacques Clar | 2004-07-12 | 1 | -1/+3 |
| * | Overloading detached field in cgi_exec_info_t stuct in order to use same fiel... | Jean-Jacques Clar | 2004-07-09 | 1 | -3/+1 |
| * | Added new field in apr_procattr_t and cgi_exec_info_t structures to support l... | Jean-Jacques Clar | 2004-06-14 | 1 | -0/+4 |
| * | * modules/generators/mod_cgi.c (cgi_handler): Soak up stderr from nph- | Joe Orton | 2004-05-05 | 1 | -14/+12 |
| * | * modules/generators/mod_cgi.c (cgi_handler): Combine common code | Joe Orton | 2004-05-05 | 1 | -23/+20 |
| * | Implement the "CGI bucket" in mod_cgi to handle stderr output during | Joe Orton | 2004-04-18 | 1 | -3/+182 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
| * | apply Apache License, 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | get rid of _FOREACH | Cliff Woolley | 2003-11-16 | 1 | -3/+13 |
| * | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -2/+2 |
| * | drop superfluous argument from ap_ssi_parse_string. | André Malo | 2003-08-22 | 1 | -4/+4 |
| * | adjust mod_cgi and mod_cgid | André Malo | 2003-08-21 | 1 | -126/+101 |
| * | Fix the inability to log errors like exec failure in | Jeff Trawick | 2003-04-04 | 1 | -11/+9 |
| * | mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot | Jeff Trawick | 2003-02-12 | 1 | -1/+18 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | Fix the building of cgi command lines when the query string | Jeff Trawick | 2002-11-22 | 1 | -1/+0 |
| * | Terminate CGI scripts when the client connection drops. This | Jeff Trawick | 2002-10-31 | 1 | -2/+11 |
| * | Log error message to the client without the path name. | Bill Stoddard | 2002-07-30 | 1 | -2/+2 |
| * | Fix a long-standing bug in 2.0, CGI scripts were being called | Ryan Bloom | 2002-06-27 | 1 | -7/+1 |
| * | Simplify add_ssi_vars() and move the ssi/cgi vars into their respective | William A. Rowe Jr | 2002-06-23 | 1 | -9/+4 |
| * | Note the changed meaning of the NULL next_filter argument to the | William A. Rowe Jr | 2002-06-22 | 1 | -1/+1 |
| * | Per RFC 2616 section 9.4, we SHOULD return the content-length if possible on | Justin Erenkrantz | 2002-06-13 | 1 | -3/+1 |
| * | Solve the 80/20 by initializing and storing server_rec->timeout and | William A. Rowe Jr | 2002-06-12 | 1 | -8/+3 |
| * | Cleanup an emit | William A. Rowe Jr | 2002-06-06 | 1 | -3/+4 |
| * | Consolidated the startup attributes for building the command line for a CGI | Bradley Nicholes | 2002-06-05 | 1 | -41/+32 |
| * | Rewrite mod_cgi's input handling to use brigades and input filters directly. | Justin Erenkrantz | 2002-05-30 | 1 | -30/+58 |
| * | - Remove APR_STATUS_IS_SUCCESS calls in favor of directly testing APR_SUCCESS. | Justin Erenkrantz | 2002-05-30 | 1 | -3/+3 |
| * | Call apr_file_write_full instead to achieve the same effect. | Justin Erenkrantz | 2002-05-29 | 1 | -10/+4 |
| * | Stylistic changes - remove tabs, clean up long lines, etc. | Justin Erenkrantz | 2002-05-29 | 1 | -165/+197 |
| * | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -6/+6 |
| * | AcceptPathInfo was totally backwards... it would reject when set to on and | Cliff Woolley | 2002-04-22 | 1 | -1/+4 |
| * | process_cgi is more descriptive than replace_cmd. | William A. Rowe Jr | 2002-04-13 | 1 | -4/+10 |
| * | Wasted at least 20 minutes reparsing this code till I determined it's | William A. Rowe Jr | 2002-04-13 | 1 | -2/+2 |
| * | In order for Win32 to accept the shebang line of #!perl so we 1) search | William A. Rowe Jr | 2002-04-13 | 1 | -16/+18 |
| * | Fixed script error logging, which I'd left commented out after making | Brian Pane | 2002-03-30 | 1 | -14/+26 |
| * | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -13/+21 |
| * | eliminate unused variables | Jeff Trawick | 2002-03-24 | 1 | -2/+0 |