summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl: Add support for various DNS binding options.new-options-specify-DNSBen Greear2013-09-095-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
* tool_operate.c: fix passing curl_easy_setopt long arg on some x64 ABIsYang Tse2013-07-221-51/+55
* Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1Yang Tse2013-07-191-5/+22
* cmake: Fix for MSVC2010 project generationSergei Nikulov2013-07-171-7/+0
* src/tool: allow timeouts to accept decimal valuesDave Reisner2013-07-145-6/+51
* src/tool_paramhlp: try harder to catch negativesDave Reisner2013-07-141-3/+7
* Added winssl-zlib target to VC builds.Guenter Knauf2013-07-081-0/+13
* Updated zlib version in build files.Guenter Knauf2013-05-115-6/+6
* build: fixed unit1394 for debug and metlink buildsDaniel Stenberg2013-05-061-0/+1
* unit1394.c: plug the curl tool unit test inKamil Dudka2013-05-062-3/+12
* src/Makefile.am: build static lib for unit tests if enabledKamil Dudka2013-05-062-0/+12
* tool_getparam: ensure string termination in parse_cert_parameter()Kamil Dudka2013-05-061-8/+11
* tool_getparam: fix memleak in handling the -E optionKamil Dudka2013-05-061-4/+4
* tool_getparam: describe what parse_cert_parameter() doesKamil Dudka2013-05-061-6/+6
* curl -E: allow to escape ':' in cert nicknameJared Jennings2013-05-061-23/+100
* Corrected version numbers after bumpSteve Holme2013-04-271-1/+1
* sasl-ir: Added --sasl-ir option to curl command line toolSteve Holme2013-04-274-0/+10
* tool_paramhlp: Fixed options being included in usernameSteve Holme2013-04-201-4/+16
* Enabled MinGW sync resolver builds.Guenter Knauf2013-04-111-5/+12
* Fixed ares-enabled builds with static makefiles.Guenter Knauf2013-04-091-1/+1
* --engine: spellfix the help messageDaniel Stenberg2013-04-041-2/+2
* tool_main.c: remove redundant vms_show storage-class specifierYang Tse2013-03-131-1/+1
* tool_main.c: fix VMS global variable storage-class specifierTom Grace2013-03-131-1/+1