Age | Commit message (Expand) | Author |
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-16 | tiny fixes | Daniel Stenberg |
2000-03-16 | Added checks for RAND_screen, malloc.h and stdlib.h | Daniel Stenberg |
2000-03-16 | RAND_SCREEN is only available for win32 SSL users | Daniel Stenberg |
2000-03-16 | updates and fixes | Daniel Stenberg |
2000-03-14 | 6.5 cleanup commit | Daniel Stenberg |
2000-03-14 | Added HAVE_STRDUP | Daniel Stenberg |
2000-03-14 | Added #define HAVE_SETVBUF 1 | Daniel Stenberg |
2000-03-13 | The changes of today. | Daniel Stenberg |
2000-03-13 | put back the perl binary check | Daniel Stenberg |
2000-03-13 | now sends cookies space separated to better work with IIS4.0 servers | Daniel Stenberg |
2000-03-13 | corrected spelling errors, improved look for the ranges part | Daniel Stenberg |
2000-03-02 | Ultrix fixes, openssl fix, docs, removed perl | Daniel Stenberg |
2000-03-02 | corrected a spelling mistake | Daniel Stenberg |
2000-03-02 | Added the WRITEINFO tag | Daniel Stenberg |
2000-03-02 | Added -N, added a strdup() function for systems without it. suggested for | Daniel Stenberg |
2000-03-02 | sys/select.h and gettimeofday() adjusted | Daniel Stenberg |
2000-03-02 | progress meter text updated to the new display | Daniel Stenberg |
2000-03-02 | added -N and -w descriptions | Daniel Stenberg |
2000-03-02 | Added checks for setvbuf(), RAND_set() and removed the perl stuff | Daniel Stenberg |
2000-03-02 | removed perl/ | 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 | rephrased. -D writes a file, -b reads one. | Daniel Stenberg |
2000-03-01 | made -w support -w@[file] and -w@- (for stdin) | Daniel Stenberg |
2000-03-01 | describes the latest commited changes | 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 writeout support added | 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 | Added the http post resume thing and the new SSL FTP online draft | Daniel Stenberg |
2000-02-21 | tonight's changes, the progress bar and the new -w option | Daniel Stenberg |
2000-02-21 | removed upload.[ch] from here | Daniel Stenberg |
2000-02-16 | Progress meter work | Daniel Stenberg |
2000-02-16 | Starting working on the '-w/--write-out' output format specifier, although | Daniel Stenberg |
2000-02-16 | added #include <timeval.h> on Jörn's advice | Daniel Stenberg |