| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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-23 | 1 | -4/+4 |
* | adjust mod_cgi and mod_cgid | André Malo | 2003-08-22 | 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-13 | 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-06 | 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-30 | 1 | -10/+4 |
* | Stylistic changes - remove tabs, clean up long lines, etc. | Justin Erenkrantz | 2002-05-30 | 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-31 | 1 | -14/+26 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -13/+21 |
* | eliminate unused variables | Jeff Trawick | 2002-03-24 | 1 | -2/+0 |
* | Changed mod_cgi to not do single-byte reads to consume the | Brian Pane | 2002-03-24 | 1 | -33/+34 |
* | An error is an error. Since we replace the message with 'failed to | William A. Rowe Jr | 2002-03-22 | 1 | -1/+1 |
* | Trace the invoked command when we use CreateProcess()-style emulation | William A. Rowe Jr | 2002-03-22 | 1 | -1/+18 |
* | Commit 1 of 2 to: | Bill Stoddard | 2002-03-20 | 1 | -1/+1 |
* | Get nph- CGI scripts working again by avoiding filters that can't | Jeff Trawick | 2002-03-20 | 1 | -0/+13 |
* | First commit to introduce accessor function to set r->content_type.. | Bill Stoddard | 2002-03-20 | 1 | -1/+1 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -0/+6 |
* | deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUT | Jeff Trawick | 2002-03-14 | 1 | -1/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Fixup DEBUG_CGI code paths to compile and not leak fds. | Justin Erenkrantz | 2002-02-18 | 1 | -2/+5 |
* | Correctly check script_in variable. | Justin Erenkrantz | 2002-02-18 | 1 | -1/+1 |