summaryrefslogtreecommitdiff
path: root/server/util_script.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tweak ap_get_remote_host() so that the caller can find out if she gotJeff Trawick2001-03-091-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up some of the includes:Greg Stein2001-02-101-13/+11
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-9/+9
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-2/+2
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-2/+2
* Allow modules to specify the first module for a sub-request. This allowsRyan Bloom2000-11-221-1/+2
* updates to changed interfaces to apr_set_port(), apr_get_port(),Jeff Trawick2000-11-211-1/+3
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portDavid Reid2000-11-081-1/+1
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-081-1/+1
* We have functions that allow us to get the ports from the sockets, so use themDavid Reid2000-11-031-2/+3
* Remove original_uri. This is the same as r->unparsed_uriRyan Bloom2000-10-211-29/+1