summaryrefslogtreecommitdiff
path: root/server/util_xml.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* 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
* - Put a prefix on this error message to have a chance of finding it in the so...Paul Querna2005-05-271-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Complete the EBCDIC conversion support for XML documents.Martin Kraemer2004-06-291-0/+4
* Forward-port from mod_dav 1.0:Joe Orton2004-03-141-1/+3
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* get rid of _FOREACHCliff Woolley2003-11-161-1/+4
* remove unused variable.André Malo2003-02-181-1/+1
* Don't emit an error when there is no body.Justin Erenkrantz2003-02-171-0/+5
* Rework ap_xml_parse_input to work with bucket brigades rather than doing allJustin Erenkrantz2003-02-171-24/+45
* finished that boring job:André Malo2003-02-031-1/+1
* Style police come before the code police.Justin Erenkrantz2002-06-031-28/+29
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Don't attempt to call apr_xml_parser_done() twice -- just exit when we haveGreg Stein2001-10-061-2/+5
* Shift XML handling code from Apache down into APRUTILGreg Stein2001-02-241-757/+22
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up some of the includes:Greg Stein2001-02-101-3/+3
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-1/+7
* use apr_size_tGreg Stein2000-11-161-15/+15
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-7/+7
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-26/+26
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* shift the LimitXMLRequestBody directive to the core. use it from util_xml.Greg Stein2000-07-111-1/+2
* Joe Orton says:Greg Stein2000-07-031-57/+448
* misc const cleanups and others issues found using maintainer-modeGreg Stein2000-07-031-3/+11
* no need for relative includes. the directories will be added to theGreg Stein2000-07-011-2/+1
* get the DAV stuff to compile for Apache 2.0. some unpleasantries are inGreg Stein2000-06-281-7/+9
* first, obvious step: alter the license/copyright on all mod_dav files.Greg Stein2000-06-281-14/+54
* initial checkin of the new Apache DAV code. this is a pristine copy ofGreg Stein2000-06-281-0/+421