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
*
applied a patch from Marcus Boerger to fix problems with calling
Daniel Veillard
2005-07-21
1
-8
/
+8
*
applied patch from Marcus Boerger to route relaxng and schemas error
Daniel Veillard
2005-07-13
1
-18
/
+153
*
fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader
Daniel Veillard
2005-07-10
1
-6
/
+200
*
applied patch from Rob Richards for removal of ID (and xml:id) applied
Daniel Veillard
2005-06-20
1
-6
/
+54
*
revamped the elfgcchack.h format to cope with gcc4 change of aliasing
Daniel Veillard
2005-04-01
1
-0
/
+2
*
applied fix for xmlTextReaderNext() bug from Rob Richards Daniel
Daniel Veillard
2005-03-10
1
-1
/
+1
*
applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() added
Daniel Veillard
2005-02-18
1
-0
/
+21
*
implementation of xmlTextReaderReadString by Bjorn Reese Daniel
Daniel Veillard
2005-01-28
1
-2
/
+61
*
making DSO support an option code and documentation cleanups regenerated
Daniel Veillard
2005-01-04
1
-10
/
+13
*
GetLineNumber and GetColumnNumber functions for xmlReader
Aleksey Sanin
2005-01-03
1
-0
/
+34
*
added xmlDictExists() to the dictionnary interface. applying
Daniel Veillard
2004-11-24
1
-1
/
+1
*
augmented types supported a number of new bug fixes and documentation
Daniel Veillard
2004-11-06
1
-2
/
+2
*
autogenerate a minimal NULL value sequence for unknown pointer types This
Daniel Veillard
2004-11-05
1
-0
/
+6
*
more fixes and extending the tests coverage adding a type init interface
Daniel Veillard
2004-11-03
1
-1
/
+4
*
applied patch from Graham Bennett adding 4 convenience functions to the
Daniel Veillard
2004-10-19
1
-0
/
+109
*
added help for new set shell command added parser option to not generate
Daniel Veillard
2004-08-16
1
-3
/
+2
*
many further little changes for OOM problems. Now seems to be getting
William M. Brack
2004-07-31
1
-1
/
+8
*
further fixes for out of memory condition, mostly from Olivier Andrieu.
William M. Brack
2004-07-29
1
-2
/
+6
*
implemented patches supplied by Olivier Andrieu (bug 148588), plus made
William M. Brack
2004-07-28
1
-4
/
+8
*
fixed problem with reader state after processing attributes (bug 147993)
William M. Brack
2004-07-22
1
-2
/
+2
*
seems the reader buffer could be used while not allocated, fixes bug
Daniel Veillard
2004-07-01
1
-0
/
+7
*
fix from Steve Ball and update of the comment. William pointed out that
Daniel Veillard
2004-06-14
1
-4
/
+4
*
fixed a serious problem when substituing entities using the Reader, the
Daniel Veillard
2004-06-08
1
-0
/
+4
*
fixing bug #141384 where the reader didn't call the deregistering
Daniel Veillard
2004-04-30
1
-0
/
+16
*
never commit without running make tests first ! Daniel
Daniel Veillard
2004-04-29
1
-4
/
+6
*
fix a nasty problem with reading over the end fix a reported memory leak
Daniel Veillard
2004-04-29
1
-1
/
+6
*
Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really
Daniel Veillard
2004-04-20
1
-9
/
+0
*
keep the ChangeLog compressed fix a segfault when using Close() test for
Daniel Veillard
2004-04-18
1
-16
/
+7
*
applied patch from Alfred Mickautsch for better DTD support. fixed bug
Daniel Veillard
2004-03-22
1
-5
/
+1
*
fixing compilation and link option when configuring with --without-valid
Daniel Veillard
2004-02-25
1
-6
/
+15
*
fixed xmllint --memory --stream memory consumption on large file by using
Daniel Veillard
2004-02-19
1
-11
/
+9
*
updating the benchmark graph and using a PNG instead of a GIF updated the
Daniel Veillard
2004-02-16
1
-2
/
+0
*
applied patch from Steve Ball to provide structured error reports.
William M. Brack
2004-02-03
1
-0
/
+51
*
fixing some problem if configured --without-xinclude c.f. #130902 Daniel
Daniel Veillard
2004-01-08
1
-2
/
+13
*
change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(),
Daniel Veillard
2003-12-22
1
-0
/
+6
*
fixed bug #129489, propagation of parsing flags in entities. improved the
Daniel Veillard
2003-12-21
1
-21
/
+21
*
trying to fix #129692 xmlTextReaderExpand() when using an
Daniel Veillard
2003-12-19
1
-1
/
+3
*
augmented the XInclude API to be able to pass XML parser flags down to the
Daniel Veillard
2003-12-09
1
-0
/
+3
*
filter warning messages if the global setting blocks them updated the
Daniel Veillard
2003-12-08
1
-1
/
+2
*
fixed the pattern interfaces but not yet the parser to handle the
Daniel Veillard
2003-12-05
1
-2
/
+5
*
cleanup the make rebuild in doc, this include new directive to stop
Daniel Veillard
2003-12-05
1
-4
/
+131
*
fixed a problem in xmlreader validation when streaming exposed by reader2
Daniel Veillard
2003-12-02
1
-0
/
+4
*
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
[next]