Age | Commit message (Expand) | Author |
2000-03-20 | curl_unescape() could make a buffer overflow | Daniel Stenberg |
2000-03-20 | generated from the new getdate.y file | Daniel Stenberg |
2000-03-20 | commented the CFLAGS that was left in here by mistake | Daniel Stenberg |
2000-03-19 | Marco G. Salvagno's OS/2 fixes | Daniel Stenberg |
2000-03-17 | updated to compile 6.5 | Daniel Stenberg |
2000-03-16 | Added the forgotten http_code! | Daniel Stenberg |
2000-03-16 | makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen() | Daniel Stenberg |
2000-03-16 | removed an unnecessary #ifdef WIN32 | Daniel Stenberg |
2000-03-16 | if stdlib.h exists, malloc.h should not be included (thus stop OpenBSD | Daniel Stenberg |
2000-03-16 | cleaned up some #ifdef mess, now uses data->fwrite() to write headers | Daniel Stenberg |
2000-03-16 | now writers the headers with the data->fwrite() function as well | Daniel Stenberg |
2000-03-16 | as Pascal Gaudette pointed out, the ldap files were missing | Daniel Stenberg |
2000-03-14 | 6.5 cleanup commit | Daniel Stenberg |
2000-03-13 | now sends cookies space separated to better work with IIS4.0 servers | Daniel Stenberg |
2000-03-02 | renamed some variables and made \r work | Daniel Stenberg |
2000-03-02 | Adjusted to run properly with OpenSSL 0.9.5. | Daniel Stenberg |
2000-03-02 | Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix | Daniel Stenberg |
2000-03-01 | new variables added | Daniel Stenberg |
2000-03-01 | Added more variables to the progress struct targeted for statistics output | Daniel Stenberg |
2000-03-01 | Added two new time stamp places | Daniel Stenberg |
2000-03-01 | added prototype and defines for pgrsTime() | Daniel Stenberg |
2000-03-01 | added pgrsTime() to store various time stamps for the -w option | Daniel Stenberg |
2000-03-01 | store the pretransfer time | Daniel Stenberg |
2000-03-01 | Applied J�rn's patch | Daniel Stenberg |
2000-02-21 | Added writeout.[ch] | Daniel Stenberg |
2000-02-21 | Supports the -w/--write-out feature | Daniel Stenberg |
2000-02-21 | new fields in the progress struct | Daniel Stenberg |
2000-02-21 | Added writeout stuff | Daniel Stenberg |
2000-02-21 | moved a few more variables to the progress struct and I had some problems | Daniel Stenberg |
2000-02-21 | removed upload.[ch] from here | Daniel Stenberg |
2000-02-16 | added #include <timeval.h> on J�rn's advice | Daniel Stenberg |
2000-02-16 | Now starts the progress meter timer at once! | Daniel Stenberg |
2000-02-16 | J�rn Hartroth adjusted for the mingw32 compiler | Daniel Stenberg |
2000-02-16 | re-arranged the progress meter columns, made the hour-field two characters | Daniel Stenberg |
2000-02-15 | modified the progress meter usage | Daniel Stenberg |
2000-02-14 | all new progress stuff on the way in | Daniel Stenberg |
2000-02-14 | upload.[ch] are removed | Daniel Stenberg |
2000-02-14 | new stuff for the new progress meter | Daniel Stenberg |
2000-02-14 | newly generated from the new getdate.y | Daniel Stenberg |
2000-02-14 | uses the new progress functions | Daniel Stenberg |
2000-02-14 | made upload/download work better simultaneously | Daniel Stenberg |
2000-02-14 | updated to use the new set of progress-functions | Daniel Stenberg |
2000-02-10 | Ellis Pritchard <ellis@citria.com> made it work for MacOS X | Daniel Stenberg |
2000-02-10 | This should no longer send empty cookies to the server | Daniel Stenberg |
2000-02-10 | * Made '-' as file name to read cookies from equal stdin. | Daniel Stenberg |
2000-02-01 | removed include upload.h | Daniel Stenberg |
2000-02-01 | removed #include "upload.h" | Daniel Stenberg |
2000-02-01 | Added some RFC2109 support | Daniel Stenberg |
2000-02-01 | upload.[ch] are history | Daniel Stenberg |
2000-02-01 | Adjusted to use the new Transfer() instead of the old Download() | Daniel Stenberg |