summaryrefslogtreecommitdiff
path: root/xml/apr_xml.c
Commit message (Collapse)AuthorAgeFilesLines
* * xml/apr_xml.c (apr_xml_parser_done): Drop variable and passJoe Orton2021-05-071-2/+1
| | | | | | | | the empty string to ->Parse(), avoiding GCC 11 warning. No functional change. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1889605 13f79535-47bb-0310-9956-ffa450edef68
* apr_xml_to_text: Add style APR_XML_X2T_PARSED to maintain a consistent ↵Graham Leggett2016-06-121-6/+76
| | | | | | namespace prefix. git-svn-id: https://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-buildJeff Trawick2013-10-231-1/+1
| | | | | | | is a little quieter git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1534882 13f79535-47bb-0310-9956-ffa450edef68
* Changed funtion name; removed export declaration.Guenter Knauf2011-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1091205 13f79535-47bb-0310-9956-ffa450edef68
* Decouple apr_xml from reliance on ExpatNick Kew2011-03-231-117/+10
| | | | | | | | | | | | | | | | | 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: https://svn.apache.org/repos/asf/apr/apr/trunk@1084621 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAWilliam A. Rowe Jr2009-12-171-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891835 13f79535-47bb-0310-9956-ffa450edef68
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@794523 13f79535-47bb-0310-9956-ffa450edef68
* tab police.Guenter Knauf2009-07-111-353/+353
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@793210 13f79535-47bb-0310-9956-ffa450edef68
* Prevent "billion laughs" attack against expat:Joe Orton2009-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: https://svn.apache.org/repos/asf/apr/apr/trunk@781403 13f79535-47bb-0310-9956-ffa450edef68
* Merge strmatch, xlate, crypto and xml directories from apr-util.Joe Orton2009-03-241-0/+983
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757729 13f79535-47bb-0310-9956-ffa450edef68