W3C CVS

CVS log for XML/xmlIO.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.43 / (download) - annotate - [select for diffs] , Thu Jan 4 10:47:13 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.42: +66 -53 lines
Diff to previous 1.42 (colored)
Fixing the problem reported by Marc Sanfacon on large files, Daniel

Revision 1.42 / (download) - annotate - [select for diffs] , Wed Jan 3 20:51:59 2001 UTC (7 years, 4 months ago) by veillard
Changes since 1.41: +1 -1 lines
Diff to previous 1.41 (colored)
- xmlIO.c: fixed xmlParserInputBufferCreateMem doc
Daniel

Revision 1.41 / (download) - annotate - [select for diffs] , Tue Dec 12 13:38:46 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.40: +7 -3 lines
Diff to previous 1.40 (colored)
Closed #34570, fixed the encoding support, make xmllint use xmlDocDumpMemory()
when using --memory , added this to the testsuite, Daniel

Revision 1.40 / (download) - annotate - [select for diffs] , Sat Nov 25 09:41:10 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.39: +25 -3 lines
Diff to previous 1.39 (colored)
Integrated a bunch of OpenVMS changes, Daniel

Revision 1.39 / (download) - annotate - [select for diffs] , Sat Nov 25 09:17:00 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)
- tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
- error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
Daniel

Revision 1.38 / (download) - annotate - [select for diffs] , Wed Oct 25 19:26:53 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.37: +39 -21 lines
Diff to previous 1.37 (colored)
Message cleanup Jumbo Diff:
- in xmlerror.h : I added the export of an error context type (void *)
     an error handler type xmlGenericErrorFunc
     there is an interface
       xmlSetGenericErrorFunc  (void *ctx, xmlGenericErrorFunc handler);
     to reset the error handling routine and its argument
 (by default it's equivalent to respectively fprintf and stderr.
- in all the c files, all wild accesses to stderr or stdout within
 the library have been replaced to the handler.
- removed slashrdf.c now obsolete
Daniel

Revision 1.37 / (download) - annotate - [select for diffs] , Sun Oct 22 16:56:52 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.36: +13 -2 lines
Diff to previous 1.36 (colored)
Switched the entities structures and code to use the new hast tables, Daniel.

Revision 1.36 / (download) - annotate - [select for diffs] , Sun Oct 22 13:55:39 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)
First step at integrating Hash tables, Daniel.

Revision 1.35 / (download) - annotate - [select for diffs] , Thu Oct 12 23:23:35 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)
Applied Wayne Davison Win32 patch, daniel

Revision 1.34 / (download) - annotate - [select for diffs] , Wed Oct 4 12:33:49 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.33: +8 -0 lines
Diff to previous 1.33 (colored)
Fixed bug 26650, Daniel

Revision 1.33 / (download) - annotate - [select for diffs] , Sun Sep 10 16:01:05 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.32: +1 -6 lines
Diff to previous 1.32 (colored)
- uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
  the cleanup of the computation of URI references when seeking
  external entities. The URI reference string and the resulting
  URI are both stored now.
- parser.c HTMLparser.c: memory allocation checks
- entities.c: fixed problems when doc == NULL
Daniel

Revision 1.32 / (download) - annotate - [select for diffs] , Fri Jul 21 19:44:26 2000 UTC (7 years, 9 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.31: +6 -1 lines
Diff to previous 1.31 (colored)
Last change needed for encoding support on memory, Daniel

Revision 1.31 / (download) - annotate - [select for diffs] , Fri Jul 21 19:12:07 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.30: +29 -0 lines
Diff to previous 1.30 (colored)
Fixed the problem of encoding support and xmlParseMemory(), daniel

Revision 1.30 / (download) - annotate - [select for diffs] , Wed Jul 5 12:32:16 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 (colored)
Large cleanup using SunPro cc, Daniel.

Revision 1.29 / (download) - annotate - [select for diffs] , Mon May 8 12:20:38 2000 UTC (8 years ago) by daniel
CVS Tags: LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.28: +2 -6 lines
Diff to previous 1.28 (colored)
Saving to different encodings starts working better, still need
to not save to CharREF when saving to non-ascii, Daniel

Revision 1.28 / (download) - annotate - [select for diffs] , Sat May 6 18:27:23 2000 UTC (8 years ago) by daniel
Changes since 1.27: +277 -16 lines
Diff to previous 1.27 (colored)
More work toward conversion on save, still buggy need more testing, Daniel.

Revision 1.27 / (download) - annotate - [select for diffs] , Sat May 6 12:49:37 2000 UTC (8 years ago) by daniel
Changes since 1.26: +352 -4 lines
Diff to previous 1.26 (colored)
Started working on output buffers supporting also encoding transformation, Daniel

Revision 1.26 / (download) - annotate - [select for diffs] , Sun Apr 30 20:41:53 2000 UTC (8 years ago) by daniel
Changes since 1.25: +31 -54 lines
Diff to previous 1.25 (colored)
More work on the encoding support and translation, looks better, Daniel.

Revision 1.25 / (download) - annotate - [select for diffs] , Sun Apr 30 09:10:18 2000 UTC (8 years ago) by daniel
Changes since 1.24: +21 -9 lines
Diff to previous 1.24 (colored)
Worked on iconv() encoding conversion, some cleanup too, Daniel

Revision 1.24 / (download) - annotate - [select for diffs] , Wed Apr 12 13:26:14 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.23: +29 -0 lines
Diff to previous 1.23 (colored)
- speedup of IS_CHAR like macros, significant overall improvement
- More interfaces for new I/O functions: xmlNewIOInputStream,
   xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt
- added I/O test to xmllint
Daniel

Revision 1.23 / (download) - annotate - [select for diffs] , Fri Apr 7 16:32:11 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.22: +432 -184 lines
Diff to previous 1.22 (colored)
Cleaned up the mess w.r.t. input method. There is now a clean registration
mechanism xmlRegisterInputCallbacks() in xmlIO.h allowing to provide
your own URI resolution code, Daniel.

Revision 1.22 / (download) - annotate - [select for diffs] , Fri Apr 7 13:17:40 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.21: +96 -0 lines
Diff to previous 1.21 (colored)
Added xmlversion.h.in, Daniel.

Revision 1.21 / (download) - annotate - [select for diffs] , Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.20: +26 -10 lines
Diff to previous 1.20 (colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.20 / (download) - annotate - [select for diffs] , Sun Feb 13 19:56:23 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.19: +33 -10 lines
Diff to previous 1.19 (colored)
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel

Revision 1.19 / (download) - annotate - [select for diffs] , Wed Jan 26 13:48:45 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.18: +27 -10 lines
Diff to previous 1.18 (colored)
Finished the FTP transport integration, Daniel.

Revision 1.18 / (download) - annotate - [select for diffs] , Mon Jan 3 10:59:23 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.17: +20 -8 lines
Diff to previous 1.17 (colored)
* tree.[ch]: added xmlRemoveProp
* win32config.h.in nanohttp.c: avoid including the Windows
    socket stuff in every C files
* parser.c: removed an indetermination xmLDecl/PI(xml...) in
    the XmL parser(s)
* test/ns4 result/ns4 etc...: added test case for previous prob
* tree.c: xmlNewNs wasn't checking for double definition
* Makefile.in: fixed a problem with dist-hook duplicates
* parser.[hc], xmlIO.c: fixed the loading of external entities
    APIs, now xmlLoadExternalEntity() is used everywhere and
    setting up an app specific front-end using the
* SAX.c parser.c: some fixes, now the xhtml spec validates
    with the xhtml DTD.
* error.c: fixed crashes in case of no input stream
* test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
    to the validation tests and results
Daniel

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Dec 28 15:31:14 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.16: +22 -12 lines
Diff to previous 1.16 (colored)
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

Revision 1.16 / (download) - annotate - [select for diffs] , Tue Dec 21 17:53:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Nov 24 17:57:48 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Nov 10 17:54:34 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.13: +50 -0 lines
Diff to previous 1.13 (colored)
Start at adding real progressive parsing, Daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.12 / (download) - annotate - [select for diffs] , Mon Sep 20 12:23:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

Revision 1.11 / (download) - annotate - [select for diffs] , Sat Sep 18 21:21:33 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.10: +18 -2 lines
Diff to previous 1.10 (colored)
Linked the HTTP protocol to external entities fetch, Daniel.

Revision 1.10 / (download) - annotate - [select for diffs] , Fri Sep 17 12:08:24 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.9: +18 -2 lines
Diff to previous 1.9 (colored)
Cleanup on includes, defines, etc ... Daniel

Revision 1.9 / (download) - annotate - [select for diffs] , Fri Sep 17 10:21:04 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.8: +1 -0 lines
Diff to previous 1.8 (colored)
Added a minimal HTTP implementation to fetch external resources, Daniel.

Revision 1.8 / (download) - annotate - [select for diffs] , Thu Sep 2 16:30:54 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.7: +13 -13 lines
Diff to previous 1.7 (colored)
Memory leak hunting, successful it seems ! Daniel

Revision 1.7 / (download) - annotate - [select for diffs] , Sun Aug 29 18:01:18 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.6 / (download) - annotate - [select for diffs] , Sun Aug 29 10:56:44 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.5: +3 -7 lines
Diff to previous 1.5 (colored)
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.5 / (download) - annotate - [select for diffs] , Wed Aug 25 10:55:47 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.4: +74 -0 lines
Diff to previous 1.4 (colored)
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.4 / (download) - annotate - [select for diffs] , Thu Jul 29 09:43:58 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.3: +45 -0 lines
Diff to previous 1.3 (colored)
Cleanup, debugging on external entities parsing, Daniel

Revision 1.3 / (download) - annotate - [select for diffs] , Tue Jul 27 18:44:59 1999 UTC (8 years, 9 months ago) by veillard
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (colored)
Cleanup using Insure++, Daniel

Revision 1.2 / (download) - annotate - [select for diffs] , Tue Jul 27 13:16:06 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.1: +10 -1 lines
Diff to previous 1.1 (colored)
More cleanup on progressive parsing, added an option to tester, a bit
of XPath cleanup, improved make clean, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Mon Jul 26 15:16:20 1999 UTC (8 years, 9 months ago) by daniel
Diff
Work on progressive parsing, and a bit of XPath, Daniel.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster