aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-14login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg
2013-12-09parseconfig: warn if unquoted white spaces are detectedDaniel Stenberg
2013-12-02tool_metalink: do not use HAVE_NSS_INITCONTEXTKamil Dudka
2013-11-29parseconfig: dash options can't specified with colon or equalsDaniel Stenberg
2013-11-28globbing: curl glob counter mismatch with {} list useDaniel Stenberg
2013-11-03tool_help: Updated --list-only description to include POP3Steve Holme
2013-11-03glob_range: pass the closing bracket for a-z rangesDaniel Stenberg
2013-10-26tool_help: Added login options to --user descriptionSteve Holme
2013-10-26tool_help: Added clarity to the --oauth2-bearer optionSteve Holme
2013-10-22glob: fix regression from commit 5ca96cb844Daniel Stenberg
2013-10-15tool: use XFERFUNCTION to save some castsDave Reisner
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-13curl: fix --oauth2-bearer in the --help outputDaniel Stenberg
2013-10-12curl: rename --bearer to --oauth2-bearerDaniel Stenberg
2013-10-01xattr: add support for FreeBSD xattr APIFrançois Charlier
2013-09-20pop3: Added basic SASL XOAUTH2 supportSteve Holme
2013-09-20curl: Added clarification to the --mail options in the --help outputSteve Holme
2013-09-13curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme
2013-09-12curl: Add support for various DNS binding options.Ben Greear
2013-09-06urlglob: improved error messages and column number on bad useDaniel Stenberg
2013-09-06urlglob: avoid error code translationDaniel Stenberg
2013-09-06urlglob: avoid NULL pointer dereferenceDaniel Stenberg
2013-09-05curl: unbreak --http1.0 againDaniel Stenberg
2013-09-04curl: add --http1.1 and --http2.0 optionsDaniel Stenberg
2013-09-04curl -V: output HTTP2 as a feature if presentDaniel Stenberg
2013-08-27tool_operate.c: Fixed compilation warningSteve Holme
2013-08-27curl: Moved check for password out of get parameter loopSteve Holme
2013-08-26curl: added --bearer option to helpKyle L. Huff
2013-08-26curl: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-26tool_urlglob.c: Fixed compiler warningsSteve Holme
2013-08-20curl_easy_perform_ev: debug/test functionDaniel Stenberg
2013-08-16glob: error out on range overflowDaniel Stenberg
2013-08-16urlglob: better detect unclosed braces, empty lists and overflowsDaniel Stenberg
2013-08-14--help: fix the --sasl-ir in the help outputDaniel Stenberg
2013-08-14curl: make --no-[option] work properly for several optionsDaniel Stenberg
2013-08-01curl: second follow-up for commit 5af2bfb9Yang Tse
2013-07-31curl: follow-up for commit 5af2bfb9Yang Tse
2013-07-31curl: --progress-bar max update frequency now at 5HzDaniel Stenberg
2013-07-31curl: make --progress-bar update the line less frequentlyDaniel Stenberg
2013-07-30md5 & metalink: use better build macros on Apple operating systemsNick Zitzmann
2013-07-29tool_operhlp.c: fix add_file_name_to_url() OOM handlingYang Tse
2013-07-29tool_operate.c: fix brace placement for vi/emacs delimiter matchingYang Tse
2013-07-29tool_operate.c: move <fabdef.h> header inclusion locationYang Tse
2013-07-22curl: fix upload of a zip file in OpenVMSJohn E. Malmberg
2013-07-22curl: fix symbolic names for CURL_NETRC_* enum in --libcurl outputYang Tse
2013-07-22curl: fix symbolic names for CURLUSESSL_* enum in --libcurl outputYang Tse
2013-07-22tool_operate.c: fix passing curl_easy_setopt long arg on some x64 ABIsYang Tse
2013-07-19Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1Yang Tse
2013-07-17cmake: Fix for MSVC2010 project generationSergei Nikulov
2013-07-14src/tool: allow timeouts to accept decimal valuesDave Reisner