CVS log for XML/nanoftp.c
Up to [Public] / XML
Request diff between arbitrary revisions
Default branch: 1
Revision 1.29 / (download) - annotate - [select for diffs]
, Thu Dec 14 11:12:00 2000 UTC (7 years, 5 months ago) by veillard
CVS Tags: HEAD
Changes since 1.28: +3 -0
lines
Diff to previous 1.28
(colored)
fixed a small bug in the FTP code, Daniel
Revision 1.28 / (download) - annotate - [select for diffs]
, Tue Nov 7 14:52:54 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.27: +1 -1
lines
Diff to previous 1.27
(colored)
fixed warnings on RH7, daniel.
Revision 1.27 / (download) - annotate - [select for diffs]
, Wed Oct 25 19:26:52 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.26: +56 -37
lines
Diff to previous 1.26
(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.26 / (download) - annotate - [select for diffs]
, Thu Oct 12 23:23:35 2000 UTC (7 years, 7 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.25: +75 -54
lines
Diff to previous 1.25
(colored)
Applied Wayne Davison Win32 patch, daniel
Revision 1.25 / (download) - annotate - [select for diffs]
, Wed Oct 11 17:36:47 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.24: +1 -5
lines
Diff to previous 1.24
(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.24 / (download) - annotate - [select for diffs]
, Mon Oct 9 12:27:32 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.23: +1 -1
lines
Diff to previous 1.23
(colored)
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel
Revision 1.23 / (download) - annotate - [select for diffs]
, Sun Sep 24 08:06:12 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.22: +5 -1
lines
Diff to previous 1.22
(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.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: +110 -106
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: +2 -0
lines
Diff to previous 1.20
(colored)
2 small cleanup FTP/HTTP, added man pages, Daniel.
Revision 1.20 / (download) - annotate - [select for diffs]
, Tue Jul 11 20:17:24 2000 UTC (7 years, 10 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.19: +10 -0
lines
Diff to previous 1.19
(colored)
Commit of current state, Daniel.
Revision 1.19 / (download) - annotate - [select for diffs]
, Thu Jul 6 10:43:09 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.18: +117 -31
lines
Diff to previous 1.18
(colored)
Better handling of the control connection, checked against masquerading, Daniel
Revision 1.18 / (download) - annotate - [select for diffs]
, Wed Jul 5 12:32:16 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.17: +3 -4
lines
Diff to previous 1.17
(colored)
Large cleanup using SunPro cc, Daniel.
Revision 1.17 / (download) - annotate - [select for diffs]
, Tue Jul 4 15:33:52 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.16: +10 -21
lines
Diff to previous 1.16
(colored)
fixed a multi-line parsing bug in the FTP code, Daniel.
Revision 1.16 / (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.15: +9 -1
lines
Diff to previous 1.15
(colored)
start document for andersca (HTML),
fixed stalled connections in nanoftp and nanohttp,
Daniel
Revision 1.15 / (download) - annotate - [select for diffs]
, Mon Apr 24 11:31:56 2000 UTC (8 years ago) by daniel
Changes since 1.14: +14 -9
lines
Diff to previous 1.14
(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.14 / (download) - annotate - [select for diffs]
, Fri Apr 14 18:05:40 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.13: +3 -13
lines
Diff to previous 1.13
(colored)
Small include patch for Solraris and AIX, Daniel.
Revision 1.13 / (download) - annotate - [select for diffs]
, Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.12: +13 -2
lines
Diff to previous 1.12
(colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel
Revision 1.12 / (download) - annotate - [select for diffs]
, Mon Feb 7 12:41:12 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.11: +29 -5
lines
Diff to previous 1.11
(colored)
Bunch of bug fixes while on the road, better conformance, UTF-8 work
demacroized NEXT() and tigthen the code a lot, Daniel
Revision 1.11 / (download) - annotate - [select for diffs]
, Thu Feb 3 14:58:46 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.10: +4 -1
lines
Diff to previous 1.10
(colored)
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.
Revision 1.10 / (download) - annotate - [select for diffs]
, Thu Feb 3 12:45:58 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.9: +1 -0
lines
Diff to previous 1.9
(colored)
Patches for WIN32, Daniel.
Revision 1.9 / (download) - annotate - [select for diffs]
, Wed Feb 2 21:50:39 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.8: +84 -0
lines
Diff to previous 1.8
(colored)
snprintf/sprintf patch for nanoftp, thanks to George Katsirelos <gkatsi@cs.toronto.edu>, Daniel
Revision 1.8 / (download) - annotate - [select for diffs]
, Mon Jan 31 17:49:55 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.7: +4 -8
lines
Diff to previous 1.7
(colored)
Fixed '#' and '?' stripping when processing URLs, daniel.
Revision 1.7 / (download) - annotate - [select for diffs]
, Mon Jan 31 12:49:23 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.6: +93 -1
lines
Diff to previous 1.6
(colored)
Added xmlNanoFTPUpdateURL for persistent control connections, Daniel.
Revision 1.6 / (download) - annotate - [select for diffs]
, Sat Jan 29 22:54:41 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.5: +23 -32
lines
Diff to previous 1.5
(colored)
Fixed more glitches in the FTP directory listing code, daniel.
Revision 1.5 / (download) - annotate - [select for diffs]
, Fri Jan 28 19:05:03 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.4: +28 -7
lines
Diff to previous 1.4
(colored)
More work bug fixes etc ..., ready for rpmfind, Daniel.
Revision 1.4 / (download) - annotate - [select for diffs]
, Thu Jan 27 16:51:12 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.3: +345 -20
lines
Diff to previous 1.3
(colored)
Added xmlSaveNoEmptyTags, HTTP and FTP proxy, Daniel.
Revision 1.3 / (download) - annotate - [select for diffs]
, Wed Jan 26 17:13:21 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.2: +149 -54
lines
Diff to previous 1.2
(colored)
Cleanup/comments/API of the FTP module, Daniel.
Revision 1.2 / (download) - annotate - [select for diffs]
, Wed Jan 26 13:48:45 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.1: +69 -1
lines
Diff to previous 1.1
(colored)
Finished the FTP transport integration, Daniel.
Revision 1.1 / (download) - annotate - [select for diffs]
, Tue Jan 25 19:40:33 2000 UTC (8 years, 3 months ago) by daniel
Diff
Added minimal FTP implementation, 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.
Webmaster