summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove OS/2 platform supportJeff Trawick2009-03-271-5/+5
* Add support for escaping all non-ascii chars to ap_escape_html, and useNick Kew2008-12-311-2/+8
* * Change some "apr_palloc / memcpy" to apr_pstrmemdupTakashi Sato2008-12-161-9/+4
* * Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thusRuediger Pluem2008-10-221-0/+68
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Rename the ap_escape_path_segment_b function as suggested byGraham Leggett2008-04-051-2/+2
* mod_session: Add a generic session interface to unify the differentGraham Leggett2008-04-041-2/+11
* * Revert to old behaviour: Even if we detect a bad character: Formally decodeRuediger Pluem2007-12-251-0/+2
* Fix r578332 for backslashing filesystems, as noted by rpluemNick Kew2007-09-221-0/+4
* * Rationalise the two ap_unescape_url versionsNick Kew2007-09-221-43/+36
* * We need to supply a (char *) to ap_str_tolower not a char.Ruediger Pluem2007-07-201-1/+1
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-4/+3
* 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
* Bring forward the fix for CVE-2005-3352 already on the branches:Joe Orton2005-12-161-0/+6
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-25/+25
* Clean up c2x code-path by not double-setting the prefix variable.Justin Erenkrantz2005-09-281-8/+7
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-311-0/+14
* Fix trailing backslashes in configuration directives.Paul Querna2005-05-241-2/+5
* Ensure that we always return a FQDN... This is not guaranteed by eitherJim Jagielski2005-04-211-6/+17
* APRized ap_get_local_host()Jim Jagielski2005-04-201-41/+11
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-31/+12
* 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-26/+19
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-19/+26
* * server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows.Joe Orton2004-09-151-33/+81
* handling of encoded non-slashes was borked in theJeff Trawick2004-09-021-6/+2
* Fix the handling of URIs containing %2F when AllowEncodedSlashesJeff Trawick2004-09-011-1/+1
* 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
* SECURITY [CAN-2003-0020]: escape arbitrary data before writing into theAndré Malo2003-11-241-0/+64
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* axe a special check for EOF+data from apr_file_gets()... apr_file_gets()Jeff Trawick2003-07-281-1/+2
* Following the previous commit, adjust the actual parameters ofGreg Stein2003-06-171-17/+17
* Don't run regex cleanups before execBrian Pane2003-03-311-1/+2
* Minor MMN bump:André Malo2003-03-071-0/+52
* Avoid passing too many characters to getenv. Make sure that only theBradley Nicholes2003-02-121-1/+3
* finished that boring job:André Malo2003-02-031-1/+1
* here we go. add a directive that will keep %2f from beingKen Coar2003-01-231-0/+51
* 2.0 -> 2.1Wilfredo Sanchez2002-12-081-1/+1
* Use APR_STATUS_IS_EOF rather than a check against APR_EOFJustin Erenkrantz2002-11-011-1/+1
* Style police were called back from their vacationJustin Erenkrantz2002-11-011-471/+497
* A couple of observationsWilliam A. Rowe Jr2002-10-141-0/+1
* Security rollup for 2.0.40 release. Tag and roll baby.William A. Rowe Jr2002-08-091-8/+18
* Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effectsBrian Pane2002-06-231-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-8/+8
* Updated ap_getword_white() to use the same coding styleBrian Pane2002-04-291-17/+12
* Added a check to make sure that h_aliases is not NULL before we try toBradley Nicholes2002-04-261-6/+8