.. |
.cvsignore
|
files to ignore by default in cvs operations
|
2001-06-18 14:37:23 +00:00 |
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
|
fixed the header that wrongly was the krb4-style one
|
2001-08-03 13:52:06 +00:00 |
config-mac.h
|
moved the config-*.h files from root to the lib/ dir
|
2002-02-07 14:32:28 +00:00 |
config-riscos.h
|
moved the config-*.h files from root to the lib/ dir
|
2002-02-07 14:32:28 +00:00 |
config-vms.h
|
moved the config-*.h files from root to the lib/ dir
|
2002-02-07 14:32:28 +00:00 |
config-win32.h
|
moved the config-*.h files from root to the lib/ dir
|
2002-02-07 14:32:28 +00:00 |
connect.c
|
connection timeout comparison fix by Emil
|
2002-02-18 10:05:18 +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
|
Now we're setting a default domain for received cookies so that we can
|
2001-09-26 07:08:29 +00:00 |
curllib.dsp
|
Add hash and llist to VC dsp file
|
2002-01-04 23:48:28 +00:00 |
curllib.dsw
|
turned newlines into DOS styles
|
2001-05-21 21:45:11 +00:00 |
dict.c
|
failf() calls should not have newlines in the message string!
|
2001-12-11 13:13:01 +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
|
looks nicer and is better compatible with older vim versions
|
2001-10-11 09:32:19 +00:00 |
easy.c
|
Make cach'ing work with threads now, there are now three cases:
|
2002-01-07 20:52:32 +00:00 |
escape.c
|
looks nicer and is better compatible with older vim versions
|
2001-10-11 09:32:19 +00:00 |
escape.h
|
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
|
2001-08-21 13:18:07 +00:00 |
file.c
|
looks nicer and is better compatible with older vim versions
|
2001-10-11 09:32:19 +00:00 |
file.h
|
remade FILE:// support to look more as the other protocols
|
2001-03-05 13:39:01 +00:00 |
formdata.c
|
ARGH the CRLF I removed recently was not only done after the initial
|
2002-02-06 15:48:53 +00:00 |
formdata.h
|
Marcus Webster's newly added CURLFORM_CONTENTHEADER
|
2001-12-14 12:59:16 +00:00 |
ftp.c
|
#if [undefined] => #ifdef [undefined]
|
2002-01-18 13:04:48 +00:00 |
ftp.h
|
Curl_ftpsendf() had wrong return type
|
2001-11-05 12:24:21 +00:00 |
getdate.c
|
Andreas Damm made getdate use gmtime_r if available
|
2002-02-01 11:11:26 +00:00 |
getdate.h
|
moved here from the newlib branch
|
2000-05-22 14:12:12 +00:00 |
getdate.y
|
Andreas Damm made getdate use gmtime_r if available
|
2002-02-01 11:11:26 +00:00 |
getenv.c
|
removed a commented line
|
2002-01-04 09:53:10 +00:00 |
getinfo.c
|
Giaslas Georgios introduced CURLINFO_CONTENT_TYPE
|
2002-01-29 10:49:32 +00:00 |
getinfo.h
|
Major rename and redesign of the internal "backbone" structs. Details will
|
2001-08-30 22:48:34 +00:00 |
getpass.c
|
Eric's #include fixes for better macos compiles
|
2001-12-04 13:03:08 +00:00 |
getpass.h
|
added const to the prompt char * in the proto
|
2001-08-14 08:27:07 +00:00 |
hash.c
|
Philip Gladstone's 64-bit issues corrected.
|
2002-02-17 14:55:35 +00:00 |
hash.h
|
Remove erreaneous include, setup.h is included one line above
|
2002-01-14 05:36:28 +00:00 |
hostip.c
|
Rick Richardson's getaddrinfo() usage fix to speed up name resolves
|
2002-02-18 23:12:37 +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
|
looks nicer and is better compatible with older vim versions
|
2001-10-11 09:32:19 +00:00 |
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
|
Philip Gladstone's size problem in add_buffer_send()
|
2002-02-18 22:41:52 +00:00 |
http.h
|
removed Curl_http_close()
|
2001-09-18 15:30:59 +00:00 |
if2ip.c
|
looks nicer and is better compatible with older vim versions
|
2001-10-11 09:32:19 +00:00 |
if2ip.h
|
Ingo Ralf Blum made it compile with the newest cygwin
|
2001-02-04 19:00:27 +00:00 |
inet_ntoa_r.h
|
had to add this since it was missing in the system includes!
|
2000-05-29 22:52:17 +00:00 |
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
|
Curl_ prefix
|
2001-08-17 10:10:15 +00:00 |
ldap.c
|
adjusted after Ramana Mokkapati's comments
|
2001-11-07 09:39:49 +00:00 |
ldap.h
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
libcurl.def
|
added curl_formadd
|
2001-10-29 13:28:44 +00:00 |
llist.c
|
Philip Gladstone's 64-bit issues corrected.
|
2002-02-17 14:55:35 +00:00 |
llist.h
|
Sterling Hughes' provided initial DNS cache source code.
|
2002-01-03 10:22:59 +00:00 |
Makefile.am
|
moved the config-* files here from the ../Makefile.am
|
2002-02-07 14:34:34 +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
|
patched by Andrés García
|
2002-01-18 08:03:12 +00:00 |
Makefile.vc6
|
Miklos Nemeth improved
|
2002-02-06 16:00:55 +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
|
fixed a long long mistake
|
2002-02-18 23:32:45 +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
|
#if [undefined] => #ifdef [undefined]
|
2002-01-18 13:04:48 +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
|
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
|
modified to use the renamed kerberos functions with Curl_ prefix
|
2001-08-17 10:14:06 +00:00 |
sendf.c
|
Kevin Roth's discovered SSL download problem
|
2002-02-05 15:33:00 +00:00 |
sendf.h
|
Curl_write's 5th argument now is signed
|
2002-01-16 14:49:51 +00:00 |
setup.h
|
ugh. the VMS stuff must've been like that for a reason, I put it back again
|
2002-02-07 14:47:41 +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
|
Major rename and redesign of the internal "backbone" structs. Details will
|
2001-08-30 22:48:34 +00:00 |
ssluse.c
|
now re-seed by force (even if already seeded) if a random file or egd socket
|
2002-01-30 08:17:23 +00:00 |
ssluse.h
|
made it compile properly when not building with SSL support
|
2001-09-07 09:40:46 +00:00 |
strequal.c
|
Eric nailed a but in strnequal() for macintosh
|
2001-12-03 12:57:45 +00:00 |
strequal.h
|
our internal strlcat() is now named Curl_strlcat()
|
2001-05-18 12:03:30 +00:00 |
strtok.c
|
looks nicer and is better compatible with older vim versions
|
2001-10-11 09:32:19 +00:00 |
strtok.h
|
include setup.h _before_ system includes
|
2001-05-31 07:02:13 +00:00 |
telnet.c
|
Curl_write() now takes a different 5th argument
|
2002-01-16 14:47:50 +00:00 |
telnet.h
|
Internal symbols that aren't static are now prefixed with 'Curl_'
|
2001-01-05 10:11:41 +00:00 |
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
|
Brent Beardsley found the content-type bug!
|
2002-02-06 07:02:13 +00:00 |
transfer.h
|
merged the multi-dev branch back into MAIN again
|
2002-01-03 15:01:22 +00:00 |
url.c
|
Giaslas Georgios's Host: over proxy fix
|
2002-02-17 11:17:37 +00:00 |
url.h
|
merged the multi-dev branch back into MAIN again
|
2002-01-03 15:01:22 +00:00 |
urldata.h
|
no more adjustable upload buffer size, we use non-blocking sockets now so
|
2002-01-29 20:28:26 +00:00 |
version.c
|
Kevin Roth's SSLeay() patch, slight edited by me. Works with OpenSSL 0.9.5
|
2002-01-16 17:45:08 +00:00 |