]> cygwin.com Git - cygwin-apps/setup.git/commit - download.cc
2002-05-03 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Fri, 3 May 2002 08:28:12 +0000 (08:28 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Fri, 3 May 2002 08:28:12 +0000 (08:28 +0000)
commite0a4db64f88d063f1217f77da3d67238745b11c8
treecdbfa9ded19bf1df8e8493dcf5b95421b233c571
parentac65f5c52b497e712f4cda6a08cb813ee8395c26
2002-05-03 Robert Collins  <rbtcollins@hotmail.com>

        * nio-files.cc (NetIO): Use io_stream syntax for get_file_size.
        * io_stream_file.cc: Don't include filemanip.h.
        (io_stream_file::get_size): Implement here to remove filemanip
        dependency.
        * io_stream_cygfile.cc: Don't include filemanip.h.
        (io_stream_cygfile::get_size): Implement here to remove filemanip
        dependency.
        Implement a stat based version for when win32 is not available.
        * filemanip.h (get_file_size): Return size_t - it's more appropriate.
        * filemanip.cc: Don't include win32.h - be platform independent.
        Include strings.h and io_stream.h as part of that.
        (get_file_size): Leverage io_streams and remove win32 implementation.
        * download.cc (check_for_cached): Use io_stream syntax for
        get_file_size.
        (download_one): Ditto.
ChangeLog
download.cc
filemanip.cc
filemanip.h
io_stream_cygfile.cc
io_stream_file.cc
nio-file.cc
This page took 0.035754 seconds and 5 git commands to generate.