curl/lib
Daniel Stenberg f4acbed214 ftpsendf() is remade to send the entire command in one write(), as some
firewalls (like FW-1) seems to dislike split-up writes at times...
2000-12-30 13:12:30 +00:00
..
Makefile.am Added -version-info and lots of info 2000-11-30 22:22:08 +00:00
Makefile.b32 Added the borland makefiles 2000-12-05 13:47:30 +00:00
Makefile.b32.resp Added the borland makefiles 2000-12-05 13:47:30 +00:00
Makefile.in 7.5-commit 2000-12-04 09:44:57 +00:00
Makefile.m32 Jörg's updated makefile 2000-10-06 11:03:43 +00:00
Makefile.vc6 unix style newlines 2000-12-11 08:14:34 +00:00
arpa_telnet.h Initial revision 1999-12-29 14:20:26 +00:00
base64.c added memory debugging include file 2000-10-09 11:12:34 +00:00
base64.h replaced the old base64 stuff with the new ones 2000-09-28 08:01:52 +00:00
cookie.c Venkataramana Mokkapati corrected a cookie parser bug 2000-11-10 08:10:04 +00:00
cookie.h Added some RFC2109 support 2000-02-01 23:54:51 +00:00
dict.c removed URL size restrictions 2000-11-20 08:53:21 +00:00
dict.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
dllinit.c added for the win32 version 2000-10-06 11:02:48 +00:00
download.c #include "setup.h" moved first of all includes 2000-08-24 14:26:33 +00:00
download.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
easy.c Added curl_easy_getinfo() 2000-10-02 06:27:43 +00:00
escape.c curl_unescape() did not stop at the set length properly when %-codes were 2000-11-21 19:01:53 +00:00
escape.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
file.c removed #if 0 section 2000-11-29 08:17:12 +00:00
file.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
formdata.c added curl_formfree() 2000-11-17 14:06:24 +00:00
formdata.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
ftp.c fixed a leaked file descriptor when PORT failed 2000-12-19 09:06:36 +00:00
ftp.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
getdate.c Added typecast to localtime_r() 2000-11-07 23:09:08 +00:00
getdate.h moved here from the newlib branch 2000-05-22 14:12:12 +00:00
getdate.y typecasted the localtime_r() return code to not make it not warn even if the 2000-10-30 11:54:27 +00:00
getenv.c added memory debugging include file 2000-10-09 11:12:34 +00:00
getenv.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
getinfo.c document time fixes 2000-11-22 13:50:17 +00:00
getpass.c changed third argument to size_t to match SCO prototype 2000-12-05 08:04:04 +00:00
getpass.h changed third argument to size_t to match SCO prototype 2000-12-05 08:04:04 +00:00
highlevel.c free the URL on redirections, this was a previous memory leak 2000-11-28 09:41:01 +00:00
highlevel.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
hostip.c GetHost() now sets the third pointer to NULL when the lookup fails, as the 2000-11-21 15:35:45 +00:00
hostip.h GetHost() changed function arguments 2000-09-21 08:47:48 +00:00
http.c typecasted the argument to isspace() to int, to remove a pedantic compiler 2000-11-21 09:31:03 +00:00
http.h more "anything through http proxy tunnel" fixes 2000-09-15 06:10:52 +00:00
if2ip.c #include "setup.h" moved first of all includes 2000-08-24 14:26:33 +00:00
if2ip.h haxx.nu => haxx.se 2000-06-20 15:31:26 +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 added memory debugging include file 2000-10-09 11:12:34 +00:00
ldap.c uses client_write() 2000-11-22 12:55:24 +00:00
ldap.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
libcurl.def Jörg updated the list of exported functions 2000-11-13 08:36:17 +00:00
memdebug.c include unistd.h if present to prevent compiler warnings on close() 2000-12-19 13:35:23 +00:00
memdebug.h Added fopen() and fclose() leak tracking 2000-12-19 13:23:54 +00:00
mprintf.c removed the storenonprintable function as it isn't used anymore 2000-11-21 13:18:30 +00:00
netrc.c #include "setup.h" moved first of all includes 2000-08-24 14:26:33 +00:00
netrc.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
progress.c data->err must be used, not stderr 2000-11-16 07:20:12 +00:00
progress.h modified pgrsTime() to the new functionality 2000-11-06 15:32:16 +00:00
security.c added memory debugging include file 2000-10-09 11:12:34 +00:00
security.h Martin Hedenfalk added sec_fflush_fd() 2000-09-25 22:15:56 +00:00
sendf.c ftpsendf() is remade to send the entire command in one write(), as some 2000-12-30 13:12:30 +00:00
sendf.h client_write() proto and defines added 2000-11-22 12:55:55 +00:00
setup.h removed old unused getpass() leftovers 2000-10-26 21:59:54 +00:00
speedcheck.c made the speedcheck actually work again 2000-10-17 14:53:03 +00:00
speedcheck.h made the speedcheck actually work again 2000-10-17 14:53:03 +00:00
ssluse.c new urldata ssl layout and T. Bharath brought the new SSL cert verify function 2000-10-30 11:53:40 +00:00
ssluse.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
strequal.c #include "setup.h" moved first of all includes 2000-08-24 14:26:33 +00:00
strequal.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
telnet.c uses client_write() 2000-11-22 12:55:24 +00:00
telnet.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
timeval.c haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
timeval.h moved include setup.h 2000-08-24 14:28:11 +00:00
url.c Added SA_RESTART since (some) HPUX doesn't have that define and it doesn't 2000-12-07 09:09:26 +00:00
url.h haxx.nu => haxx.se 2000-06-20 15:31:26 +00:00
urldata.h James Griffiths' max-redirs fix 2000-11-28 09:05:47 +00:00
version.c now reports "krb4 enabled" is that's so 2000-09-21 08:51:15 +00:00