index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
download.c
Age
Commit message (
Collapse
)
Author
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
2000-03-23
in case the select() returns -1 and errno is EINTR, it should not abort
Daniel Stenberg
the download (MT-adjustment)
2000-03-16
now writers the headers with the data->fwrite() function as well
Daniel Stenberg
2000-03-02
Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix
Daniel Stenberg
2000-03-01
store the pretransfer time
Daniel Stenberg
store the http code
2000-02-15
modified the progress meter usage
Daniel Stenberg
2000-02-14
made upload/download work better simultaneously
Daniel Stenberg
now uses the new progress meter functions
2000-02-01
Download() was merged with Upload() and now they both form the new Transfer()
Daniel Stenberg
function that deals with both directions at the same time.
1999-12-29
Initial revision
Daniel Stenberg