index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove OS/2 platform support
Jeff Trawick
2009-03-27
1
-5
/
+5
*
Add support for escaping all non-ascii chars to ap_escape_html, and use
Nick Kew
2008-12-31
1
-2
/
+8
*
* Change some "apr_palloc / memcpy" to apr_pstrmemdup
Takashi Sato
2008-12-16
1
-9
/
+4
*
* Move ap_timeout_parameter_parse from mod_proxy.c to server/util.c and thus
Ruediger Pluem
2008-10-22
1
-0
/
+68
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
Rename the ap_escape_path_segment_b function as suggested by
Graham Leggett
2008-04-05
1
-2
/
+2
*
mod_session: Add a generic session interface to unify the different
Graham Leggett
2008-04-04
1
-2
/
+11
*
* Revert to old behaviour: Even if we detect a bad character: Formally decode
Ruediger Pluem
2007-12-25
1
-0
/
+2
*
Fix r578332 for backslashing filesystems, as noted by rpluem
Nick Kew
2007-09-22
1
-0
/
+4
*
* Rationalise the two ap_unescape_url versions
Nick Kew
2007-09-22
1
-43
/
+36
*
* We need to supply a (char *) to ap_str_tolower not a char.
Ruediger Pluem
2007-07-20
1
-1
/
+1
*
Multiple trivial fixes from Christophe JAILLET
Nick Kew
2007-07-20
1
-4
/
+3
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Bring forward the fix for CVE-2005-3352 already on the branches:
Joe Orton
2005-12-16
1
-0
/
+6
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-25
/
+25
*
Clean up c2x code-path by not double-setting the prefix variable.
Justin Erenkrantz
2005-09-28
1
-8
/
+7
*
Add ap_append_pid(); This is performed enough to warrant
Jim Jagielski
2005-08-31
1
-0
/
+14
*
Fix trailing backslashes in configuration directives.
Paul Querna
2005-05-24
1
-2
/
+5
*
Ensure that we always return a FQDN... This is not guaranteed by either
Jim Jagielski
2005-04-21
1
-6
/
+17
*
APRized ap_get_local_host()
Jim Jagielski
2005-04-20
1
-41
/
+11
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-31
/
+12
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
veto and revert win64 patch: 64bit changes must percolate from the
Roy T. Fielding
2004-10-24
1
-26
/
+19
*
WIN64: API changes to clean up Windows 64bit compile warnings
Allan K. Edwards
2004-10-22
1
-19
/
+26
*
* server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows.
Joe Orton
2004-09-15
1
-33
/
+81
*
handling of encoded non-slashes was borked in the
Jeff Trawick
2004-09-02
1
-6
/
+2
*
Fix the handling of URIs containing %2F when AllowEncodedSlashes
Jeff Trawick
2004-09-01
1
-1
/
+1
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
SECURITY [CAN-2003-0020]: escape arbitrary data before writing into the
André Malo
2003-11-24
1
-0
/
+64
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-2
/
+2
*
axe a special check for EOF+data from apr_file_gets()... apr_file_gets()
Jeff Trawick
2003-07-28
1
-1
/
+2
*
Following the previous commit, adjust the actual parameters of
Greg Stein
2003-06-17
1
-17
/
+17
*
Don't run regex cleanups before exec
Brian Pane
2003-03-31
1
-1
/
+2
*
Minor MMN bump:
André Malo
2003-03-07
1
-0
/
+52
*
Avoid passing too many characters to getenv. Make sure that only the
Bradley Nicholes
2003-02-12
1
-1
/
+3
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
here we go. add a directive that will keep %2f from being
Ken Coar
2003-01-23
1
-0
/
+51
*
2.0 -> 2.1
Wilfredo Sanchez
2002-12-08
1
-1
/
+1
*
Use APR_STATUS_IS_EOF rather than a check against APR_EOF
Justin Erenkrantz
2002-11-01
1
-1
/
+1
*
Style police were called back from their vacation
Justin Erenkrantz
2002-11-01
1
-471
/
+497
*
A couple of observations
William A. Rowe Jr
2002-10-14
1
-0
/
+1
*
Security rollup for 2.0.40 release. Tag and roll baby.
William A. Rowe Jr
2002-08-09
1
-8
/
+18
*
Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effects
Brian Pane
2002-06-23
1
-1
/
+1
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-8
/
+8
*
Updated ap_getword_white() to use the same coding style
Brian Pane
2002-04-29
1
-17
/
+12
*
Added a check to make sure that h_aliases is not NULL before we try to
Bradley Nicholes
2002-04-26
1
-6
/
+8
[next]