W3C CVS Root

CVS log for XML/uri.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Nov 5 17:22:12 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8, HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +223 -130 lines
More work on xinclude, daniel

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Oct 29 17:50:33 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +16 -15 lines
Applied 2 patches from Wayne Davison on xmlBuildURI and Makefile.mingw, Daniel

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 25 19:26:53 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +76 -38 lines
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.26: download - view: text, markup, annotated - select for diffs
Mon Oct 2 23:01:41 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Oops fixing a stupid bug introduced, Daniel.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Oct 2 21:46:28 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +25 -1 lines
Incorporated a preceding/following rewrite
fixed the file:///c:/ uri bug
Daniel

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Oct 1 14:59:01 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +34 -16 lines
Hope to have fixed some of the serious XPath problems,
- xpath.[ch] : fixed some serious XPath Predicate evaluation
  problems
- Makefile.am : added XPath regression tests to normal tests
- uri.c: fixed a problem with local paths, cleanup
Daniel

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Sep 28 18:35:06 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
parser.c: Fixed a loop bug in large CData sections
uri.c: fixed a composition bugs when using 2 relative path names
Daniel

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Sep 23 10:20:33 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -4 lines
Another patch from Wayne Davison <wayned@users.sourceforge.net>, correcting
an URI bug and a fix for the control-character-induced infinite loop, Daniel

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Sep 19 12:18:57 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +24 -114 lines
One URI escaping patch from Wayne Davison <wayned@blorf.net>, Daniel

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Sep 16 13:35:50 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -0 lines
BIG CLEANUP during flight:
parserInternals.c parserInternals.h parser.c Makefile.in:
created a new module parserInternals.c, moved most of the
code shared by the various parsers there, as well as
deprecated  code from parser.c. More cleanup of parser.c
Daniel

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Sep 10 16:01:05 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
- 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.18: download - view: text, markup, annotated - select for diffs
Tue Sep 5 10:07:37 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +37 -49 lines
A new pass of Wayne Davidson patches on uri.c, Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 4 10:58:55 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +43 -13 lines
Added Wayne Davidson patches to uri.c and testURI.c, integrated the
URI testing in make tests, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Aug 26 10:28:56 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
First speed improvement set: last used cache for Element lookup,
and xmlAddAttributeDecl change to use element attribute list, Daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Aug 22 22:20:34 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -0 lines
Fixed Bug#21552: libxml fails to decode &amp;
uri.c testUri.c patches, by Marc Sanfacon (1 left)
HTML/encoding push problems reported by Wayne Davison
Daniel

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 5 12:32:16 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +18 -18 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jun 26 07:32:33 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -1 lines
Fixed most validation + namespace problems, Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Apr 30 09:10:18 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +28 -0 lines
Worked on iconv() encoding conversion, some cleanup too, Daniel

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 24 11:31:56 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +20 -20 lines
 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c parser.c
   nanoftp.c nanohttp.c SAX.c testSAX.c :
   comment and headers changes to lower gtk-doc number of warnings
Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 3 18:45:48 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -74 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 26 10:20:28 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +265 -37 lines
finished parsing of authority part in server components, the base stuff
has been modified accordingly, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Mar 24 13:20:07 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +235 -13 lines
URI base and path normalization are now working correctly, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 22 19:08:45 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +396 -24 lines
More work, URI output should be Okay now, still working on base support, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 20 09:18:50 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +118 -12 lines
Work done on teh way back from Guadec. URI parsing and testing, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 17 17:38:59 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +183 -14 lines
Fixed and started testing URI code, still TODOs, Daniel

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 16 13:03:03 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +474 -42 lines
Work on the URI code in the train, Daniel

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 4 16:54:07 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
added an URL field for documents, started to look at URI/bases,
couple of minor signature changes, Daniel

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Mar 4 15:16:57 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +22 -2 lines
Finished #6766 closure, rebuilt docs, small patch to validation, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 4 11:37:42 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
I will have to provide URI handling functions, so ...
Daniel

Diff request

This form allows you to request diffs 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.

Log view options

Webmaster