aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Hardening of XPath evaluationDaniel Veillard2011-08-191-1/+4
* Add options to ignore the internal encodingDaniel Veillard2011-05-262-3/+5
* Release of libxml2-2.7.8Daniel Veillard2010-11-041-0/+11
* 480323 add code to plug in ICU converters by defaultGiuseppe Iuculano2010-11-043-1/+24
* 614087 Fix Socket API usage to allow Windows64 compilationOzkan Sezer2010-11-041-24/+32
* Switch from the obsolete mkinstalldirs to AC_PROG_MKDIR_PAdrian Bunk2010-11-041-3/+0
* Add xmlSaveOption XML_SAVE_WSNONSIGAdam Spragg2010-11-031-1/+2
* Add an HTML parser option to avoid a default doctypeDaniel Veillard2010-07-261-0/+1
* Switch the HTML parser to be non-recursiveEugene Pimenov2010-03-151-0/+6
* Fix build with mingwRoumen Petrov2010-03-101-1/+1
* Fix xmlParseInNodeContext for HTML contentDaniel Veillard2010-01-291-0/+1
* 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashesDaniel Veillard2009-09-092-11/+11
* Fix the globals.h to use XMLPUBFUNPaul Smith2009-09-071-1/+1
* Problem with extern extern in headerDaniel Veillard2009-09-072-6/+6
* 440226 Add xmlXIncludeProcessTreeFlagsData APIStefan Behnel2009-08-241-5/+9
* Fix SetGenericErrorFunc and SetStructured clashWang Lam2009-08-241-0/+11
* 541335 HTML avoid creating 2 head or 2 body elementDaniel Veillard2009-08-241-1/+4
* Make xmlRecoverDoc const (Martin Trappel)Daniel Veillard2009-08-201-1/+1
* Both args of xmlStrcasestr are constDaniel Veillard2009-08-121-1/+1
* Try to avoid __imp__xmlFree link trouble on msysDaniel Veillard2009-08-101-1/+6
* Fix a couple of ABI issues with C14N 1.1Aleksey Sanin2009-07-091-3/+3
* Aleksey Sanin support for c14n 1.1Aleksey Sanin2009-07-091-4/+15
* change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro nameDaniel Veillard2009-04-158-54/+54
* fixes for Borland/CodeGear/Embarcadero compilers by Eric Zurcher DanielDaniel Veillard2009-03-251-0/+1
* preparing 0.7.3 release fix a typo in a name DanielDaniel Veillard2009-01-181-2/+2
* port patch from Marcus Meissner to add gcc checking for printf likeDaniel Veillard2009-01-188-97/+192
* windows header should get the same define DanielDaniel Veillard2009-01-181-0/+10
* apply patch from Marcus Meissner to add gcc attribute alloc_size shouldDaniel Veillard2009-01-183-5/+15
* add a new define XML_MAX_TEXT_LENGHT limiting the maximum size of a singleDaniel Veillard2009-01-181-9/+18
* add XML_PARSE_OLDSAX parser option to enable pre 2.7 SAX behavior.Rob Richards2009-01-051-1/+2
* adds element traversal support avoid a warning regenerated danielDaniel Veillard2008-11-271-0/+16
* new options to serialize as XML/HTML/XHTML and restore old entry pointDaniel Veillard2008-09-251-1/+4
* make a new kind of buffer where shrinking and adding in head can avoidDaniel Veillard2008-08-301-3/+5
* completely different fix for the recursion detection based on entityDaniel Veillard2008-08-281-0/+1
* a bit of cleanup and added checks based on the regression tests of theDaniel Veillard2008-08-271-0/+1
* cleanup entity pushing error handling based on a patch from Ashwin danielDaniel Veillard2008-08-271-1/+1
* strengthen some of the internal parser limits, add an XML_PARSE_HUGEDaniel Veillard2008-08-261-1/+2
* patch based on Wieant Nielander contribution to add the option of notDaniel Veillard2008-08-261-1/+2
* applied patch from Aswin to fix tree skipping fixed a comment and added aDaniel Veillard2008-08-251-15/+25
* rework the patch to avoid some ABI issue with people allocating entitiesDaniel Veillard2008-08-251-1/+0
* fix for CVE-2008-3281 DanielDaniel Veillard2008-08-202-0/+2
* rewrite the URI parser to update to rfc3986 (from 2396) removed the errorDaniel Veillard2008-08-041-18/+18
* more progresses against the official regression tests small cleanup forDaniel Veillard2008-07-311-0/+21
* added a skipped list, insert rmt-ns10-035 improve 'make check' clean upDaniel Veillard2008-07-311-0/+1
* add xmlMemDisplayLast to help debug incremental memory leaks, and someDaniel Veillard2008-07-301-21/+23
* an XML-1.0 document can't load an 1.1 entity when using entities make sureDaniel Veillard2008-07-301-0/+1
* implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stickDaniel Veillard2008-07-292-1/+3
* fx compilation when configured without the reader should fix #513110Daniel Veillard2008-05-121-17/+17
* added new function xmlSchemaValidCtxtGetParserCtxt based on HolgerDaniel Veillard2008-04-117-129/+245
* support older win32 platforms when building with newer versions of VSRob Richards2008-04-091-0/+1