summaryrefslogtreecommitdiff
path: root/server/util_script.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1753228 from trunk:Yann Ylavic2016-08-161-0/+8
* * core: Fix error handling in ap_scan_script_header_err_brigade() if thereWilliam A. Rowe Jr2012-08-211-3/+4
* Merge r1244211:Stefan Fritsch2012-07-031-1/+4
* Grab these from trunk:Jeff Trawick2011-05-061-4/+4
* Merge r729586, r732504 from trunk:Jim Jagielski2009-01-121-2/+9
* merge from trunk (but preserve ap_get_server_version()):Jeff Trawick2006-09-151-1/+1
* update license header textRoy T. Fielding2006-07-121-6/+6
* Revert r395231 from the 2.2.x branch. This gets us back to the old place wit...Paul Querna2006-04-221-1/+1
* Update the last year of copyright for the 2.2.x branchColm MacCarthaigh2006-04-191-1/+1
* Fix PR#38070Nick Kew2006-02-041-2/+15
* No functional change: remove trailing whitespace. This also meansJim 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-231-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-231-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
* Optimization: changed some apr_pstrndup calls to apr_pstrmemdupBrian Pane2001-12-021-1/+1
* optimize ap_add_common_vars() for the common case where r->subprocess_env is ...Brian Pane2001-11-241-2/+11
* minor performance fix for ap_add_common_vars(): replace printf with apr_itoa()Brian Pane2001-11-221-1/+1
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-121-3/+1
* This patch changes the apr_table_elts macro so that it providesIan Holsman2001-11-111-4/+4
* Improve http2env's performance by cutting the work it has toRyan Bloom2001-11-101-12/+20
* PATHEXT is a critial Win32 cmd.exe variable that declares _which_ extensionsWilliam A. Rowe Jr2001-09-241-0/+3
* This patch is insufficient (highlights an existing problem) for OS2 andWilliam A. Rowe Jr2001-09-101-5/+2
* Back out the 1.45 change to util_script.c. This change madeRyan Bloom2001-09-041-1/+29
* Why two ifdef blocks? This is simpler to readWilliam A. Rowe Jr2001-08-231-3/+1
* Change over to apr_strfsize() for apr_off_t file size formatting.William A. Rowe Jr2001-07-251-24/+0
* Another of the long term issues cleared up. BeOS can now runDavid Reid2001-07-251-1/+7
* use apr-util's apr_date_parse_http() instead of the to-be-removedJeff Trawick2001-06-061-2/+2
* surprised -Wall does not complain, but ap_scan_script_header_err_core() shoul...Doug MacEachern2001-05-081-0/+2