]> cygwin.com Git - cygwin-apps/setup.git/commit - ChangeLog
* choose.cc (scan_downloaded_files): scan for existing files, so
authorDJ Delorie <dj@redhat.com>
Wed, 30 Aug 2000 01:05:42 +0000 (01:05 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 30 Aug 2000 01:05:42 +0000 (01:05 +0000)
commit4a83b7b07e4c71c9e442a4676e266f2426b0b2c7
tree582d549bee8f1bc905036d6040745dbc8c56a916
parent89b1a15b3f2a7fe24adde5924650d2447b61ca48
* choose.cc (scan_downloaded_files): scan for existing files, so
that the user only sees new downloads.

* nio-ie5.cc (NetIO_IE5): pre-check for wininet.dll, enable dial-up
* site.cc (do_site): if we can't download the mirror list, go back
to the net setup box to choose another transport.
* autoload.c: add more functions
* Makefile.in (ALL_DEP_LDLIBS): remove wininet.a
* resource.h: add WININET message

* net.cc (do_net): no longer default to IE5
* simpsock.h (class SimpleSocket): new, simplify socket operations
* simpsock.cc: ditto
* nio-http.h: new, for direct http protocol
* nio-http.cc: ditto
* nio-ftp.h: new, for direct http protocol
* nio-ftp.cc: ditto
* netio.cc (set_url): move initialization here to handle redirections
(open): add direct http/ftp
* netio.h (NetIO::set_url): new

* log.cc (log_save): create directory for log if needed

* hash.cc, hash.h: new
* Makefile: add hash.o
* choose.cc: enable "uninstall" option
* download.cc: invert action test to accomodate uninstalling
* ini.h: add ACTION_UNINSTALL
* install.cc: add uninstall functionality
* res.rc: make install tag changeable
* resource.h: add uninstall resources

* res.rc: update mirror list URL
25 files changed:
ChangeLog
Makefile.in
README
autoload.c
choose.cc
download.cc
geturl.cc
hash.cc [new file with mode: 0644]
hash.h [new file with mode: 0644]
ini.h
install.cc
log.cc
net.cc
netio.cc
netio.h
nio-ftp.cc [new file with mode: 0644]
nio-ftp.h [new file with mode: 0644]
nio-http.cc [new file with mode: 0644]
nio-http.h [new file with mode: 0644]
nio-ie5.cc
res.rc
resource.h
simpsock.cc [new file with mode: 0644]
simpsock.h [new file with mode: 0644]
site.cc
This page took 0.037555 seconds and 5 git commands to generate.