summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some Windows build issuesStefan Fritsch2010-11-251-1/+1
* Another ooops: properly return APR_SUCCESSStefan Fritsch2010-11-061-0/+1
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-0/+6
* Added header include for getpid() prototype on Win32.Guenter Knauf2010-10-201-0/+3
* c isn't used after being set (Fortify)Jeff Trawick2010-09-011-1/+1
* Pull out "does request have a body" logic to a centralJim Jagielski2010-08-181-0/+24
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Make ap_pregsub(), used by AliasMatch and friends, use the same syntaxStefan Fritsch2010-01-301-4/+2
* Spelling fix in comment.Daniel Earl Poirier2009-09-291-1/+1
* Bring back OS/2 support.Brian Havard2009-08-261-5/+5
* 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