curl/lib
2001-08-14 08:39:01 +00:00
..
.cvsignore
arpa_telnet.h Added 'const' to the string arrays 2001-08-14 08:16:53 +00:00
base64.c
base64.h
cookie.c commented out empty else blocks to shut up pedantic compilers 2001-08-14 08:17:29 +00:00
cookie.h
curllib.dsp
curllib.dsw
dict.c removed the *done() function as it served no purpose, added type casts when 2001-08-14 08:18:35 +00:00
dict.h
dllinit.c
easy.c Added an empty win32_cleanup for non-windows systems to prevent compiler 2001-08-14 08:19:40 +00:00
escape.c added typecasts when converting from unsigned int to int 2001-08-14 08:20:17 +00:00
escape.h
file.c size_t => ssize_t, removed the special VMS fix for that purpose 2001-08-14 08:22:27 +00:00
file.h
formdata.c added a few consts and a few typecasts to please picky compiler options 2001-08-14 08:23:20 +00:00
formdata.h Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example 2001-08-06 12:36:18 +00:00
ftp.c corrected the size_t weirdness. Expect size_t to be unsigned. Moved most 2001-08-14 08:24:37 +00:00
ftp.h Curl_ftpsendf's third argument is now a const char * 2001-08-14 08:25:08 +00:00
getdate.c
getdate.h
getdate.y
getenv.c added const to the function protos 2001-08-14 08:25:47 +00:00
getinfo.c added typecast when converting const char * to char * 2001-08-14 08:26:20 +00:00
getpass.c
getpass.h added const to the prompt char * in the proto 2001-08-14 08:27:07 +00:00
hostip.c
hostip.h
http_chunks.c Curl_httpchunk_read now takes size_t size arguments instead of the previous 2001-08-14 08:29:09 +00:00
http_chunks.h
http.c made some char * into const char * and I removed the check for size > 0 2001-08-14 08:28:15 +00:00
http.h
if2ip.c
if2ip.h
inet_ntoa_r.h
krb4.c fixed picky compiler warnings, unused arguments, const at proper places and 2001-08-14 08:30:08 +00:00
krb4.h
ldap.c const-ified the code, removed Curl_ldap_done() 2001-08-14 08:30:43 +00:00
ldap.h
libcurl.def
Makefile.am
Makefile.b32 Added $Id:$ string for file version in the header 2001-08-09 09:10:13 +00:00
Makefile.b32.resp
Makefile.m32 Added $Id:$ string for file version in the header 2001-08-09 09:10:13 +00:00
Makefile.vc6 Fixed bugs for building debug and SSL lib in VC makefile 2001-08-09 22:43:43 +00:00
memdebug.c const-ified lots of function arguments 2001-08-14 08:31:27 +00:00
memdebug.h const-ified lots of function arguments 2001-08-14 08:31:27 +00:00
mprintf.c added const char * => char * typecast 2001-08-14 08:32:03 +00:00
netrc.c
netrc.h
progress.c moved the download/upload speed calculations, to be made on every invoke 2001-08-10 06:24:49 +00:00
progress.h
security.c cleaned up some picky compiler warnings and indented the code curl style 2001-08-14 08:32:50 +00:00
security.h removed unused code, added const 2001-08-14 08:33:24 +00:00
sendf.c cleaned up some of the size_t and const mess 2001-08-14 08:34:09 +00:00
sendf.h size_t and const 2001-08-14 08:34:55 +00:00
setup.h adjusted for VMS 2001-08-06 12:27:28 +00:00
speedcheck.c
speedcheck.h
ssluse.c removed the use of the global array for the password that was necessary 2001-08-14 08:36:30 +00:00
ssluse.h
strequal.c
strequal.h
strtok.c
strtok.h
telnet.c const and unsigned/signed fixes 2001-08-14 08:38:08 +00:00
telnet.h
timeval.c
timeval.h
transfer.c const and (un)signed fixes 2001-08-14 08:39:01 +00:00
transfer.h
url.c Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with 2001-08-08 07:16:47 +00:00
url.h
urldata.h Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with 2001-08-08 07:16:47 +00:00
version.c