..
.cvsignore
arpa_telnet.h
Eric found a missing comma!!
2001-11-22 09:39:03 +00:00
base64.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
base64.h
connect.c
Andrés García's minor fix to make it compile on win32
2001-11-23 09:04:56 +00:00
connect.h
long port => int port, as the c source uses! (Miklos Nemeth found this)
2001-11-19 20:08:01 +00:00
cookie.c
prevent strdup()ing NULL -- Paul Harrington's report
2001-10-30 12:08:17 +00:00
cookie.h
curllib.dsp
VC ID project now uses ws2_32.lib - fixes compile under win32
2001-10-05 02:29:47 +00:00
curllib.dsw
dict.c
check return code when issuing the request
2001-10-31 14:48:10 +00:00
dict.h
dllinit.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
easy.c
curl_easy_duphandle() now properly clones the cookie option
2001-10-19 11:57:50 +00:00
escape.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
escape.h
file.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
file.h
formdata.c
Marcus Webster reported and fixed this read-one-byte-too-many problem...
2001-11-08 15:06:58 +00:00
formdata.h
ftp.c
As Eric Lavigne pointed out, the ftp response reader MUST cache data that
2001-12-03 13:48:59 +00:00
ftp.h
Curl_ftpsendf() had wrong return type
2001-11-05 12:24:21 +00:00
getdate.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
getdate.h
getdate.y
getenv.c
include setup.h
2001-11-12 10:19:36 +00:00
getinfo.c
Georg Horn's STARTTRANSFER_TIME patch
2001-11-20 15:00:50 +00:00
getinfo.h
getpass.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
getpass.h
hostip.c
pack_hostent() now aligns the data properly on 64bit boundaries to work on
2001-10-23 12:11:43 +00:00
hostip.h
getaddrinfo() cleanups
2001-10-04 13:25:12 +00:00
http_chunks.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
http_chunks.h
http.c
Klevtsov Vadim's time condition fix
2001-11-16 11:21:50 +00:00
http.h
if2ip.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
if2ip.h
inet_ntoa_r.h
krb4.c
check Curl_ftpsendf return codes
2001-10-31 15:06:38 +00:00
krb4.h
ldap.c
adjusted after Ramana Mokkapati's comments
2001-11-07 09:39:49 +00:00
ldap.h
libcurl.def
added curl_formadd
2001-10-29 13:28:44 +00:00
Makefile.am
Eric Lavigne updates
2001-11-27 07:27:32 +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
Jörn added connect.c
2001-11-02 08:32:13 +00:00
Makefile.vc6
SM renamed the debug DLL
2001-12-02 12:09:00 +00:00
memdebug.c
fill memory with junk on malloc()
2001-11-28 23:19:17 +00:00
memdebug.h
getaddrinfo() cleanups
2001-10-04 13:25:12 +00:00
mprintf.c
Eric Lavigne updates
2001-11-27 07:27:32 +00:00
multi.c
more more more MORE
2001-11-28 16:00:18 +00:00
multi.h
more more more MORE
2001-11-28 16:00:18 +00:00
netrc.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
netrc.h
progress.c
Georg Horn's STARTTRANSFER_TIME patch
2001-11-20 15:00:50 +00:00
progress.h
Georg Horn's STARTTRANSFER_TIME patch
2001-11-20 15:00:50 +00:00
security.c
check Curl_ftpsendf return codes
2001-10-31 15:06:38 +00:00
security.h
sendf.c
failf() now only overwrites the error buffer the first time it gets called
2001-11-02 22:30:34 +00:00
sendf.h
Curl_sendf now returns a CURLcode
2001-10-31 15:08:16 +00:00
setup.h
Eric Lavigne updates
2001-11-27 07:27:32 +00:00
speedcheck.c
Curl_tvdiff() now returns a millisecond diff, no double like before
2001-10-12 12:32:20 +00:00
speedcheck.h
ssluse.c
Samuel Listopad's fix to allow global_init => global_cleanup => global_init
2001-11-14 07:11:39 +00:00
ssluse.h
strequal.c
Eric nailed a but in strnequal() for macintosh
2001-12-03 12:57:45 +00:00
strequal.h
strtok.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00
strtok.h
telnet.c
stdin is file descriptor 0
2001-11-29 12:48:08 +00:00
telnet.h
timeval.c
made Curl_tvdiff round the diff better and make the subtraction before
2001-11-12 22:10:09 +00:00
timeval.h
corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)
2001-11-05 12:37:22 +00:00
transfer.c
Georg Horn's STARTTRANSFER_TIME patch
2001-11-20 15:00:50 +00:00
transfer.h
url.c
more careful re-use of connections when SSL is used over proxies
2001-12-02 14:16:34 +00:00
url.h
urldata.h
As Eric Lavigne pointed out, the ftp response reader MUST cache data that
2001-12-03 13:48:59 +00:00
version.c
looks nicer and is better compatible with older vim versions
2001-10-11 09:32:19 +00:00