1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib
Daniel Stenberg 9d066935e5 Keith McGuigan's excellent fix that makes a cloned copy of the hostent struct
for when gethostbyname() is used so that we have the memory of the struct
allocated. This turns out to be needed if the curl handled is passed between
threads on Windows and possibly other operating systems where we use that
function.
2001-10-03 21:42:04 +00:00
..
.cvsignore files to ignore by default in cvs operations 2001-06-18 14:37:23 +00:00
arpa_telnet.h Added 'const' to the string arrays 2001-08-14 08:16:53 +00:00
base64.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
base64.h fixed the header that wrongly was the krb4-style one 2001-08-03 13:52:06 +00:00
connect.c praise Bjorn Reese for mastering these dusty corners of socket hacking, now 2001-10-02 17:18:46 +00:00
connect.h major connecting updates 2001-10-02 09:40:06 +00:00
cookie.c Now we're setting a default domain for received cookies so that we can 2001-09-26 07:08:29 +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 T. Bharath's patch => linking with multithreaded versions of the c runtime 2001-08-24 07:45:16 +00:00
curllib.dsw turned newlines into DOS styles 2001-05-21 21:45:11 +00:00
dict.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +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 Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
easy.c Linus Nielsen Feltzing's telnet-for-win32 fixes 2001-09-17 14:10:38 +00:00
escape.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +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 Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
file.h remade FILE:// support to look more as the other protocols 2001-03-05 13:39:01 +00:00
formdata.c hm, I edited away the fine functionality and with this edit test case 9 2001-10-03 09:31:16 +00:00
formdata.h Georg Huettenegger's fixes and improvements to curl_formadd() 2001-08-28 08:54:33 +00:00
ftp.c major connecting updates 2001-10-02 09:40:06 +00:00
ftp.h removed the socket argument from some functions that always passed in the 2001-09-28 09:15:19 +00:00
getdate.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
getdate.h moved here from the newlib branch 2000-05-22 14:12:12 +00:00
getdate.y extern declarations no longer done on windows (T. Bharath's patch) 2001-08-24 07:39:15 +00:00
getenv.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
getinfo.c filetime should be -1 if the remote time was unknown as 0 is actually a 2001-09-28 11:04:43 +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 Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
getpass.h added const to the prompt char * in the proto 2001-08-14 08:27:07 +00:00
hostip.c Keith McGuigan's excellent fix that makes a cloned copy of the hostent struct 2001-10-03 21:42:04 +00:00
hostip.h major connecting updates 2001-10-02 09:40:06 +00:00
http_chunks.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +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 modified GetLine(), removed Curl_http_close() 2001-09-18 15:29:57 +00:00
http.h removed Curl_http_close() 2001-09-18 15:30:59 +00:00
if2ip.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +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 sessionhandle->hp => hostaddr 2001-10-01 22:31:43 +00:00
krb4.h Curl_ prefix 2001-08-17 10:10:15 +00:00
ldap.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +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_easy_duphandle 2001-09-13 14:49:35 +00:00
Makefile.am introduced non-blocking connects 2001-10-01 08:59:17 +00:00
Makefile.b32 Added $Id:$ string for file version in the header 2001-08-09 09:10:13 +00:00
Makefile.b32.resp David James made it build 7.8.1 pre 5 2001-08-15 06:13:58 +00:00
Makefile.m32 winsock 2 fixes 2001-09-25 07:55:19 +00:00
Makefile.vc6 Linus Nielsen Feltzing changed winsock lib for linking 2001-09-17 14:38:41 +00:00
memdebug.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
memdebug.h curl_memdebug takes a const argument now 2001-08-14 09:24:48 +00:00
mprintf.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
netrc.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +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 Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
progress.h Major rename and redesign of the internal "backbone" structs. Details will 2001-08-30 22:48:34 +00:00
security.c improved readability slightly 2001-09-28 09:25:59 +00:00
security.h modified to use the renamed kerberos functions with Curl_ prefix 2001-08-17 10:14:06 +00:00
sendf.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
sendf.h Major rename and redesign of the internal "backbone" structs. Details will 2001-08-30 22:48:34 +00:00
setup.h major connecting updates 2001-10-02 09:40:06 +00:00
speedcheck.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +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 Lots of praise and glory to Vojtech Minarik for setting up a test server 2001-09-19 21:49:11 +00:00
ssluse.h made it compile properly when not building with SSL support 2001-09-07 09:40:46 +00:00
strequal.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
strequal.h our internal strlcat() is now named Curl_strlcat() 2001-05-18 12:03:30 +00:00
strtok.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00
strtok.h include setup.h _before_ system includes 2001-05-31 07:02:13 +00:00
telnet.c Linus Nielsen Feltzing's telnet-for-win32 fixes 2001-09-17 14:10:38 +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 added comment to the tvdiff 2001-10-01 22:50:20 +00:00
timeval.h Internal symbols that aren't static are now prefixed with 'Curl_' 2001-01-05 10:11:41 +00:00
transfer.c removed obsoletetd myalarm() calls 2001-10-01 11:35:29 +00:00
transfer.h Major rename and redesign of the internal "backbone" structs. Details will 2001-08-30 22:48:34 +00:00
url.c added port number in informational connect message 2001-10-02 12:51:15 +00:00
url.h Major rename and redesign of the internal "backbone" structs. Details will 2001-08-30 22:48:34 +00:00
urldata.h major connecting updates 2001-10-02 09:40:06 +00:00
version.c Added formatting sections for emacs and vim 2001-09-07 04:01:32 +00:00