aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-06-07Added HAVE_SYS_TYPES_HDaniel Stenberg
2002-05-28I trimmed the --help output slightly to better fit within 80 colsDaniel Stenberg
2002-05-28Cris Bailiff's CAPATH support addedDaniel Stenberg
2002-05-21Use the new CURLOPT_NETRC option and adds --netrc-optional, by James ConeDaniel Stenberg
2002-05-17FreeBSD needs sys/types.h before we include sys/select.h that was includedDaniel Stenberg
mainly for AIX in the first place...! As reported in bug report #556869
2002-05-137.9.7 commitDaniel Stenberg
2002-05-10Kein Roth made --trace-ascii look even better, and make OD 0A occurancesDaniel Stenberg
get output as plain newlines.
2002-05-10AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even thoughDaniel Stenberg
it is a bit ugly work-around to add this here, it is still a working work- around! ;-)
2002-05-077.9.7-pre2Daniel Stenberg
2002-05-07Added --trace-ascii supportDaniel Stenberg
2002-05-07support for ingoring session cookies addedDaniel Stenberg
2002-05-03- Added "--trace [file]" to the command line tool. It makes a very detailedDaniel 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 theDaniel Stenberg
command line!
2002-04-23use new timecond definesDaniel Stenberg
2002-04-157.9.6 commitDaniel Stenberg
2002-04-127.9.6-pre5Daniel Stenberg
2002-04-10brougth by Michael CurtisDaniel Stenberg
2002-04-087.9.6-pre4 commitDaniel Stenberg
2002-04-08removed compiler warnings, made it conditional on USE_ENVIRONMENTDaniel Stenberg
2002-04-08Added the --environment support by Michael CurtisDaniel Stenberg
2002-04-08Added $Id:$ keywordDaniel Stenberg
2002-04-08Michael Curtis adjusted this for RISC OSDaniel Stenberg
2002-04-08Added writeenv.c and writeenv.h for RISCOS usage (and others?)Daniel Stenberg
2002-04-08added config-riscos.hDaniel Stenberg
2002-04-08Michael Curtis' updatesDaniel Stenberg
2002-04-05if HOME isn't set or too long, we attempt to lost the curlrc file fromDaniel Stenberg
current directory instead!
2002-04-04Reverted v1.120, -G set request type after Kevin Roth pointed out theDaniel Stenberg
stupidity in doing this. -G should work with with -I too...
2002-03-27fopen(... "rb") when reading what to post, so that binary posting worksDaniel Stenberg
on Windows!
2002-03-23Miklos Nemeth's updateDaniel Stenberg
2002-03-19made -G set request typeDaniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2002-03-18reverted 1.109, we can't set the request type when -d is used, as -G can beDaniel Stenberg
used and it makes it a GET...
2002-03-13removed some silly CRLF linesDaniel Stenberg
2002-03-11now -F supports 'filename=blabla' for parts that upload a file, to set theDaniel 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-08completed the progress-bar fixDaniel Stenberg
2002-03-08better treatment of the config->errors, only fclose() this if it wasDaniel Stenberg
truly fopen()ed. It could end up fclose()ing a NULL as discovered by Clifford Wolf.
2002-03-08closes bug report #527032, --progress-bar works again and it adds a newlineDaniel Stenberg
after the transfer is done properly
2002-03-077.9.5 commitDaniel Stenberg
2002-03-06new VMS messages from Nico BaggusDaniel Stenberg
2002-03-06Kevin Roth nicely saved us from this backslash-removing problem!Daniel Stenberg
2002-03-06Brad corrected the include path (again)Daniel Stenberg
2002-03-06corrected the newlinesDaniel Stenberg
2002-02-28Nico Baggus added more error codes to the VMS stuff.Daniel Stenberg
2002-02-28Wesley Laxton's CURLOPT_PREQUOTE workDaniel Stenberg
2002-02-28memory debugging is now only enabled if the CURL_MEMDEBUG environmentDaniel Stenberg
variable is set when curl is invoked
2002-02-27made building outside the source tree work again, Kevin Roth reportedDaniel Stenberg
2002-02-267.9.5-pre4 commitDaniel Stenberg
2002-02-25automake usage and options cleanupDaniel Stenberg
2002-02-25make sure -d is treated as a POST request and thus should fail if mixedDaniel Stenberg
with -I for example
2002-02-25"Yet Another Geek" made %{content_type} work in the -w/--writeout option.Daniel Stenberg