aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-08-30CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg
2002-08-30SOCKS5 support added (contributed by a still unnamed person). Not properlyDaniel Stenberg
2002-08-26SSL_INSECURE support and usage addedDaniel Stenberg
2002-08-26Andrew Francis removed the need for/use of MSVC pragmasDaniel Stenberg
2002-08-26don't close stdin, close the actual file handle we have!Daniel Stenberg
2002-08-13mr Hartroth correctly pointed out that poll() isn't really that portableDaniel Stenberg
2002-08-05support blank arguments to options, each option should check for blankDaniel Stenberg
2002-06-15removed extra / in help textDaniel Stenberg
2002-06-15Added --limit-rateDaniel Stenberg
2002-06-11cut up the string in more pieces for <512 bytes stringsDaniel 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-10Kein Roth made --trace-ascii look even better, and make OD 0A occurancesDaniel 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
2002-05-03-D now stores all headers to the same file if multiple URLs are given on theDaniel Stenberg
2002-04-23use new timecond definesDaniel Stenberg
2002-04-08Added the --environment support by Michael CurtisDaniel Stenberg
2002-04-05if HOME isn't set or too long, we attempt to lost the curlrc file fromDaniel Stenberg
2002-04-04Reverted v1.120, -G set request type after Kevin Roth pointed out theDaniel Stenberg
2002-03-27fopen(... "rb") when reading what to post, so that binary posting worksDaniel 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
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
2002-03-08completed the progress-bar fixDaniel Stenberg
2002-03-08better treatment of the config->errors, only fclose() this if it wasDaniel Stenberg
2002-03-08closes bug report #527032, --progress-bar works again and it adds a newlineDaniel 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
2002-02-25make sure -d is treated as a POST request and thus should fail if mixedDaniel Stenberg
2002-01-28don't count a custom request as a request type of its own, it is merelyDaniel Stenberg
2002-01-03Changed how -I/--head works when --include is also used... Test case 104Daniel Stenberg
2001-12-17Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg
2001-12-11when the file name given to -T is used to build an upload path, the localDaniel Stenberg
2001-11-30fixed the option parser to not loop when a long option is specifiedDaniel Stenberg
2001-11-29--disable-epsvDaniel Stenberg
2001-11-21init the errorbuf to prevent junk from being outputDaniel Stenberg
2001-11-19Lars M Gustafsson showed us that the free(urlbuffer) was totally unnecessaryDaniel Stenberg
2001-11-05John Lask's fix that adds "-1/--TLSv1" supportDaniel Stenberg
2001-10-22An SGI (IRIX) compiler doesn't like indended #-instructions, so they're allDaniel Stenberg
2001-10-09Added -0/--http1.0 to enforce HTTP 1.0 requestsDaniel Stenberg
2001-10-03Georg Huettenegger's fix that makes us no longer use curl_formparse() butDaniel Stenberg
2001-09-26free cookiejar stringDaniel Stenberg
2001-09-11--ciphers now sets CURLOPT_SSL_CIPHER_LISTDaniel Stenberg