W3C CVS Root

CVS log for XML/nanohttp.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jan 10 14:43:57 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
nanohttp.c: applied Harry Blundell suggested change for xmlNanoHTTPMethod
            closing stdin on connection error
Daniel

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jan 3 17:57:36 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +37 -10 lines
Applied IPV6 first patch to nanohttp
Patched htmlCheckParagraph to check htmlOmittedDefaultValue, Jonas Borgström
Daniel

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Nov 25 09:41:10 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +7 -1 lines
Integrated a bunch of OpenVMS changes, Daniel

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Nov 7 12:30:09 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +30 -0 lines
applied Wayne Davison patches to access the WWW-Authorization header, Daniel

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Oct 25 19:26:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +26 -14 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.33: download - view: text, markup, annotated - select for diffs
Wed Oct 25 10:56:14 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +61 -247 lines
applying provided patches:
- nanohttp.c : applied Wayne HTTP cleanup patch
- tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
  and xmlNodeSetSpacePreserve()
Daniel

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Oct 24 10:29:48 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -3 lines
A number of contributed patches:
- include/Makefile.am: problem passing in DESTDIR= values patch
  from Marc Christensen <marc@calderasystems.com>
- nanohttp.c: removed debugging remains
- HTMLparser.c: the bogus tag should be ignored (Wayne)
- HTMLparser.c parser.c: fixing a number of problems with the
  macros in the *parser.c files (Wayne).
- HTMLparser.c: close the previous option when opening a new one
  (Marc Sanfacon).
- result/HTML/*: updated the HTML results accordingly
Daniel

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Oct 21 08:14:57 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +11 -2 lines
Tony Lam <Tony.Lam@eng.sun.com> patch for xmlNanoHTTPSend on large buffers, Daniel

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 12 23:23:35 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +30 -23 lines
Applied Wayne Davison Win32 patch, daniel

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Oct 11 23:57:11 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +0 -1 lines
nanohttp fix, looked at string-range on XPointer, Daniel.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 11 23:33:36 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +17 -3 lines
Added xmlNanoHTTPTimeout(), Daniel

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 11 17:36:47 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -5 lines
Added Albert Chin-A-Young <china@thewrittenword.com> patch for socklen_t
detection, switched W3C CVS base environement to Gnome's automake one, Daniel.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Oct 10 22:44:45 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +65 -31 lines
Large XPointer updates and changes.
Incorporating pre-2.2.5 feedback.
Adding XPath/XPointer tests,
Daniel

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Oct 9 12:27:32 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Sep 24 08:06:12 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -1 lines
- xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
  problem of socklen_t being undefined on a number of platforms
- debugXML.c: fixed a compilation problem when without snprintf
Daniel

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Sep 22 10:57:40 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -18 lines
Applied and tweaked Wayne Davison patch for xmlStrcasecmp and al. Daniel

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Sep 6 22:37:26 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -5 lines
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Aug 20 14:34:47 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
2 small cleanup FTP/HTTP, added man pages, Daniel.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jul 5 14:03:39 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Commit an ugly socklen_t related patch, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jun 23 18:10:05 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.18: preferred, colored
Changes since revision 1.18: +17 -0 lines
start document for andersca (HTML),
fixed stalled connections in nanoftp and nanohttp,
Daniel

Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +2 -2 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.17: 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.16: preferred, colored
Changes since revision 1.16: +13 -2 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 10 14:45:03 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Patch from Lutz Behnke for snprintf, Daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 3 14:58:47 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -0 lines
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 31 17:49:55 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -4 lines
Fixed '#' and '?' stripping when processing URLs, daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jan 28 19:05:03 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +18 -14 lines
More work bug fixes etc ..., ready for rpmfind, Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 27 16:51:12 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +162 -7 lines
Added xmlSaveNoEmptyTags, HTTP and FTP proxy, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 11 19:42:27 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Removed all exit() references from the library code, Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 3 10:59:22 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
* 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.9: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:53:00 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 8 09:35:41 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4 lines
Corrections of comments/doc, CORBA fields init patch from raph, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Sep 30 15:43:35 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +106 -44 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 20 12:23:02 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +220 -3 lines
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Sep 18 15:26:12 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +232 -111 lines
Lots of cleanups, Daniel

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 17 12:08:23 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +25 -0 lines
Cleanup on includes, defines, etc ... Daniel

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 17 10:39:37 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Oops didn't compile, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 17 10:38:18 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +31 -1 lines
Patched the non-blocking code for portability, Daniel.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 17 10:21:04 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Added a minimal HTTP implementation to fetch external resources, 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