1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib
Daniel Stenberg c64fca1b0c Fixed the FTP response reader to deal with timeouts better. Previously it
would reset the timeout for each incoming data, which would make veeery
slow responses be allowed to take even more time since the timeout would only
be reached if the time between two received data chunks was longer than the
set timeout value...
2002-04-27 13:24:06 +00:00
..
.cvsignore files to ignore by default in cvs operations 2001-06-18 14:37:23 +00:00
arpa_telnet.h copyright string (year) update 2002-03-19 07:54:55 +00:00
base64.c copyright string (year) update 2002-03-19 07:54:55 +00:00
base64.h copyright string (year) update 2002-03-19 07:54:55 +00:00
config-mac.h moved the config-*.h files from root to the lib/ dir 2002-02-07 14:32:28 +00:00
config-riscos.h Michael Curtis' updates 2002-04-08 21:59:06 +00:00
config-vms.h Nico Baggus' VMS tweaks 2002-02-20 13:46:53 +00:00
config-win32.h moved the config-*.h files from root to the lib/ dir 2002-02-07 14:32:28 +00:00
connect.c In order to not get problems with DNS cache pruning, we no longer store 2002-04-25 19:00:57 +00:00
connect.h copyright string (year) update 2002-03-19 07:54:55 +00:00
cookie.c Dirk Manske made libcurl strip off white spaces from the beginning of cookie 2002-04-14 18:21:17 +00:00
cookie.h copyright string (year) update 2002-03-19 07:54:55 +00:00
curllib.dsp Add hash and llist to VC dsp file 2002-01-04 23:48:28 +00:00
curllib.dsw turned newlines into DOS styles 2001-05-21 21:45:11 +00:00
dict.c copyright string (year) update 2002-03-19 07:54:55 +00:00
dict.h copyright string (year) update 2002-03-19 07:54:55 +00:00
dllinit.c Nico Baggus' VMS tweaks 2002-02-20 13:46:53 +00:00
easy.c Now uses Curl_ as prefix for internal global symbols. curl_ should only be 2002-04-27 13:07:51 +00:00
escape.c copyright string (year) update 2002-03-19 07:54:55 +00:00
escape.h copyright string (year) update 2002-03-19 07:54:55 +00:00
file.c use double where it is supposed to 2002-04-22 23:54:43 +00:00
file.h copyright string (year) update 2002-03-19 07:54:55 +00:00
formdata.c This makes formposting with a specified file missing fail. curl_easy_perform 2002-04-15 11:19:03 +00:00
formdata.h This makes formposting with a specified file missing fail. curl_easy_perform 2002-04-15 11:19:03 +00:00
ftp.c Fixed the FTP response reader to deal with timeouts better. Previously it 2002-04-27 13:24:06 +00:00
ftp.h copyright string (year) update 2002-03-19 07:54:55 +00:00
getdate.c Nico Baggus' VMS tweaks 2002-02-20 13:46:53 +00:00
getdate.h Nico Baggus' VMS tweaks 2002-02-20 13:46:53 +00:00
getdate.y Nico Baggus' VMS tweaks 2002-02-20 13:46:53 +00:00
getenv.c copyright string (year) update 2002-03-19 07:54:55 +00:00
getinfo.c Dirk Manske brought the patch that introduces two new CURLINFO_* values: 2002-04-16 07:59:20 +00:00
getinfo.h copyright string (year) update 2002-03-19 07:54:55 +00:00
getpass.c copyright string (year) update 2002-03-19 07:54:55 +00:00
getpass.h copyright string (year) update 2002-03-19 07:54:55 +00:00
hash.c DNC cache prune crash removed, made the name spacing follow the general 2002-04-27 13:06:40 +00:00
hash.h Now uses Curl_ as prefix for internal global symbols. curl_ should only be 2002-04-27 13:07:51 +00:00
hostip.c Now uses Curl_ as prefix for internal global symbols. curl_ should only be 2002-04-27 13:07:51 +00:00
hostip.h In order to not get problems with DNS cache pruning, we no longer store 2002-04-25 19:00:57 +00:00
http_chunks.c copyright string (year) update 2002-03-19 07:54:55 +00:00
http_chunks.h copyright string (year) update 2002-03-19 07:54:55 +00:00
http.c renamed the TIMECOND defines to be CURL_ prefixed 2002-04-22 23:53:15 +00:00
http.h copyright string (year) update 2002-03-19 07:54:55 +00:00
if2ip.c copyright string (year) update 2002-03-19 07:54:55 +00:00
if2ip.h copyright string (year) update 2002-03-19 07:54:55 +00:00
inet_ntoa_r.h had to add this since it was missing in the system includes! 2000-05-29 22:52:17 +00:00
krb4.c use the hostname pointer instead of using IPv4-only info from a struct 2002-04-25 15:50:49 +00:00
krb4.h copyright string (year) update 2002-03-19 07:54:55 +00:00
ldap.c copyright string (year) update 2002-03-19 07:54:55 +00:00
ldap.h copyright string (year) update 2002-03-19 07:54:55 +00:00
libcurl.def added curl_formadd 2001-10-29 13:28:44 +00:00
llist.c Now uses Curl_ as prefix for internal global symbols. curl_ should only be 2002-04-27 13:07:51 +00:00
llist.h Now uses Curl_ as prefix for internal global symbols. curl_ should only be 2002-04-27 13:07:51 +00:00
Makefile.am added RISCOS makefile 2002-04-10 20:54:21 +00:00
Makefile.b32 use the ws2_32.lib now (Miklos Nemeth reporteD) 2001-11-19 20:09:02 +00:00
Makefile.b32.resp Miklos Nemeth pointed out the missing connect.obj 2001-11-19 20:06:29 +00:00
Makefile.m32 patched by Andrés García 2002-01-18 08:03:12 +00:00
Makefile.riscos brougth by Michael Curtis 2002-04-10 20:52:26 +00:00
Makefile.vc6 Miklos Nemeth's update 2002-03-23 15:41:17 +00:00
memdebug.c copyright string (year) update 2002-03-19 07:54:55 +00:00
memdebug.h copyright string (year) update 2002-03-19 07:54:55 +00:00
mprintf.c fixed a long long mistake 2002-02-18 23:32:45 +00:00
multi.c no longer include "multi.h", it comes with the regular curl/curl.h now 2002-03-20 10:54:17 +00:00
netrc.c copyright string (year) update 2002-03-19 07:54:55 +00:00
netrc.h copyright string (year) update 2002-03-19 07:54:55 +00:00
progress.c Dirk Manske brought the patch that introduces two new CURLINFO_* values: 2002-04-16 07:59:20 +00:00
progress.h Dirk Manske brought the patch that introduces two new CURLINFO_* values: 2002-04-16 07:59:20 +00:00
security.c failf() calls should not have newlines in the message string! 2001-12-11 13:13:01 +00:00
security.h copyright string (year) update 2002-03-19 07:54:55 +00:00
sendf.c Jean-Philippe Barrette-LaPierre provided his patch that introduces 2002-04-12 07:21:11 +00:00
sendf.h Jean-Philippe Barrette-LaPierre provided his patch that introduces 2002-04-12 07:21:11 +00:00
setup.h copyright string (year) update 2002-03-19 07:54:55 +00:00
speedcheck.c copyright string (year) update 2002-03-19 07:54:55 +00:00
speedcheck.h copyright string (year) update 2002-03-19 07:54:55 +00:00
ssluse.c copyright string (year) update 2002-03-19 07:54:55 +00:00
ssluse.h copyright string (year) update 2002-03-19 07:54:55 +00:00
strequal.c copyright string (year) update 2002-03-19 07:54:55 +00:00
strequal.h copyright string (year) update 2002-03-19 07:54:55 +00:00
strtok.c copyright string (year) update 2002-03-19 07:54:55 +00:00
strtok.h copyright string (year) update 2002-03-19 07:54:55 +00:00
telnet.c copyright string (year) update 2002-03-19 07:54:55 +00:00
telnet.h copyright string (year) update 2002-03-19 07:54:55 +00:00
timeval.c copyright string (year) update 2002-03-19 07:54:55 +00:00
timeval.h copyright string (year) update 2002-03-19 07:54:55 +00:00
transfer.c Dirk Manske's fix for HTTP response code 301, that now behaves more like 2002-04-17 07:16:49 +00:00
transfer.h copyright string (year) update 2002-03-19 07:54:55 +00:00
url.c prevent persistant connections to do name resolves 2002-04-25 19:18:19 +00:00
url.h copyright string (year) update 2002-03-19 07:54:55 +00:00
urldata.h In order to not get problems with DNS cache pruning, we no longer store 2002-04-25 19:00:57 +00:00
version.c copyright string (year) update 2002-03-19 07:54:55 +00:00