summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_cgi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-231-4/+4
* adjust mod_cgi and mod_cgidAndré Malo2003-08-221-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-131-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-061-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-301-10/+4
* Stylistic changes - remove tabs, clean up long lines, etc.Justin Erenkrantz2002-05-301-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-311-14/+26
* BUCKET FREELISTSCliff Woolley2002-03-291-13/+21
* eliminate unused variablesJeff Trawick2002-03-241-2/+0
* Changed mod_cgi to not do single-byte reads to consume theBrian Pane2002-03-241-33/+34
* An error is an error. Since we replace the message with 'failed toWilliam A. Rowe Jr2002-03-221-1/+1
* Trace the invoked command when we use CreateProcess()-style emulationWilliam A. Rowe Jr2002-03-221-1/+18
* Commit 1 of 2 to:Bill Stoddard2002-03-201-1/+1
* Get nph- CGI scripts working again by avoiding filters that can'tJeff Trawick2002-03-201-0/+13
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-1/+1
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-0/+6
* deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUTJeff Trawick2002-03-141-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fixup DEBUG_CGI code paths to compile and not leak fds.Justin Erenkrantz2002-02-181-2/+5
* Correctly check script_in variable.Justin Erenkrantz2002-02-181-1/+1