summaryrefslogtreecommitdiff
path: root/bindings/xml/expat_xmlparser.c
Commit message (Collapse)AuthorAgeFilesLines
* Ignore http and https addresses when fetching entity refsChris Young2016-11-201-0/+13
| | | | | The fopen() causes a requester on AmigaOS which I'm bored of hearing about. See also bug 2313
* Slightly better fix for afl issuesDaniel Silverstone2016-08-271-20/+15
|
* fix expat parser adding comment if no node is being constructedVincent Sanders2016-08-241-0/+5
|
* protect expat parser from null current nodeVincent Sanders2016-08-241-0/+17
|
* Revert "Don't attempt to fetch external entity references blindly with fopen"Chris Young2016-08-231-3/+35
| | | | | | | It appears that this change broke the libdom tests because they expect to be able to load relative paths, and thus will not work without some external entity ref fetching system. Therefore this external entity reference fetching problem will need to have a proper fix written to resolve #2313 and avoid the security implications of not taking the base URI into account. This reverts commit 389f74b11d3f6cd54c32ffcf423cee1c9b07f845.
* Don't attempt to fetch external entity references blindly with fopenChris Young2016-08-231-35/+3
| | | | | | The system_id is a URI, either absolute or relative to 'base', it needs to be fetched using network calls, fopen won't work. I've put a half-working POC in chris/fetch-x-ent-ref but it needs fixing up and testing. Removing this non-working code fixes #2313 for now, but fetching of external entities will still need to be added.
* Fix some doxygen warningsVincent Sanders2015-09-011-2/+3
|
* add context for default action functionVincent Sanders2013-02-191-0/+1
|
* Intern a few more bits in the expat handlerDaniel Silverstone2012-11-031-12/+14
|
* Change XML Parser API to be more saneDaniel Silverstone2012-11-031-21/+7
|
* Add some casts through void to shush the RISC OS compilerDaniel Silverstone2012-11-031-3/+4
|
* Augment expat binding to support namespaced attribute valuesDaniel Silverstone2012-11-021-5/+29
|
* Update expat binding to cope better with namespaced tag namesDaniel Silverstone2012-11-021-2/+27
|
* fixup comment damage from automated type conversionVincent Sanders2012-09-111-5/+5
|
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-5/+5
| | | | fixes. Test suite does not pass
* XML Binding: Allow expat handler to coalesce TEXT nodes. Core suite now ↵Daniel Silverstone2012-07-151-1/+35
| | | | passes with expat.
* XML Binding: Allow expat binding to create text nodes if not parsing cdataDaniel Silverstone2012-07-151-6/+32
|
* XML Binding: Add doctype support to Expat handlerDaniel Silverstone2012-07-151-0/+45
|
* XML Binding: Add comment support to Expat handlerDaniel Silverstone2012-07-151-0/+52
|
* XML binding: Expat handler, dodgy external entity ref handlerDaniel Silverstone2012-07-151-48/+95
|
* Beginnings of an expat binding -- NOT FUNCTIONAL YETDaniel Silverstone2012-03-241-0/+346
svn path=/trunk/libdom/; revision=13594