Home | History | Annotate | Download | only in libxml2

Lines Matching full:entities

16   CVE-2014-0191 Do not fetch external parameter entities (Daniel Veillard)
108 Fix incorrect spelling entites->entities (Jan Pokorný),
228 Detect excessive entities expansion upon replacement (Daniel Veillard),
256 Cache presence of '<' in entities content (Daniel Veillard),
257 Avoid extra processing on entities (Daniel Veillard),
313 Fix potential crash on entities errors (Daniel Veillard),
330 Do not fetch external parsed entities (Daniel Veillard),
332 Fix entities local buffers size problems (Daniel Veillard),
471 Try to fix a problem with entities in SAX mode (Daniel Veillard),
480 Fix an allocation error when copying entities (Daniel Veillard),
760 Fix a regression in streaming entities support (Daniel Veillard),
763 reader bug fix with entities (Daniel Veillard),
764 use options from current parser ctxt for external entities (Rob Richards),
771 reuse options from current parser for entities (Rob Richards),
877 functions on memory errors, BOM handling in external parsed entities
1002 (Kasimier), warning on entities processing, XHTML script and style
1008 when parsing entities (with Michael Day), fix entities behaviour when
1017 HTML entities in attributes parsing, HTML minimized attribute values,
1033 xmlIO.c(Kjartan Maraas), entities in XSD validation (Kasimier Buchcik),
1156 xmlGetLineNo fixes, bug on entities handling, entity name extraction in
1306 entities and _private problem (William), xmlBuildRelativeURI error
1386 Reader and entities, xmllint return code for schemas (William), reader
1455 XInclude and XPointer fixes for entities (William), XML parser bug
1489 entities in internal subset (William), internal subset bug in push mode,
1557 Brack), serialization of attributes and entities content, xmlWriter
1604 - defaulted attributes for element coming from internal entities
1625 immutable buffers, make predefined entities static structures, etc...
1762 XInclude entities handling, encoding detection on external subsets, XML
1785 - Bug fixes: XML parser, XInclude entities merge, validity checking on
1807 - Bug fixes: DTD validation, namespace checking, XInclude and entities,
1839 - Entities handling fixes
1855 - Fix for entities handling (Marcus Clarke)
1881 Pajas), entities processing
2142 - fixed some entities problems and reduce memory requirement when
2167 - added support for UTF8 BOM at beginning of entities
2231 - fixed problems in copying nodes with entities references (gdome)
2244 - fixed a big bug with ID declared in external parsed entities
2505 Better handling of entities, especially well-formedness checking
2508 Validation now correctly handle entities content
2515 - Better handling of entities, especially well-formedness checking
2518 - Validation now correctly handle entities content
2572 xmlLoadExternalEntity(), some fix on entities processing were added
2605 does entities escaping by default.
2632 - Added the ability to fetch remote DTD or parsed entities, see the nanohttp module.