W3C CVS

CVS log for XML/nanohttp.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.38 / (download) - annotate - [select for diffs] , Wed Jan 10 14:43:57 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.37: +1 -0 lines
Diff to previous 1.37 (colored)
nanohttp.c: applied Harry Blundell suggested change for xmlNanoHTTPMethod
            closing stdin on connection error
Daniel

Revision 1.37 / (download) - annotate - [select for diffs] , Wed Jan 3 17:57:36 2001 UTC (7 years, 4 months ago) by veillard
Changes since 1.36: +37 -10 lines
Diff to previous 1.36 (colored)
Applied IPV6 first patch to nanohttp
Patched htmlCheckParagraph to check htmlOmittedDefaultValue, Jonas Borgström
Daniel

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

Revision 1.35 / (download) - annotate - [select for diffs] , Tue Nov 7 12:30:09 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.34: +30 -0 lines
Diff to previous 1.34 (colored)
applied Wayne Davison patches to access the WWW-Authorization header, Daniel

Revision 1.34 / (download) - annotate - [select for diffs] , Wed Oct 25 19:26:52 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.33: +26 -14 lines
Diff to previous 1.33 (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.33 / (download) - annotate - [select for diffs] , Wed Oct 25 10:56:14 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.32: +61 -247 lines
Diff to previous 1.32 (colored)
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) - annotate - [select for diffs] , Tue Oct 24 10:29:48 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.31: +0 -3 lines
Diff to previous 1.31 (colored)
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) - annotate - [select for diffs] , Sat Oct 21 08:14:57 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.30: +11 -2 lines
Diff to previous 1.30 (colored)
Tony Lam <Tony.Lam@eng.sun.com> patch for xmlNanoHTTPSend on large buffers, Daniel

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

Revision 1.29 / (download) - annotate - [select for diffs] , Wed Oct 11 23:57:11 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.28: +0 -1 lines
Diff to previous 1.28 (colored)
nanohttp fix, looked at string-range on XPointer, Daniel.

Revision 1.28 / (download) - annotate - [select for diffs] , Wed Oct 11 23:33:36 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.27: +17 -3 lines
Diff to previous 1.27 (colored)
Added xmlNanoHTTPTimeout(), Daniel

Revision 1.27 / (download) - annotate - [select for diffs] , Wed Oct 11 17:36:47 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.26: +1 -5 lines
Diff to previous 1.26 (colored)
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) - annotate - [select for diffs] , Tue Oct 10 22:44:45 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.25: +65 -31 lines
Diff to previous 1.25 (colored)
Large XPointer updates and changes.
Incorporating pre-2.2.5 feedback.
Adding XPath/XPointer tests,
Daniel

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

Revision 1.24 / (download) - annotate - [select for diffs] , Sun Sep 24 08:06:12 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.23: +5 -1 lines
Diff to previous 1.23 (colored)
- 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) - annotate - [select for diffs] , Fri Sep 22 10:57:40 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.22: +6 -18 lines
Diff to previous 1.22 (colored)
Applied and tweaked Wayne Davison patch for xmlStrcasecmp and al. Daniel

Revision 1.22 / (download) - annotate - [select for diffs] , Wed Sep 6 22:37:26 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.21: +8 -5 lines
Diff to previous 1.21 (colored)
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.21 / (download) - annotate - [select for diffs] , Sun Aug 20 14:34:47 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (colored)
2 small cleanup FTP/HTTP, added man pages, Daniel.

Revision 1.20 / (download) - annotate - [select for diffs] , Wed Jul 5 14:03:39 2000 UTC (7 years, 10 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (colored)
Commit an ugly socklen_t related patch, Daniel.

Revision 1.19 / (download) - annotate - [select for diffs] , Fri Jun 23 18:10:05 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.18: +17 -0 lines
Diff to previous 1.18 (colored)
start document for andersca (HTML),
fixed stalled connections in nanoftp and nanohttp,
Daniel

Revision 1.18 / (download) - annotate - [select for diffs] , Mon Apr 24 11:31:56 2000 UTC (8 years ago) by daniel
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)
 * 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) - annotate - [select for diffs] , Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.16: +13 -2 lines
Diff to previous 1.16 (colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.16 / (download) - annotate - [select for diffs] , Thu Feb 10 14:45:03 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (colored)
Patch from Lutz Behnke for snprintf, Daniel.

Revision 1.15 / (download) - annotate - [select for diffs] , Thu Feb 3 14:58:47 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.14: +3 -0 lines
Diff to previous 1.14 (colored)
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.

Revision 1.14 / (download) - annotate - [select for diffs] , Mon Jan 31 17:49:55 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.13: +2 -4 lines
Diff to previous 1.13 (colored)
Fixed '#' and '?' stripping when processing URLs, daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Fri Jan 28 19:05:03 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.12: +18 -14 lines
Diff to previous 1.12 (colored)
More work bug fixes etc ..., ready for rpmfind, Daniel.

Revision 1.12 / (download) - annotate - [select for diffs] , Thu Jan 27 16:51:12 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.11: +162 -7 lines
Diff to previous 1.11 (colored)
Added xmlSaveNoEmptyTags, HTTP and FTP proxy, Daniel.

Revision 1.11 / (download) - annotate - [select for diffs] , Tue Jan 11 19:42:27 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)
Removed all exit() references from the library code, Daniel

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

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

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

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

Revision 1.5 / (download) - annotate - [select for diffs] , Sat Sep 18 15:26:12 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.4: +232 -111 lines
Diff to previous 1.4 (colored)
Lots of cleanups, Daniel

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

Revision 1.3 / (download) - annotate - [select for diffs] , Fri Sep 17 10:39:37 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)
Oops didn't compile, Daniel.

Revision 1.2 / (download) - annotate - [select for diffs] , Fri Sep 17 10:38:18 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.1: +31 -1 lines
Diff to previous 1.1 (colored)
Patched the non-blocking code for portability, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Fri Sep 17 10:21:04 1999 UTC (8 years, 8 months ago) by daniel
Diff
Added a minimal HTTP implementation to fetch external resources, 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