summaryrefslogtreecommitdiff
path: root/xml/apr_xml.c
Commit message (Expand)AuthorAgeFilesLines
* XML_Parse is well-defined as accepting only an intwrowe2007-10-231-1/+1
* * xml/apr_xml.c (elem_size, write_elem): Fix attribute namespacejorton2007-03-261-3/+6
* Update license headers.jerenkrantz2007-01-151-6/+6
* Rewrite expat detection to test for the presence of expat using thejorton2007-01-071-3/+7
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Test the apr_xml_parser_convert_elem return codes.jfclere2004-07-091-10/+33
* #define the ASCII_* instead #include "ascii.h".jfclere2004-06-231-11/+9
* Arrange the code to get it running on EBCDIC machines.jfclere2004-06-221-9/+79
* * xml/apr_xml.c (apr_xml_parser_geterror): Revert r1.29 which addedjorton2004-06-141-9/+3
* Print "No parser." in errbuf when parser is NULL.jfclere2004-05-211-3/+9
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* deal with a couple of apr interface changes (renaming one function,trawick2003-09-031-1/+1
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Port over some fixes to mod_dav 1.0 so that the Apache 2.0 DAV codegstein2002-04-061-1/+17
* Update our copyright for this year.fielding2002-03-131-1/+1
* buffer_length should be an apr_size_tjwoolley2001-08-071-1/+1
* Added apr_xml_parse_file() routine and a testxml program.jwoolley2001-08-071-0/+37
* *) Make the apr_pool_t structure private.gstein2001-04-261-1/+1
* Ugly hack gone... now need some new goodieswrowe2001-03-081-7/+0
* Just trying to keep Win32 semi-buildablewrowe2001-02-281-0/+8
* enable building against old/new expatsgstein2001-02-281-3/+6
* create the apr_xml_parser abstraction to handle XML parsing. this implementsgstein2001-02-181-142/+138
* first pass of changes to build within APRUTIL.gstein2001-02-181-109/+110
* Update copyright to 2001fielding2001-02-161-1/+1
* Clean up some of the includes:gstein2001-02-101-3/+3
* renaming various functions for consistency sakedougm2001-02-081-2/+2
* *) Compensate for recent changes in the APR headers. Specifically, somegstein2000-11-261-1/+7
* use apr_size_tgstein2000-11-161-15/+15
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-7/+7
* prefix libapr functions and types with apr_dougm2000-08-021-26/+26
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* shift the LimitXMLRequestBody directive to the core. use it from util_xml.gstein2000-07-111-1/+2
* Joe Orton says:gstein2000-07-031-57/+448
* misc const cleanups and others issues found using maintainer-modegstein2000-07-031-3/+11
* no need for relative includes. the directories will be added to thegstein2000-07-011-2/+1
* get the DAV stuff to compile for Apache 2.0. some unpleasantries are ingstein2000-06-281-7/+9
* first, obvious step: alter the license/copyright on all mod_dav files.gstein2000-06-281-14/+54
* initial checkin of the new Apache DAV code. this is a pristine copy ofgstein2000-06-281-0/+421