index
:
delta/libxml2.git
2.10
2.11
2.9
LIBXML2_2_5_X
LIB_XML_1_BRANCH
USING_LIBUNICODE
baserock/morph
ddkilzer/add-fuzzing-asserts-to-xmlSetTreeDoc
devhelp2
devhelp2-index
fix-trio-msvc
master
python3-windows
wip/jtojnar/env-var-separator
wip/sadiq/fixes
gitlab.gnome.org: GNOME/libxml2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xmlreader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added two xmlReader examples cleaned up some bugs in the process Daniel
Daniel Veillard
2003-11-20
1
-5
/
+5
*
minor enhancement to prevent comment with unreferenced variable. edited
William M. Brack
2003-11-18
1
-1
/
+1
*
Finally - found the problem with the page generation (XMLPUBFUN not
William M. Brack
2003-11-16
1
-1
/
+1
*
fixed some wording make sure doc/examples is packaged fixed the really
Daniel Veillard
2003-11-15
1
-2
/
+69
*
adding XInclude support to the reader interface. Lot of testing of the
Daniel Veillard
2003-11-03
1
-21
/
+91
*
make sure we report errors if xmlNewInputFromFile() fails. avoid using
Daniel Veillard
2003-10-27
1
-26
/
+13
*
added the xmlWriter module contributed by Alfred Mickautsch added room for
Daniel Veillard
2003-10-20
1
-13
/
+23
*
removing xmldwalk module since it got merged with the xmlreader. cleanup
Daniel Veillard
2003-10-20
1
-69
/
+495
*
added new APIs for creating reader from sources or reusing a reader with a
Daniel Veillard
2003-10-18
1
-0
/
+387
*
Applied fix for bug #123481 reported by Peter Derr Daniel
Daniel Veillard
2003-10-01
1
-2
/
+3
*
added 2 new configure option: --with-reader --with-sax1 to allow removing
Daniel Veillard
2003-09-30
1
-1
/
+7
*
Okay this is scary but it is just adding a configure option to disable
Daniel Veillard
2003-09-29
1
-9
/
+12
*
fix a bug raised by the Mips compiler. move the SAXv1 block definitions to
Daniel Veillard
2003-09-28
1
-18
/
+335
*
minor change to avoid compilation warnings on some (e.g. AIX) systems
William M. Brack
2003-09-26
1
-4
/
+3
*
preparing a beta3 solving the ABI problems make sure the global variables
Daniel Veillard
2003-09-25
1
-342
/
+0
*
fixing some comments to avoid warnings from apibuild.py Daniel
Daniel Veillard
2003-09-25
1
-1
/
+1
*
adding repeated parsing and validating tests make the new DOM tree
Daniel Veillard
2003-09-24
1
-6
/
+7
*
the uri arg to xmlNodeSetBase is really a const xmlChar* addin the
Daniel Veillard
2003-09-22
1
-0
/
+18
*
preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in
Daniel Veillard
2003-09-19
1
-0
/
+216
*
add streaming on memory regression tests, found bad bugs in the reader
Daniel Veillard
2003-09-18
1
-3
/
+18
*
add a Timingtests target to check bad behaviour from the streaming engine
Daniel Veillard
2003-09-17
1
-1
/
+2
*
two small improvements Daniel
Daniel Veillard
2003-09-17
1
-0
/
+1
*
more performance hunting reducing memory allocation and free and avoiding
Daniel Veillard
2003-09-17
1
-5
/
+13
*
started messing seriously with per-document dict and element and attribute
Daniel Veillard
2003-09-17
1
-7
/
+357
*
Time to commit 3 days of work rewriting the parser internal,
Daniel Veillard
2003-09-10
1
-0
/
+83
*
when creating a DOCTYPE use "html" lowercase by default instead of "HTML"
Daniel Veillard
2003-09-03
1
-0
/
+5
*
small changes to syntax to get rid of compiler warnings. No changes to
William M. Brack
2003-08-05
1
-16
/
+0
*
=Bug 118559 (continued)
William M. Brack
2003-08-01
1
-1
/
+1
*
applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and
Daniel Veillard
2003-07-30
1
-15
/
+23
*
fixed an out of bound error #118052 , the good part if that base64 code
Daniel Veillard
2003-07-23
1
-1
/
+1
*
adding Get interface for the error callback and parameters of parsing and
Daniel Veillard
2003-07-18
1
-0
/
+3
*
applied a patch from Gman for building docs applied a patch from Gary
Daniel Veillard
2003-06-09
1
-0
/
+2
*
fixing bug #104081 with xs:all with an element holding minOccurs="0" added
Daniel Veillard
2003-05-09
1
-0
/
+4
*
try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in
Daniel Veillard
2003-04-30
1
-1
/
+1
*
integrated the Out Of Memory test from Havoc Pennington #109368 a lot of
Daniel Veillard
2003-04-24
1
-2
/
+10
*
a lot of performance work especially the speed of streaming through the
Daniel Veillard
2003-04-21
1
-73
/
+37
*
added xmlMallocAtomic() to be used when allocating blocks which do not
Daniel Veillard
2003-04-19
1
-1
/
+1
*
augnemting the APIs, cleanups. cleanup bug #111005 added some missing
Daniel Veillard
2003-04-17
1
-3
/
+63
*
implemented streaming of RelaxNG (when possible) on top of the xmlReader
Daniel Veillard
2003-04-15
1
-38
/
+208
*
make sure xmllint --stream and xmllint --stream --valid returns errors
Daniel Veillard
2003-04-11
1
-0
/
+14
*
Added the Expand() and Next() operation to work on subtrees within the
Daniel Veillard
2003-04-11
1
-0
/
+102
*
fixing HasValue for namespace as raised by Denys Duchier Daniel
Daniel Veillard
2003-04-10
1
-0
/
+1
*
fixing bug #108976 get the ID/REFs to reference the ID in the document
Daniel Veillard
2003-03-23
1
-0
/
+2
*
fixed #107043 removing 2 warnings with Sun One compiler. Daniel
Daniel Veillard
2003-03-22
1
-2
/
+2
*
fixed bug #108801 reported by Malcolm Tredinnick about the DocType node
Daniel Veillard
2003-03-22
1
-1
/
+5
*
fixed bug #108546 on long CDATA (or text nodes) reported by Edd Dumbill
Daniel Veillard
2003-03-22
1
-0
/
+39
*
fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed
Daniel Veillard
2003-03-21
1
-1
/
+1
*
fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF
Daniel Veillard
2003-03-17
1
-1
/
+1
*
float/double check bugfix exported a function for NMTOKEN validation add a
Daniel Veillard
2003-02-18
1
-0
/
+1
*
fixing #104096 to compile without regexps Daniel
Daniel Veillard
2003-02-04
1
-0
/
+8
[next]