d6b3b05e | 16-Jun-2000 |
Daniel Stenberg |
removed the CURLOPT_PROGRESSMODE option |
b88136fc | 16-Jun-2000 |
Daniel Stenberg |
PROGRESSMODE is history |
789b43fc | 16-Jun-2000 |
Daniel Stenberg |
pretty big changes when the -# progress bar was moved in here from the lib/progess.c file, and is now used with the new progress callback function |
64897354 | 16-Jun-2000 |
Daniel Stenberg |
mode was replaced with callback in the progress struct |
fb9c5650 | 16-Jun-2000 |
Daniel Stenberg |
progress.mode replaced with progress.callback |
94deff65 | 16-Jun-2000 |
Daniel Stenberg |
removed pgrsMode() |
435f1719 | 16-Jun-2000 |
Daniel Stenberg |
removed lots of #if 0'ed code removed the "mode" concept moved all #-stuff to the client |
8e8da821 | 16-Jun-2000 |
Daniel Stenberg |
Added pgrsStartNow() on the appropriate place |
eb88f3d9 | 15-Jun-2000 |
Daniel Stenberg |
when failing to write to a socket, we now bail out better I also use typecasted size_t now for systems with unsigned such ones |
e9957b87 | 15-Jun-2000 |
Daniel Stenberg |
removed the last \r\n\r\n bytes now returns -1 from FormReader() when the last form data has been read! |
f93baee5 | 14-Jun-2000 |
Daniel Stenberg |
POST fix |
ce7e3586 | 14-Jun-2000 |
Daniel Stenberg |
Added #include <string.h> |
94ec5ff4 | 14-Jun-2000 |
Daniel Stenberg |
correct the POST workings. Tim Tassonis reported. |
e54f09a2 | 14-Jun-2000 |
Daniel Stenberg |
the 7.0.6beta fixes |
069347c8 | 14-Jun-2000 |
Daniel Stenberg |
the -W and -g stuff needn't be here by default |
022f1766 | 14-Jun-2000 |
Daniel Stenberg |
Added a define in the Mingw32 makefiles to allow parts of the config-win32 files depend on that as well. It turned out Borland has no unistd.h file either, only mingw32 seems to use that. |
3e20192f | 14-Jun-2000 |
Daniel Stenberg |
several minor fixes as pointed out by Bj�rn Stenberg |
ec520cee | 14-Jun-2000 |
Daniel Stenberg |
bad HAVE_STRICMP usage found by Bj�rn Stenberg |
a374925b | 14-Jun-2000 |
Daniel Stenberg |
added some more text about libcurl using |
d9650164 | 14-Jun-2000 |
Daniel Stenberg |
edited the contributor list changed ftp-ascii to use-ascii and its explanation was fixed |
094b6a8b | 14-Jun-2000 |
Daniel Stenberg |
Added #include <fcntl.h> required by the setmode() for win32 |
5da5cfa3 | 14-Jun-2000 |
Daniel Stenberg |
new binary stdout approach for win32 systems |
2dbadc64 | 14-Jun-2000 |
Daniel Stenberg |
Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS |
3b60784f | 14-Jun-2000 |
Daniel Stenberg |
updated to be more valid for version 7 workings |
72f7f018 | 14-Jun-2000 |
Daniel Stenberg |
added a few RFCs to the list |