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
*
Fix some Windows build issues
Stefan Fritsch
2010-11-25
1
-1
/
+1
*
Another ooops: properly return APR_SUCCESS
Stefan Fritsch
2010-11-06
1
-0
/
+1
*
Add a generic pool cleanup function that sets a pointer to NULL and use
Stefan Fritsch
2010-11-06
1
-0
/
+6
*
Added header include for getpid() prototype on Win32.
Guenter Knauf
2010-10-20
1
-0
/
+3
*
c isn't used after being set (Fortify)
Jeff Trawick
2010-09-01
1
-1
/
+1
*
Pull out "does request have a body" logic to a central
Jim Jagielski
2010-08-18
1
-0
/
+24
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
Make ap_pregsub(), used by AliasMatch and friends, use the same syntax
Stefan Fritsch
2010-01-30
1
-4
/
+2
*
Spelling fix in comment.
Daniel Earl Poirier
2009-09-29
1
-1
/
+1
*
Bring back OS/2 support.
Brian Havard
2009-08-26
1
-5
/
+5
*
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
[next]