1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00
curl/lib
Daniel Stenberg eb856b04fe Improved the looks of the progress meter when the file size is between
9999 KB and 100 MB since it then can display the size as XX.X MB instead of
just XX as before.
2000-04-08 19:28:23 +00:00
..
arpa_telnet.h Initial revision 1999-12-29 14:20:26 +00:00
base64.c Initial revision 1999-12-29 14:20:26 +00:00
base64.h Initial revision 1999-12-29 14:20:26 +00:00
cookie.c * Made '-' as file name to read cookies from equal stdin. 2000-02-10 23:14:53 +00:00
cookie.h Added some RFC2109 support 2000-02-01 23:54:51 +00:00
dict.c updated to use the new set of progress-functions 2000-02-14 22:57:42 +00:00
dict.h Initial revision 1999-12-29 14:20:26 +00:00
download.c in case the select() returns -1 and errno is EINTR, it should not abort 2000-03-23 10:41:16 +00:00
download.h Download() was merged with Upload() and now they both form the new Transfer() 2000-02-01 23:51:01 +00:00
escape.c curl_unescape() could make a buffer overflow 2000-03-20 10:22:12 +00:00
escape.h Initial revision 1999-12-29 14:20:26 +00:00
file.c Marco G. Salvagno's OS/2 fixes 2000-03-19 19:54:13 +00:00
file.h Initial revision 1999-12-29 14:20:26 +00:00
formdata.c Initial revision 1999-12-29 14:20:26 +00:00
formdata.h syncing with local edit 2000-01-10 23:36:14 +00:00
ftp.c cleaned up some #ifdef mess, now uses data->fwrite() to write headers 2000-03-16 11:39:31 +00:00
ftp.h Initial revision 1999-12-29 14:20:26 +00:00
getdate.c generated from the new getdate.y file 2000-03-20 09:11:29 +00:00
getdate.h Initial revision 1999-12-29 14:20:26 +00:00
getdate.y if stdlib.h exists, malloc.h should not be included (thus stop OpenBSD 2000-03-16 11:40:15 +00:00
getenv.c syncing with local edit 2000-01-10 23:36:14 +00:00
getenv.h syncing with local edit 2000-01-10 23:36:14 +00:00
getpass.c yet another tiny OS/2 fix 2000-03-23 10:41:39 +00:00
getpass.h Initial revision 1999-12-29 14:20:26 +00:00
hostip.c Initial revision 1999-12-29 14:20:26 +00:00
hostip.h Initial revision 1999-12-29 14:20:26 +00:00
http.c removed an unnecessary #ifdef WIN32 2000-03-16 11:40:48 +00:00
http.h Initial revision 1999-12-29 14:20:26 +00:00
if2ip.c Initial revision 1999-12-29 14:20:26 +00:00
if2ip.h Initial revision 1999-12-29 14:20:26 +00:00
ldap.c Initial revision 1999-12-29 14:20:26 +00:00
ldap.h Initial revision 1999-12-29 14:20:26 +00:00
Makefile.am commented the CFLAGS that was left in here by mistake 2000-03-20 09:10:51 +00:00
Makefile.in 6.5.2 release commit 2000-03-21 15:37:13 +00:00
Makefile.m32 Applied Jörn's patch 2000-03-01 21:54:50 +00:00
Makefile.vc6 Wham Bang's fixes 2000-03-23 10:40:14 +00:00
mprintf.c Initial revision 1999-12-29 14:20:26 +00:00
netrc.c Initial revision 1999-12-29 14:20:26 +00:00
netrc.h syncing with local edit 2000-01-10 23:36:14 +00:00
progress.c Improved the looks of the progress meter when the file size is between 2000-04-08 19:28:23 +00:00
progress.h added prototype and defines for pgrsTime() 2000-03-01 22:01:46 +00:00
sendf.c Initial revision 1999-12-29 14:20:26 +00:00
sendf.h Initial revision 1999-12-29 14:20:26 +00:00
setup.h Joern.Hartroth@telekom.de rightfully suggested two #include include fixes 2000-01-17 17:29:42 +00:00
speedcheck.c Initial revision 1999-12-29 14:20:26 +00:00
speedcheck.h Initial revision 1999-12-29 14:20:26 +00:00
ssluse.c makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen() 2000-03-16 11:41:27 +00:00
ssluse.h Initial revision 1999-12-29 14:20:26 +00:00
telnet.c Initial revision 1999-12-29 14:20:26 +00:00
telnet.h Initial revision 1999-12-29 14:20:26 +00:00
timeval.c Initial revision 1999-12-29 14:20:26 +00:00
timeval.h Jörn Hartroth adjusted for the mingw32 compiler 2000-02-16 00:01:07 +00:00
url.c Marco's fix got adjusted 2000-04-04 18:08:34 +00:00
url.h Initial revision 1999-12-29 14:20:26 +00:00
urldata.h Added more variables to the progress struct targeted for statistics output 2000-03-01 22:06:57 +00:00
version.c Initial revision 1999-12-29 14:20:26 +00:00
writeout.c Added the forgotten http_code! 2000-03-16 11:41:56 +00:00
writeout.h Supports the -w/--write-out feature 2000-02-21 23:52:53 +00:00