index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util_xml.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Make sure and check that LimitXMLRequestBody fits in system memory.
Yann Ylavic
2022-03-07
1
-1
/
+1
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
1
-0
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-3
/
+3
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-1
/
+3
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
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
*
- Put a prefix on this error message to have a chance of finding it in the so...
Paul Querna
2005-05-27
1
-1
/
+1
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Complete the EBCDIC conversion support for XML documents.
Martin Kraemer
2004-06-29
1
-0
/
+4
*
Forward-port from mod_dav 1.0:
Joe Orton
2004-03-14
1
-1
/
+3
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-49
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
get rid of _FOREACH
Cliff Woolley
2003-11-16
1
-1
/
+4
*
remove unused variable.
André Malo
2003-02-18
1
-1
/
+1
*
Don't emit an error when there is no body.
Justin Erenkrantz
2003-02-17
1
-0
/
+5
*
Rework ap_xml_parse_input to work with bucket brigades rather than doing all
Justin Erenkrantz
2003-02-17
1
-24
/
+45
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Style police come before the code police.
Justin Erenkrantz
2002-06-03
1
-28
/
+29
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-3
/
+3
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Don't attempt to call apr_xml_parser_done() twice -- just exit when we have
Greg Stein
2001-10-06
1
-2
/
+5
*
Shift XML handling code from Apache down into APRUTIL
Greg Stein
2001-02-24
1
-757
/
+22
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
Clean up some of the includes:
Greg Stein
2001-02-10
1
-3
/
+3
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-2
/
+2
*
*) Compensate for recent changes in the APR headers. Specifically, some
Greg Stein
2000-11-26
1
-1
/
+7
*
use apr_size_t
Greg Stein
2000-11-16
1
-15
/
+15
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-7
/
+7
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-26
/
+26
*
Move all APR functions related to strings to their own directory, and
Ryan Bloom
2000-07-21
1
-0
/
+1
*
shift the LimitXMLRequestBody directive to the core. use it from util_xml.
Greg Stein
2000-07-11
1
-1
/
+2
*
Joe Orton says:
Greg Stein
2000-07-04
1
-57
/
+448
*
misc const cleanups and others issues found using maintainer-mode
Greg Stein
2000-07-03
1
-3
/
+11
*
no need for relative includes. the directories will be added to the
Greg Stein
2000-07-01
1
-2
/
+1
*
get the DAV stuff to compile for Apache 2.0. some unpleasantries are in
Greg Stein
2000-06-28
1
-7
/
+9
*
first, obvious step: alter the license/copyright on all mod_dav files.
Greg Stein
2000-06-28
1
-14
/
+54
*
initial checkin of the new Apache DAV code. this is a pristine copy of
Greg Stein
2000-06-28
1
-0
/
+421