..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h
base64.c
removed an unnecessary shift and splut up som weird two-statements-per-line
2004-03-01 12:54:59 +00:00
base64.h
switch the arguments according to the c source
2004-02-23 11:44:03 +00:00
ca-bundle.crt
config-amigaos.h
config-mac.h
config-netware.h
Günter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
config-riscos.h
config-vms.h
config-win32.h
make windows builds use the OS string "i386-pc-win32" instead of just "win32"
2004-03-10 08:14:22 +00:00
config.dj
Gisle Vanem's djgpp/MS-DOS updates
2004-03-29 12:29:25 +00:00
connect.c
added function headers and comments
2004-04-26 07:11:06 +00:00
connect.h
Use curl_socket_t instead of int for holding sockets. The typedefs and
2004-03-09 22:52:50 +00:00
content_encoding.c
content_encoding.h
cookie.c
strequal() returns int so we typecast the return to bool when we store the
2004-03-10 09:41:37 +00:00
cookie.h
curllib.dsp
fixed /I "." for the debug build too
2004-03-22 11:32:22 +00:00
curllib.dsw
dict.c
Use curl_socket_t instead of int for holding sockets. The typedefs and
2004-03-09 22:52:50 +00:00
dict.h
easy.c
added function headers and comments
2004-04-26 07:11:06 +00:00
escape.c
size_t/int/long fixes
2004-03-08 08:38:29 +00:00
escape.h
file.c
added comments
2004-04-26 07:11:39 +00:00
file.h
formdata.c
only a minor comment/format change
2004-04-23 11:00:47 +00:00
formdata.h
Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
2004-04-23 10:37:52 +00:00
ftp.c
If only a partial file was transfered, we consider that a fatal problem so
2004-04-22 13:09:00 +00:00
ftp.h
removed Curl_ftp_quit() as it was turned into a static in ftp.c
2004-04-22 13:15:17 +00:00
getdate.c.cvs
getdate.h
getdate.y
typecast the tolower() argument to an int to prevent compiler warning
2004-04-21 11:15:35 +00:00
getenv.c
getinfo.c
dl and ulspeed are now curl_off_t so typecast them to double when we
2004-03-11 21:51:55 +00:00
getinfo.h
hash.c
hash.h
hostares.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostasyn.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostip4.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostip6.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostip.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostip.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostsyn.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
hostthre.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
http_chunks.c
use size_t for the data, but keep the protos use ssize_t to better fit
2004-03-04 15:25:06 +00:00
http_chunks.h
use size_t for the data, but keep the protos use ssize_t to better fit
2004-03-04 15:25:06 +00:00
http_digest.c
added include to fix warning
2004-03-31 11:55:56 +00:00
http_digest.h
CURLDIGEST_BADALGO is a new return code from the digest code
2004-03-31 09:20:27 +00:00
http_negotiate.c
http_negotiate.h
http_ntlm.c
'authdone' was added to the sessionhandle and thus was removed from the
2004-03-30 06:39:24 +00:00
http_ntlm.h
'authdone' was added to the sessionhandle and thus was removed from the
2004-03-30 06:39:24 +00:00
http.c
Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
2004-04-23 10:37:52 +00:00
http.h
David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM
2004-03-30 06:40:01 +00:00
if2ip.c
Günter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
if2ip.h
inet_ntoa_r.h
inet_ntop.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
inet_ntop.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
inet_pton.c
inet_pton.h
krb4.c
fixed some warnings in the (both new and old) base64 usage
2004-02-23 16:09:39 +00:00
krb4.h
ldap.c
ldap.h
libcurl.def
libcurl.framework.make
libcurl.imp
Günter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
libcurl.plist
libcurl.rc
include the new curlver instead, since all this wants is the version info
2004-03-22 08:54:26 +00:00
llist.c
llist.h
Makefile.am
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
makefile.amiga
Makefile.b32
Removed getpass from here. The fact this still was present here indicates
2004-02-23 12:01:10 +00:00
Makefile.b32.resp
makefile.dj
Gisle Vanem's djgpp/MS-DOS updates
2004-03-29 12:29:25 +00:00
Makefile.m32
Andrés García's updated mingw makefiles
2004-04-02 07:18:13 +00:00
Makefile.netware
Günter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
Makefile.riscos
Makefile.vc6
David Byron's patch for MSVC builds with zlib
2004-04-11 20:25:10 +00:00
md5.c
md5.h
memdebug.c
store size as size_t
2004-03-08 11:33:49 +00:00
memdebug.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
mprintf.c
stricter variable type usage
2004-03-23 15:25:54 +00:00
multi.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
netrc.c
curl_strequal() returns int, keep return variables in an int
2004-03-23 15:30:12 +00:00
netrc.h
nwlib.c
Günter Knauf's update, mainly converted to plain old C comments.
2004-03-17 13:36:45 +00:00
progress.c
Gisle Vanem corrected a mistake in a recent progress fix
2004-04-19 07:18:26 +00:00
progress.h
Use more curl_off_t variables when doing the progress meter calculations and
2004-03-10 16:20:33 +00:00
README.ares
up-to-date with reality
2004-04-06 07:59:11 +00:00
README.curlx
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
2004-04-07 07:30:40 +00:00
README.encoding
README.memoryleak
security.c
security.h
sendf.c
Fix the "lingering close" problem when re-using a connection, as test case
2004-04-21 08:49:14 +00:00
sendf.h
curl_socket_t mistakes cleanup
2004-03-10 16:01:47 +00:00
setup.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
share.c
adjusted to the new dns cache function to hide more hostip internals
2004-03-30 13:02:31 +00:00
share.h
speedcheck.c
speedcheck.h
ssluse.c
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
2004-04-20 07:53:24 +00:00
ssluse.h
curl_socket_t mistakes cleanup
2004-03-10 16:01:47 +00:00
strequal.c
strequal.h
strerror.c
major update of the error strings
2004-04-26 07:12:29 +00:00
strerror.h
cut off 'curl_' from the strerror file names
2004-03-25 13:40:24 +00:00
strtok.c
strtok.h
strtoofft.c
strtoofft.h
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
2004-04-07 07:30:40 +00:00
telnet.c
make the variables that hold the result of strlen() size_t
2004-03-23 15:28:31 +00:00
telnet.h
timeval.c
Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.
2004-04-09 09:36:31 +00:00
timeval.h
Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.
2004-04-09 09:36:31 +00:00
transfer.c
added many comments
2004-04-26 07:12:52 +00:00
transfer.h
curl_socket_t mistakes cleanup
2004-03-10 16:01:47 +00:00
url.c
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
url.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
urldata.h
Major hostip.c cleanup and split into multiple files and easier #ifdef
2004-04-26 07:20:11 +00:00
version.c
added libidn awareness
2004-04-26 07:14:08 +00:00