summaryrefslogtreecommitdiff
path: root/modules/generators/mod_cgi.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-27/+27
* Remove CGI block on OPTIONS method so that scripts canRoy T. Fielding2005-10-181-7/+0
* Fix bug where non-200 CGI responses will not send anything down filter chain.Justin Erenkrantz2005-08-101-1/+12
* * modules/generators/mod_cgi.c (cgi_bucket_read): Log a specific errorJoe Orton2005-06-081-1/+9
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr fromJoe Orton2004-11-221-3/+7
* * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setasideJoe Orton2004-09-261-4/+1
* * modules/generators/mod_cgi.c (cgi_handler): Fix possible segfaultsJoe Orton2004-09-221-1/+4
* #ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to errorlog stuffAndré Malo2004-08-261-1/+8
* Escape bytes returned by the errfn because it might be from an untrusted sourceBill Stoddard2004-08-241-1/+4
* Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test againstJustin Erenkrantz2004-08-011-2/+2
* rev back to previous version, removing chnges to overload detach field , putt...Jean-Jacques Clar2004-07-121-1/+3
* Overloading detached field in cgi_exec_info_t stuct in order to use same fiel...Jean-Jacques Clar2004-07-091-3/+1
* Added new field in apr_procattr_t and cgi_exec_info_t structures to support l...Jean-Jacques Clar2004-06-141-0/+4
* * modules/generators/mod_cgi.c (cgi_handler): Soak up stderr from nph-Joe Orton2004-05-051-14/+12
* * modules/generators/mod_cgi.c (cgi_handler): Combine common codeJoe Orton2004-05-051-23/+20
* Implement the "CGI bucket" in mod_cgi to handle stderr output duringJoe Orton2004-04-181-3/+182
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* get rid of _FOREACHCliff Woolley2003-11-161-3/+13
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* drop superfluous argument from ap_ssi_parse_string.André Malo2003-08-221-4/+4
* adjust mod_cgi and mod_cgidAndré Malo2003-08-211-126/+101
* Fix the inability to log errors like exec failure inJeff Trawick2003-04-041-11/+9
* mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannotJeff Trawick2003-02-121-1/+18
* finished that boring job:André Malo2003-02-031-1/+1
* Fix the building of cgi command lines when the query stringJeff Trawick2002-11-221-1/+0
* Terminate CGI scripts when the client connection drops. ThisJeff Trawick2002-10-311-2/+11
* Log error message to the client without the path name.Bill Stoddard2002-07-301-2/+2
* Fix a long-standing bug in 2.0, CGI scripts were being calledRyan Bloom2002-06-271-7/+1
* Simplify add_ssi_vars() and move the ssi/cgi vars into their respectiveWilliam A. Rowe Jr2002-06-231-9/+4
* Note the changed meaning of the NULL next_filter argument to theWilliam A. Rowe Jr2002-06-221-1/+1
* Per RFC 2616 section 9.4, we SHOULD return the content-length if possible onJustin Erenkrantz2002-06-131-3/+1
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-121-8/+3
* Cleanup an emitWilliam A. Rowe Jr2002-06-061-3/+4
* Consolidated the startup attributes for building the command line for a CGIBradley Nicholes2002-06-051-41/+32
* Rewrite mod_cgi's input handling to use brigades and input filters directly.Justin Erenkrantz2002-05-301-30/+58
* - Remove APR_STATUS_IS_SUCCESS calls in favor of directly testing APR_SUCCESS.Justin Erenkrantz2002-05-301-3/+3
* Call apr_file_write_full instead to achieve the same effect.Justin Erenkrantz2002-05-291-10/+4
* Stylistic changes - remove tabs, clean up long lines, etc.Justin Erenkrantz2002-05-291-165/+197
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-6/+6
* AcceptPathInfo was totally backwards... it would reject when set to on andCliff Woolley2002-04-221-1/+4
* process_cgi is more descriptive than replace_cmd.William A. Rowe Jr2002-04-131-4/+10
* Wasted at least 20 minutes reparsing this code till I determined it'sWilliam A. Rowe Jr2002-04-131-2/+2
* In order for Win32 to accept the shebang line of #!perl so we 1) searchWilliam A. Rowe Jr2002-04-131-16/+18
* Fixed script error logging, which I'd left commented out after makingBrian Pane2002-03-301-14/+26
* BUCKET FREELISTSCliff Woolley2002-03-291-13/+21
* eliminate unused variablesJeff Trawick2002-03-241-2/+0