Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-07 | Added HAVE_SYS_TYPES_H | Daniel Stenberg | |
2002-05-28 | I trimmed the --help output slightly to better fit within 80 cols | Daniel Stenberg | |
2002-05-28 | Cris Bailiff's CAPATH support added | Daniel Stenberg | |
2002-05-21 | Use the new CURLOPT_NETRC option and adds --netrc-optional, by James Cone | Daniel Stenberg | |
2002-05-17 | FreeBSD needs sys/types.h before we include sys/select.h that was included | Daniel Stenberg | |
mainly for AIX in the first place...! As reported in bug report #556869 | |||
2002-05-13 | 7.9.7 commit | Daniel Stenberg | |
2002-05-10 | Kein Roth made --trace-ascii look even better, and make OD 0A occurances | Daniel Stenberg | |
get output as plain newlines. | |||
2002-05-10 | AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even though | Daniel Stenberg | |
it is a bit ugly work-around to add this here, it is still a working work- around! ;-) | |||
2002-05-07 | 7.9.7-pre2 | Daniel Stenberg | |
2002-05-07 | Added --trace-ascii support | Daniel Stenberg | |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg | |
2002-05-03 | - Added "--trace [file]" to the command line tool. It makes a very detailed | Daniel Stenberg | |
trace dump get stored, with a full protocol dump that includes all received and transmitted data. This could be a very effective tool for debugging what goes wrong. This dump includes every byte the way it is sent to/received from the server. The dump is the plain-text version, so SSL transfers will still be readable. | |||
2002-05-03 | -D now stores all headers to the same file if multiple URLs are given on the | Daniel Stenberg | |
command line! | |||
2002-04-23 | use new timecond defines | Daniel Stenberg | |
2002-04-15 | 7.9.6 commit | Daniel Stenberg | |
2002-04-12 | 7.9.6-pre5 | Daniel Stenberg | |
2002-04-10 | brougth by Michael Curtis | Daniel Stenberg | |
2002-04-08 | 7.9.6-pre4 commit | Daniel Stenberg | |
2002-04-08 | removed compiler warnings, made it conditional on USE_ENVIRONMENT | Daniel Stenberg | |
2002-04-08 | Added the --environment support by Michael Curtis | Daniel Stenberg | |
2002-04-08 | Added $Id:$ keyword | Daniel Stenberg | |
2002-04-08 | Michael Curtis adjusted this for RISC OS | Daniel Stenberg | |
2002-04-08 | Added writeenv.c and writeenv.h for RISCOS usage (and others?) | Daniel Stenberg | |
2002-04-08 | added config-riscos.h | Daniel Stenberg | |
2002-04-08 | Michael Curtis' updates | Daniel Stenberg | |
2002-04-05 | if HOME isn't set or too long, we attempt to lost the curlrc file from | Daniel Stenberg | |
current directory instead! | |||
2002-04-04 | Reverted v1.120, -G set request type after Kevin Roth pointed out the | Daniel Stenberg | |
stupidity in doing this. -G should work with with -I too... | |||
2002-03-27 | fopen(... "rb") when reading what to post, so that binary posting works | Daniel Stenberg | |
on Windows! | |||
2002-03-23 | Miklos Nemeth's update | Daniel Stenberg | |
2002-03-19 | made -G set request type | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-03-18 | reverted 1.109, we can't set the request type when -d is used, as -G can be | Daniel Stenberg | |
used and it makes it a GET... | |||
2002-03-13 | removed some silly CRLF lines | Daniel Stenberg | |
2002-03-11 | now -F supports 'filename=blabla' for parts that upload a file, to set the | Daniel Stenberg | |
filename field of that part. A typical example line could look like: -F 'name=@filename;filename=/dev/null' This can be combined with type= too, in a manner similar to: -F "file=@log/test39.txt;filename=fakerfile;type=moo/foobar" Enjoy. | |||
2002-03-08 | completed the progress-bar fix | Daniel Stenberg | |
2002-03-08 | better treatment of the config->errors, only fclose() this if it was | Daniel Stenberg | |
truly fopen()ed. It could end up fclose()ing a NULL as discovered by Clifford Wolf. | |||
2002-03-08 | closes bug report #527032, --progress-bar works again and it adds a newline | Daniel Stenberg | |
after the transfer is done properly | |||
2002-03-07 | 7.9.5 commit | Daniel Stenberg | |
2002-03-06 | new VMS messages from Nico Baggus | Daniel Stenberg | |
2002-03-06 | Kevin Roth nicely saved us from this backslash-removing problem! | Daniel Stenberg | |
2002-03-06 | Brad corrected the include path (again) | Daniel Stenberg | |
2002-03-06 | corrected the newlines | Daniel Stenberg | |
2002-02-28 | Nico Baggus added more error codes to the VMS stuff. | Daniel Stenberg | |
2002-02-28 | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg | |
2002-02-28 | memory debugging is now only enabled if the CURL_MEMDEBUG environment | Daniel Stenberg | |
variable is set when curl is invoked | |||
2002-02-27 | made building outside the source tree work again, Kevin Roth reported | Daniel Stenberg | |
2002-02-26 | 7.9.5-pre4 commit | Daniel Stenberg | |
2002-02-25 | automake usage and options cleanup | Daniel Stenberg | |
2002-02-25 | make sure -d is treated as a POST request and thus should fail if mixed | Daniel Stenberg | |
with -I for example | |||
2002-02-25 | "Yet Another Geek" made %{content_type} work in the -w/--writeout option. | Daniel Stenberg | |