summaryrefslogtreecommitdiffstats
path: root/server/util_script.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Enable SetEnv to set PATHNick Kew2010-07-201-1/+5
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-101-80/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-2/+2
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-011-1/+3
* added comment about the never reached return statement.Guenter Knauf2009-09-291-1/+1
* Bring back OS/2 support.Brian Havard2009-08-261-1/+21
* http://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2Nick Kew2009-03-311-4/+0
* HTTPD script supportNick Kew2009-03-301-0/+4
* remove OS/2 platform supportJeff Trawick2009-03-271-21/+1
* remove BeOS OS supportJeff Trawick2009-03-261-7/+1
* document some nonsense it may be sizeof off_t > sizeof size_t.William A. Rowe Jr2009-01-021-0/+3
* CGI: return 504 (Gateway timeout) rather than 500 when a scriptNick Kew2008-12-271-2/+9
* Remove commented out block that wouldn't even work in this context.Paul Querna2008-12-071-4/+0
* Don't pass in a pool to to argstr_to_table, and duplicate r->args before send...Paul Querna2008-12-071-3/+3
* New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq...Paul Querna2008-12-051-0/+77
* Add new api, ap_args_to_table, to parse a request's arguments into a table.Paul Querna2008-12-051-0/+38
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* detabifyJim Jagielski2007-08-061-11/+11
* * Also add a possible ETag header to r->headers_out. We need to have it thereRuediger Pluem2007-05-271-0/+3
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* PR#38070: When a CGI script emits an explicit "Status:" header,Nick Kew2006-01-201-2/+15
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-19/+19
* PR: 10775Nick Kew2005-06-211-1/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-241-13/+12
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-12/+13
* Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test againstJustin Erenkrantz2004-08-011-1/+1
* * server/util_script.c (ap_scan_script_header_err_core): SetJoe Orton2004-06-161-0/+3
* :set tabstop=8André Malo2004-05-111-234/+234
* 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, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* Remember an authenticated user during internal redirects if theAndré Malo2003-07-141-0/+11
* finished that boring job:André Malo2003-02-031-1/+1
* *) SECURITY: [CAN-2002-0840] HTML-escape the address produced byWilliam A. Rowe Jr2002-10-021-1/+2
* Use apr_ flavors of ischar()William A. Rowe Jr2002-06-231-2/+2
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-3/+3
* Added the APLOG_TOCLIENT flag to ap_log_rerror() toBill Stoddard2002-04-221-4/+6
* Handle CR/LF terminated lines from CGI scripts.Brian Havard2002-03-311-1/+1
* Fix for a bug that I introduced when eliminating the single-byteBrian Pane2002-03-301-1/+1
* Changed mod_cgi to not do single-byte reads to consume theBrian Pane2002-03-241-0/+52
* Commit 2 of 2 to:Bill Stoddard2002-03-201-1/+1
* Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyTypeBill Stoddard2002-03-201-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1