Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-16 | PROGRESSMODE is history | Daniel Stenberg | |
2000-06-16 | pretty big changes when the -# progress bar was moved in here from the | Daniel Stenberg | |
lib/progess.c file, and is now used with the new progress callback function | |||
2000-06-16 | mode was replaced with callback in the progress struct | Daniel Stenberg | |
2000-06-16 | progress.mode replaced with progress.callback | Daniel Stenberg | |
2000-06-16 | removed pgrsMode() | Daniel Stenberg | |
2000-06-16 | removed lots of #if 0'ed code | Daniel Stenberg | |
removed the "mode" concept moved all #-stuff to the client | |||
2000-06-16 | Added pgrsStartNow() on the appropriate place | Daniel Stenberg | |
2000-06-15 | when failing to write to a socket, we now bail out better | Daniel Stenberg | |
I also use typecasted size_t now for systems with unsigned such ones | |||
2000-06-15 | removed the last \r\n\r\n bytes | Daniel Stenberg | |
now returns -1 from FormReader() when the last form data has been read! | |||
2000-06-14 | POST fix | Daniel Stenberg | |
2000-06-14 | Added #include <string.h> | Daniel Stenberg | |
2000-06-14 | correct the POST workings. Tim Tassonis reported. | Daniel Stenberg | |
2000-06-14 | the 7.0.6beta fixes | Daniel Stenberg | |
2000-06-14 | the -W and -g stuff needn't be here by default | Daniel Stenberg | |
2000-06-14 | Added a define in the Mingw32 makefiles to allow parts of the config-win32 | Daniel Stenberg | |
files depend on that as well. It turned out Borland has no unistd.h file either, only mingw32 seems to use that. | |||
2000-06-14 | several minor fixes as pointed out by Björn Stenberg | Daniel Stenberg | |
2000-06-14 | bad HAVE_STRICMP usage found by Björn Stenberg | Daniel Stenberg | |
2000-06-14 | added some more text about libcurl using | Daniel Stenberg | |
2000-06-14 | edited the contributor list | Daniel Stenberg | |
changed ftp-ascii to use-ascii and its explanation was fixed | |||
2000-06-14 | Added #include <fcntl.h> required by the setmode() for win32 | Daniel Stenberg | |
2000-06-14 | new binary stdout approach for win32 systems | Daniel Stenberg | |
2000-06-14 | Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS | Daniel Stenberg | |
2000-06-14 | updated to be more valid for version 7 workings | Daniel Stenberg | |
2000-06-14 | added a few RFCs to the list | Daniel Stenberg | |
2000-06-13 | Luong Dinh Dung's comments adjusted | Daniel Stenberg | |
2000-06-13 | free-twice problem corrected | Daniel Stenberg | |
2000-06-09 | resources + readme.win32 | Daniel Stenberg | |
2000-06-09 | edited it to look better when HTML'ified | Daniel Stenberg | |
2000-06-09 | Added the docs/README.win32 file | Daniel Stenberg | |
2000-06-09 | haxx.nu turns haxx.se | Daniel Stenberg | |
2000-06-09 | mucho updated with lots of links to various odd stuff | Daniel Stenberg | |
2000-06-09 | Some notes about life with curl in the win32 world | Daniel Stenberg | |
2000-06-08 | the recent mocking | Daniel Stenberg | |
2000-06-08 | use top_dir instead of ../ | Daniel Stenberg | |
2000-06-08 | Added progress callback info | Daniel Stenberg | |
2000-06-08 | lower casing getenv and formparse | Daniel Stenberg | |
added the progress function callback and data pointer added the callback typedefs | |||
2000-06-08 | added progress callback stuff, changed the callback typedefs to be public | Daniel Stenberg | |
2000-06-06 | modified | Daniel Stenberg | |
2000-06-06 | Added description | Daniel Stenberg | |
2000-06-06 | edited to look better after the txt2html convertion | Daniel Stenberg | |
2000-06-06 | updated with more examples | Daniel Stenberg | |
2000-06-05 | using the new formparse, the new getenv, using the new headers struct and | Daniel Stenberg | |
clean up the headers better | |||
2000-06-05 | curl_getenv() is now lowercase | Daniel Stenberg | |
2000-06-05 | the curl_formparse() function was turned lowercase | Daniel Stenberg | |
2000-06-05 | struct HttpHeader changed to struct curl_slist | Daniel Stenberg | |
2000-06-05 | Added text about how to convert certificates to PEM format | Daniel Stenberg | |
2000-06-02 | minor edits | Daniel Stenberg | |
2000-06-02 | Added many specific questions | Daniel Stenberg | |
2000-06-02 | Edited, cleaned up | Daniel Stenberg | |
2000-06-02 | updated | Daniel Stenberg | |