summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool: Fixed incorrect return code if password prompting runs out of memorySteve Holme2014-01-192-8/+9
* tool: Fixed incorrect return code if command line parser runs out of memorySteve Holme2014-01-191-17/+15
* Subject: progress bar: increase update frequency to 10HzTobias Markus2014-01-181-2/+2
* progress bar: always update when at 100%Tobias Markus2014-01-181-5/+6
* login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg2013-12-143-2/+11
* parseconfig: warn if unquoted white spaces are detectedDaniel Stenberg2013-12-091-0/+18
* tool_metalink: do not use HAVE_NSS_INITCONTEXTKamil Dudka2013-12-021-6/+2
* parseconfig: dash options can't specified with colon or equalsDaniel Stenberg2013-11-291-3/+11
* globbing: curl glob counter mismatch with {} list useDaniel Stenberg2013-11-281-8/+4
* tool_help: Updated --list-only description to include POP3Steve Holme2013-11-031-1/+1
* glob_range: pass the closing bracket for a-z rangesDaniel Stenberg2013-11-031-1/+1
* tool_help: Added login options to --user descriptionSteve Holme2013-10-261-1/+2
* tool_help: Added clarity to the --oauth2-bearer optionSteve Holme2013-10-261-1/+1
* glob: fix regression from commit 5ca96cb844Daniel Stenberg2013-10-221-4/+8
* tool: use XFERFUNCTION to save some castsDave Reisner2013-10-153-9/+9
* SSL: protocol version can be specified more preciselyGergely Nagy2013-10-152-3/+25
* curl: fix --oauth2-bearer in the --help outputDaniel Stenberg2013-10-131-1/+1
* curl: rename --bearer to --oauth2-bearerDaniel Stenberg2013-10-121-1/+1
* xattr: add support for FreeBSD xattr APIFrançois Charlier2013-10-011-2/+13
* pop3: Added basic SASL XOAUTH2 supportSteve Holme2013-09-201-1/+1
* curl: Added clarification to the --mail options in the --help outputSteve Holme2013-09-201-3/+3
* curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme2013-09-133-8/+14
* curl: Add support for various DNS binding options.Ben Greear2013-09-125-5/+39
* urlglob: improved error messages and column number on bad useDaniel Stenberg2013-09-062-82/+66
* urlglob: avoid error code translationDaniel Stenberg2013-09-061-6/+4
* urlglob: avoid NULL pointer dereferenceDaniel Stenberg2013-09-061-1/+1
* curl: unbreak --http1.0 againDaniel Stenberg2013-09-051-2/+2
* curl: add --http1.1 and --http2.0 optionsDaniel Stenberg2013-09-042-4/+20
* curl -V: output HTTP2 as a feature if presentDaniel Stenberg2013-09-041-1/+2
* tool_operate.c: Fixed compilation warningSteve Holme2013-08-271-0/+1
* curl: Moved check for password out of get parameter loopSteve Holme2013-08-272-9/+13
* curl: added --bearer option to helpKyle L. Huff2013-08-261-0/+1
* curl: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-264-3/+15
* tool_urlglob.c: Fixed compiler warningsSteve Holme2013-08-261-2/+2
* curl_easy_perform_ev: debug/test functionDaniel Stenberg2013-08-203-1/+22
* glob: error out on range overflowDaniel Stenberg2013-08-161-6/+28
* urlglob: better detect unclosed braces, empty lists and overflowsDaniel Stenberg2013-08-163-249/+264
* --help: fix the --sasl-ir in the help outputDaniel Stenberg2013-08-141-1/+1
* curl: make --no-[option] work properly for several optionsDaniel Stenberg2013-08-141-5/+5
* curl: second follow-up for commit 5af2bfb9Yang Tse2013-08-011-1/+2
* curl: follow-up for commit 5af2bfb9Yang Tse2013-07-312-4/+4
* curl: --progress-bar max update frequency now at 5HzDaniel Stenberg2013-07-313-4/+5
* curl: make --progress-bar update the line less frequentlyDaniel Stenberg2013-07-312-11/+14
* md5 & metalink: use better build macros on Apple operating systemsNick Zitzmann2013-07-301-2/+5
* tool_operhlp.c: fix add_file_name_to_url() OOM handlingYang Tse2013-07-291-0/+2
* tool_operate.c: fix brace placement for vi/emacs delimiter matchingYang Tse2013-07-291-14/+13
* tool_operate.c: move <fabdef.h> header inclusion locationYang Tse2013-07-291-1/+4
* curl: fix upload of a zip file in OpenVMSJohn E. Malmberg2013-07-221-0/+84
* curl: fix symbolic names for CURL_NETRC_* enum in --libcurl outputYang Tse2013-07-223-3/+12
* curl: fix symbolic names for CURLUSESSL_* enum in --libcurl outputYang Tse2013-07-223-4/+14