curl/lib
Daniel Stenberg 4163b86cd2 failf() now only overwrites the error buffer the first time it gets called
for each *_perform(). It makes things a lot easier, as the first one that
detects the error get to write the final error reason...
2001-11-02 22:30:34 +00:00
..
.cvsignore files to ignore by default in cvs operations 2001-06-18 14:37:23 +00:00
Makefile.am Kevin Roth's cygwin adjustment 2001-10-16 07:59:43 +00:00
Makefile.b32 Added connect.c. I really need someone to better maintain this makefile... 2001-11-02 08:32:38 +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 Jörn added connect.c 2001-11-02 08:32:13 +00:00
Makefile.vc6 Makefile.vc6 changed to include connect.c 2001-10-05 02:27:26 +00:00
arpa_telnet.h Added 'const' to the string arrays 2001-08-14 08:16:53 +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
connect.c nonblock => Curl_nonblock, remade the check for a live SSL connection (again) 2001-10-31 08:44:11 +00:00
connect.h nonblock => Curl_nonblock, remade the check for a live SSL connection (again) 2001-10-31 08:44:11 +00:00
cookie.c prevent strdup()ing NULL -- Paul Harrington's report 2001-10-30 12:08:17 +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 VC ID project now uses ws2_32.lib - fixes compile under win32 2001-10-05 02:29:47 +00:00
curllib.dsw turned newlines into DOS styles 2001-05-21 21:45:11 +00:00
dict.c check return code when issuing the request 2001-10-31 14:48:10 +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 curl_easy_duphandle() now properly clones the cookie option 2001-10-19 11:57:50 +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 minor fix to support multiple files in one formadd() call 2001-10-29 13:21:25 +00:00
formdata.h Georg Huettenegger's fixes and improvements to curl_formadd() 2001-08-28 08:54:33 +00:00
ftp.c added comments and function headers 2001-11-01 12:47:22 +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 looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +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 looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +00:00
getinfo.c looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +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 looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +00:00
getpass.h added const to the prompt char * in the proto 2001-08-14 08:27:07 +00:00
hostip.c pack_hostent() now aligns the data properly on 64bit boundaries to work on 2001-10-23 12:11:43 +00:00
hostip.h getaddrinfo() cleanups 2001-10-04 13:25:12 +00:00
http.c Added better checking of return codes when we send data to sockets/connections 2001-10-31 14:57:00 +00:00
http.h removed Curl_http_close() 2001-09-18 15:30:59 +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
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 check Curl_ftpsendf return codes 2001-10-31 15:06:38 +00:00
krb4.h Curl_ prefix 2001-08-17 10:10:15 +00:00
ldap.c bug report #474568 - 2001-10-25 08:28:29 +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
memdebug.c the malloc debug system only logs data if the logfile FILE * is set, which 2001-10-17 12:33:35 +00:00
memdebug.h getaddrinfo() cleanups 2001-10-04 13:25:12 +00:00
mprintf.c looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +00:00
netrc.c looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +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 typecasts to make the timers calculate with doubles, not longs as they 2001-10-31 14:45:47 +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 check Curl_ftpsendf return codes 2001-10-31 15:06:38 +00:00
security.h modified to use the renamed kerberos functions with Curl_ prefix 2001-08-17 10:14:06 +00:00
sendf.c failf() now only overwrites the error buffer the first time it gets called 2001-11-02 22:30:34 +00:00
sendf.h Curl_sendf now returns a CURLcode 2001-10-31 15:08:16 +00:00
setup.h Replaced read() and write() with recv() and send() for socket operations 2001-11-02 13:04:23 +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 looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +00:00
ssluse.h made it compile properly when not building with SSL support 2001-09-07 09:40:46 +00:00
strequal.c looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +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 looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +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 Curl_tvdiff() now returns a millisecond diff, no double like before 2001-10-12 12:32:20 +00:00
timeval.h Curl_tvdiff() now returns a millisecond diff, no double like before 2001-10-12 12:32:20 +00:00
transfer.c failf() now only overwrites the error buffer the first time it gets called 2001-11-02 22:30:34 +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 ConnectionExists() now returns FALSE immediately if it finds a connection 2001-11-01 13:54:32 +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 failf() now only overwrites the error buffer the first time it gets called 2001-11-02 22:30:34 +00:00
version.c looks nicer and is better compatible with older vim versions 2001-10-11 09:32:19 +00:00