CVSROOT: /cvs/gnome Module name: libxml2 Changes by: wbrack 05/02/13 03:18:52
Modified files: . : ChangeLog elfgcchack.h gentest.py nanoftp.c nanohttp.c testapi.c uri.c doc : APIchunk0.html APIchunk10.html APIchunk11.html APIchunk12.html APIchunk13.html APIchunk15.html APIchunk16.html APIchunk17.html APIchunk18.html APIchunk19.html APIchunk20.html APIchunk21.html APIchunk22.html APIchunk26.html APIchunk4.html APIchunk7.html APIchunk8.html APIconstructors.html APIfiles.html APIfunctions.html APIsymbols.html libxml2-api.xml libxml2-refs.xml doc/html : libxml-pattern.html libxml-schemasInternals.html libxml-xmlerror.html libxml-xmlmemory.html libxml-xmlschemas.html libxml-xmlversion.html include/libxml : xmlerror.h win32 : libxml2.def.src Log message: This change started out as a simple desire to speed up the execution time of testapi.c, which was being delayed by nameserver requests for non-existent URL's. From there it just sort of grew, and grew.... * nanohttp.c, nanoftp.c: changed the processing of URL's to use the uri.c routines instead of custom code. * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX * uri.c: added accepting ipV6 addresses, in accordance with RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6) * gentest.py, testapi.c: fixed a few problems with the testing of the nanoftp and nanohttp routines. * include/libxml/xmlversion.h: minor change to fix a warning on the docs generation * regenerated the docs URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libxml2&who=wbrack&date=explicit&mindate=2005-02-13%2003:17&maxdate=2005-02-13%2003:19 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list