Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-26 | libtool adjustments | Daniel Stenberg | |
2000-07-25 | Added some logic that now prevents multiple conflicting HTTP request types | Daniel Stenberg | |
to get specified with the options. | |||
2000-06-20 | autoreferer added, switches off POST on location: following | 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-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 | 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-08 | use top_dir instead of ../ | 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-05-30 | pre-release commit | Daniel Stenberg | |
2000-05-29 | modified to the new curl_getenv() style | Daniel Stenberg | |
2000-05-26 | URLGET_ERROR_SIZE is now CURL_ERROR_SIZE | Daniel Stenberg | |
2000-05-24 | fixed the new docs path | Daniel Stenberg | |
2000-05-23 | now splits the text into several puts() calls | Daniel Stenberg | |
2000-05-22 | Jörn's fixes | Daniel Stenberg | |
2000-05-22 | moved here from the newlib branch | Daniel Stenberg | |
2000-05-17 | moved the win32 init stuff here from the lib | Daniel Stenberg | |
2000-05-09 | Removed all #ifdef GLOBURL lines, we always use them | Daniel Stenberg | |
2000-05-09 | changed the glob_url() call, after Janne Johansson's buffer overflow report | Daniel Stenberg | |
2000-04-04 | Marco G. Salvagno's patch applied | Daniel Stenberg | |
2000-03-21 | 6.5.2 release commit | Daniel Stenberg | |
2000-03-19 | Marco G. Salvagno's OS/2 changes | Daniel Stenberg | |
2000-03-16 | the --dump-header option now only creates the file when it needs to, not any | Daniel Stenberg | |
sooner | |||
2000-03-14 | 6.5 cleanup commit | Daniel Stenberg | |
2000-03-14 | Added HAVE_STRDUP | Daniel Stenberg | |
2000-03-02 | Added -N, added a strdup() function for systems without it. suggested for | Daniel Stenberg | |
Ultrix by Damien Adant <dams@usa.net>. | |||
2000-03-01 | made -w support -w@[file] and -w@- (for stdin) | Daniel Stenberg | |
2000-02-21 | new writeout support added | Daniel Stenberg | |
2000-02-16 | Starting working on the '-w/--write-out' output format specifier, although | Daniel Stenberg | |
I didn't get that far! ;-) I also made curl *not* prevent the progress meter even if the output is a tty when your uploading (it is still done when downloading though). A HTTP POST is in that sense seen as an upload. It seemed so confusing that ftp upload doesn't display a progress meter by default. | |||
2000-02-14 | added support for -b@[file name] and -b@- (for stdin) for consistency | Daniel Stenberg | |
2000-02-10 | - Paul Marquis <pmarquis@iname.com> fixed the config file parsing of curl to | Daniel Stenberg | |
deal with any-length lines, removing the previous limit of 4K. | |||
2000-02-08 | Ron Zapp <rzapper@yahoo.com> corrected a sprintf() problem | Daniel Stenberg | |
2000-01-31 | fixed the progressmode selector | Daniel Stenberg | |
sorted out the -y and -Y confusion in the help texts | |||
2000-01-10 | Cleaning up | Daniel Stenberg | |
2000-01-10 | syncing with local edit | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |