curl/lib
..
.cvsignore
arpa_telnet.h
base64.c
base64.h
cookie.c
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 Internal symbols that aren't static are now prefixed with 'Curl_' 2001-01-05 10:11:41 +00:00
dllinit.c
easy.c internal functions should not use 'CURL *' as arguments, I replaced them 2001-08-15 06:51:37 +00:00
escape.c added typecasts when converting from unsigned int to int 2001-08-14 08:20:17 +00:00
escape.h the new escape/unescape function setup 2001-03-22 11:40:58 +00:00
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
ftp.c
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
getinfo.c Added Curl_initinfo() that's supposed to init session-specific getinfo- 2001-08-15 06:52:15 +00:00
getinfo.h prototypes for getinfo.c 2001-08-15 06:52:33 +00:00
getpass.c Nico Baggus made it work and compile under VMS! 2001-08-06 12:20:28 +00:00
getpass.h
hostip.c
hostip.h Jun-ichiro itojun Hagino's IPv6 adjustments 2001-02-05 23:04:44 +00:00
http_chunks.c
http_chunks.h updated the chunked state-machine to deal with the trailing CRLF that comes 2001-03-13 22:16:42 +00:00
http.c
http.h
if2ip.c VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become 2001-08-06 12:22:48 +00:00
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
ldap.h Internal symbols that aren't static are now prefixed with 'Curl_' 2001-01-05 10:11:41 +00:00
libcurl.def
Makefile.am
Makefile.b32
Makefile.b32.resp David James made it build 7.8.1 pre 5 2001-08-15 06:13:58 +00:00
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 curl_memdebug takes a const argument now 2001-08-14 09:24:48 +00:00
memdebug.h curl_memdebug takes a const argument now 2001-08-14 09:24:48 +00:00
mprintf.c added const char * => char * typecast 2001-08-14 08:32:03 +00:00
netrc.c Nico's VMS fixes 2001-08-06 12:24:22 +00:00
netrc.h Internal symbols that aren't static are now prefixed with 'Curl_' 2001-01-05 10:11:41 +00:00
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
security.h
sendf.c
sendf.h
setup.h
speedcheck.c
speedcheck.h Internal symbols that aren't static are now prefixed with 'Curl_' 2001-01-05 10:11:41 +00:00
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 T. Bharath's comments about SSL cleanup incorporated, and the two new 2001-05-28 14:12:43 +00:00
strequal.c strlcat() is now Curl_strlcat() instead to prevent collisions when used with 2001-05-18 10:02:44 +00:00
strequal.h
strtok.c re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_ 2001-05-29 19:20:21 +00:00
strtok.h
telnet.c
telnet.h Internal symbols that aren't static are now prefixed with 'Curl_' 2001-01-05 10:11:41 +00:00
timeval.c
timeval.h Internal symbols that aren't static are now prefixed with 'Curl_' 2001-01-05 10:11:41 +00:00
transfer.c calls Curl_initinfo() in perform(). 2001-08-15 06:53:10 +00:00
transfer.h
url.c
url.h moved the url.c prototypes to here 2001-08-15 06:53:34 +00:00
urldata.h
version.c