summaryrefslogtreecommitdiff
path: root/c14n.c
Commit message (Expand)AuthorAgeFilesLines
* Don't build unneeded .c source filesNick Wellnhofer2022-09-021-2/+0
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-2/+2
* Remove explicit integer castsNick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-1/+2
* Remove DOCBparserNick Wellnhofer2022-03-041-3/+0
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-2/+0
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+1
* Fix return value of xmlC14NDocDumpMemoryNick Wellnhofer2020-06-241-3/+3
* Fix typosNick Wellnhofer2020-03-081-7/+7
* Large batch of typo fixesJared Yanovich2019-09-301-6/+6
* Stop using doc->charset outside parser codeNick Wellnhofer2018-10-131-9/+0
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-1/+1
* Fix misc callback signaturesNick Wellnhofer2017-11-091-3/+4
* Fix list callback signaturesNick Wellnhofer2017-11-091-9/+20
* Treat URIs with scheme as absolute in C14NNick Wellnhofer2017-06-121-7/+0
* properly quote the namespace uris written out during c14nAleksey Sanin2013-05-091-4/+5
* Big space and tab cleanupDaniel Veillard2012-09-111-313/+313
* Convert C14N to the new Input bufferDaniel Veillard2012-07-231-2/+4
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-1/+1
* Fix a couple of ABI issues with C14N 1.1Aleksey Sanin2009-07-091-5/+19
* Aleksey Sanin support for c14n 1.1Aleksey Sanin2009-07-091-59/+352
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-1/+1
* fix a few warning raised by gcc-4.1 and latests changes DanielDaniel Veillard2006-03-101-0/+1
* fixed bug in exc-c14n namespace visibility + test case 319367(bug #319367)Aleksey Sanin2005-10-281-1/+1
* fixing rendering of attributes when parent node is not in the node setAleksey Sanin2005-06-071-8/+7
* fixed xml attributes processing bug in exc c14n added --exc-c14n commandAleksey Sanin2005-06-061-1/+1
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* special case "DAV:" namespace in c14n relative namespaces check and addAleksey Sanin2005-03-201-194/+140
* fixed c14n bug with serializing attribute namespacesAleksey Sanin2004-05-251-1/+1
* fixing C14N bug with processing namespaces from attributesAleksey Sanin2004-04-201-1/+7
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-3/+3
* converted the C14N module too DanielDaniel Veillard2003-10-101-30/+72
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+2
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+1
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-2/+2
* get rid of all the perror() calls made in the library execution paths.Daniel Veillard2002-09-051-2/+2
* fixed memory leak in c14n codeAleksey Sanin2002-08-021-0/+4
* fixed one more c14n + namespaces corner case from new Merlin's test suiteAleksey Sanin2002-08-011-221/+313
* added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modifiedAleksey Sanin2002-06-041-124/+281
* Makefile.am: updated c14n tests suiteAleksey Sanin2002-05-311-47/+49
* propagating xpath ancesstors node fix to c14n plus small performanceAleksey Sanin2002-05-311-58/+118
* patch from Aleksey Sanin reflecting a change in the ExcC14N specificationDaniel Veillard2002-04-181-8/+6
* patch from Mark Vakoc to build C14N if DocBook and HTML support is notDaniel Veillard2002-03-211-0/+6
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* applied a new patch from Aleksey Sanin updated the documentation toDaniel Veillard2002-03-171-13/+8
* another patch from Aleksey Sanin DanielDaniel Veillard2002-03-151-3/+9
* applied patch from Aleksey Sanin fixing a problem in the canonicalizationDaniel Veillard2002-03-151-1/+8
* Fixing #74186, made sure all boolean expressions get fully parenthesized,Daniel Veillard2002-03-111-755/+801
* fixed a few comments regenerated the docs and added the C14N API fixupsDaniel Veillard2002-03-091-3/+3
* fixing #61290 "namespace nodes have no parent" long standing divergenceDaniel Veillard2002-03-041-0/+1556