summaryrefslogtreecommitdiff
path: root/xml
Commit message (Collapse)AuthorAgeFilesLines
* apr_xml_to_text: Add style APR_XML_X2T_PARSED to maintain a consistent ↵minfrin2016-06-121-6/+76
| | | | | | namespace prefix. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1747941 13f79535-47bb-0310-9956-ffa450edef68
* fix some minor bugs and useless assignments so that clang scan-buildtrawick2013-10-231-1/+1
| | | | | | | is a little quieter git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1534882 13f79535-47bb-0310-9956-ffa450edef68
* Changed funtion name; removed export declaration.fuankg2011-04-114-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1091205 13f79535-47bb-0310-9956-ffa450edef68
* Some more NetWare build fixes.fuankg2011-04-101-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1090896 13f79535-47bb-0310-9956-ffa450edef68
* fix linkage of apr_parser_create_ex() on Windowstrawick2011-03-291-3/+1
| | | | | | | | Submitted by: Carlo Bramini <carlo.bramix libero.it> PR: tiny part of 46175 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1086790 13f79535-47bb-0310-9956-ffa450edef68
* Added define to build with expat.fuankg2011-03-251-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1085525 13f79535-47bb-0310-9956-ffa450edef68
* Support selection of libxml2 vs expat in autoconf build.niq2011-03-252-0/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1085350 13f79535-47bb-0310-9956-ffa450edef68
* Fixed expat build; set new files to eol-style native.fuankg2011-03-241-1/+1
| | | | | | | Submitted by: NormW <norm gknw.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1084848 13f79535-47bb-0310-9956-ffa450edef68
* Patch netware auto-build apr_xml_expat.niq2011-03-231-0/+1
| | | | | | | | Flying blind here; I have only the auto-build run to go on, so this may be missing the mark. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1084650 13f79535-47bb-0310-9956-ffa450edef68
* Decouple apr_xml from reliance on Expatniq2011-03-234-117/+290
| | | | | | | | | | | | | | | | | Build with expat and it's effectively unchanged. The alternative build with libxml2 is compatible to the point that it passes the test suite, but shouldn't be considered ready for primetime! Various hacks want sorting: this is proof-of-concept. This requires a compile-time choice. Runtime would be nice, round tuits permitting. Build hacks & docs TBD git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1084621 13f79535-47bb-0310-9956-ffa450edef68
* Removed expat_config.hnw because wrowe doesnt like it.fuankg2011-03-212-32/+13
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1083852 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.fuankg2011-03-061-4/+4
| | | | | | | Part 4. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1078559 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.fuankg2011-03-041-16/+4
| | | | | | | Part 3. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1078199 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build overhaul in order to compile on Linux.fuankg2011-03-041-0/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1076916 13f79535-47bb-0310-9956-ffa450edef68
* Set eol-style native.fuankg2011-03-041-31/+30
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1076915 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAwrowe2009-12-171-2/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@891835 13f79535-47bb-0310-9956-ffa450edef68
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-12/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@794523 13f79535-47bb-0310-9956-ffa450edef68
* more NetWare expat build improvements.fuankg2009-07-121-4/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@793390 13f79535-47bb-0310-9956-ffa450edef68
* enable NetWare build with recent expat source.fuankg2009-07-122-7/+50
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@793378 13f79535-47bb-0310-9956-ffa450edef68
* NetWare build fixes: more path sanity checks; decoupled expat build.fuankg2009-07-111-6/+28
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@793228 13f79535-47bb-0310-9956-ffa450edef68
* tab police.fuankg2009-07-111-353/+353
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@793210 13f79535-47bb-0310-9956-ffa450edef68
* more NetWare build tweaks.fuankg2009-06-281-9/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@789137 13f79535-47bb-0310-9956-ffa450edef68
* fixed NetWare build.fuankg2009-06-271-7/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@789019 13f79535-47bb-0310-9956-ffa450edef68
* Prevent "billion laughs" attack against expat:jorton2009-06-031-0/+32
| | | | | | | | | | | | | | | * xml/apr_xml.c (entity_declaration, default_handler): Add new handlers for expat 2.x and 1.x respectively. (apr_xml_parser_create): Install handler to prevent expansion of internal entities with expat 1.x, and to fail on an entity declaration with expat 2.x. * test/testxml.c (create_dummy_file, dump_xml): Test that predefined entities are expanded. (test_billion_laughs): New test case. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@781403 13f79535-47bb-0310-9956-ffa450edef68
* Remove bundled expat.pquerna2009-03-2434-15674/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@757820 13f79535-47bb-0310-9956-ffa450edef68
* Merge strmatch, xlate, crypto and xml directories from apr-util.jorton2009-03-2436-0/+16915
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@757729 13f79535-47bb-0310-9956-ffa450edef68