.. |
.cvsignore
|
|
|
arpa_telnet.h
|
Eric found a missing comma!!
|
2001-11-22 09:39:03 +00:00 |
base64.c
|
|
|
base64.h
|
|
|
connect.c
|
Modified to use non-blocking sockets all the time.
|
2002-01-07 18:38:01 +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
|
As identified in bug report #495290, the last "name=value" pair in a
|
2002-01-07 23:05:36 +00:00 |
cookie.h
|
|
|
curllib.dsp
|
Add hash and llist to VC dsp file
|
2002-01-04 23:48:28 +00:00 |
curllib.dsw
|
|
|
dict.c
|
failf() calls should not have newlines in the message string!
|
2001-12-11 13:13:01 +00:00 |
dict.h
|
|
|
dllinit.c
|
|
|
easy.c
|
Make cach'ing work with threads now, there are now three cases:
|
2002-01-07 20:52:32 +00:00 |
escape.c
|
|
|
escape.h
|
|
|
file.c
|
|
|
file.h
|
|
|
formdata.c
|
Marcus Webster's newly added CURLFORM_CONTENTHEADER
|
2001-12-14 12:59:16 +00:00 |
formdata.h
|
Marcus Webster's newly added CURLFORM_CONTENTHEADER
|
2001-12-14 12:59:16 +00:00 |
ftp.c
|
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
|
2002-01-14 23:14:59 +00:00 |
ftp.h
|
|
|
getdate.c
|
|
|
getdate.h
|
|
|
getdate.y
|
|
|
getenv.c
|
removed a commented line
|
2002-01-04 09:53:10 +00:00 |
getinfo.c
|
Georg Horn's STARTTRANSFER_TIME patch
|
2001-11-20 15:00:50 +00:00 |
getinfo.h
|
|
|
getpass.c
|
Eric's #include fixes for better macos compiles
|
2001-12-04 13:03:08 +00:00 |
getpass.h
|
|
|
hash.c
|
Make cach'ing work with threads now, there are now three cases:
|
2002-01-07 20:52:32 +00:00 |
hash.h
|
Remove erreaneous include, setup.h is included one line above
|
2002-01-14 05:36:28 +00:00 |
hostip.c
|
a memory leak when name lookup failed is now removed
|
2002-01-14 23:14:24 +00:00 |
hostip.h
|
Make cach'ing work with threads now, there are now three cases:
|
2002-01-07 20:52:32 +00:00 |
http_chunks.c
|
|
|
http_chunks.h
|
|
|
http.c
|
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
|
2002-01-14 23:14:59 +00:00 |
http.h
|
|
|
if2ip.c
|
|
|
if2ip.h
|
|
|
inet_ntoa_r.h
|
|
|
krb4.c
|
fixed an inet_ntoa() occurance to use inet_ntoa_r() if it is available.
|
2002-01-04 09:52:44 +00:00 |
krb4.h
|
|
|
ldap.c
|
|
|
ldap.h
|
|
|
libcurl.def
|
|
|
llist.c
|
Sterling Hughes' provided initial DNS cache source code.
|
2002-01-03 10:22:59 +00:00 |
llist.h
|
Sterling Hughes' provided initial DNS cache source code.
|
2002-01-03 10:22:59 +00:00 |
Makefile.am
|
merged the multi-dev branch back into MAIN again
|
2002-01-03 15:01:22 +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
|
|
|
Makefile.vc6
|
Add hash and llist to VC makefile
|
2002-01-04 23:47:07 +00:00 |
memdebug.c
|
fill memory with junk on malloc()
|
2001-11-28 23:19:17 +00:00 |
memdebug.h
|
Götz Babin-Ebell's OpenSSL ENGINE patch
|
2001-12-17 23:01:39 +00:00 |
mprintf.c
|
Eric Lavigne updates
|
2001-11-27 07:27:32 +00:00 |
multi.c
|
Make cach'ing work with threads now, there are now three cases:
|
2002-01-07 20:52:32 +00:00 |
multi.h
|
merged the multi-dev branch back into MAIN again
|
2002-01-03 15:01:22 +00:00 |
netrc.c
|
|
|
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
|
failf() calls should not have newlines in the message string!
|
2001-12-11 13:13:01 +00:00 |
security.h
|
|
|
sendf.c
|
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
|
2002-01-14 23:14:59 +00:00 |
sendf.h
|
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
|
2002-01-14 23:14:59 +00:00 |
setup.h
|
the bool typedef is now made unsigned, to make sure it stays that on all
|
2002-01-07 22:47:21 +00:00 |
speedcheck.c
|
|
|
speedcheck.h
|
|
|
ssluse.c
|
Cris Bailiff found out that when the SSL session cache was filled, libcurl
|
2002-01-09 09:38:37 +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
|
|
|
strtok.h
|
|
|
telnet.c
|
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
|
2002-01-14 23:14:59 +00:00 |
telnet.h
|
|
|
timeval.c
|
|
|
timeval.h
|
|
|
transfer.c
|
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
|
2002-01-14 23:14:59 +00:00 |
transfer.h
|
merged the multi-dev branch back into MAIN again
|
2002-01-03 15:01:22 +00:00 |
url.c
|
Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option.
|
2002-01-08 04:26:47 +00:00 |
url.h
|
merged the multi-dev branch back into MAIN again
|
2002-01-03 15:01:22 +00:00 |
urldata.h
|
1) the dns_cache_timeout should be an integer, not a bool
|
2002-01-08 04:30:59 +00:00 |
version.c
|
|
|