summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_setopt: fix c_escape truncated octalMaksim Stsepanenka2015-10-021-1/+1
* tool: remove redundant libcurl checkDaniel Hwang2015-09-221-41/+39
* tool_operate: Don't call easysrc cleanup unless --libcurlJay Satiro2015-09-211-6/+9
* tool: generate easysrc only on --libcurlDaniel Lee Hwang2015-09-201-4/+6
* curl: customrequest_helper: deal with NULL custom methodDaniel Stenberg2015-09-111-1/+3
* curl: point out unnecessary uses of -X in verbose modeDaniel Stenberg2015-09-115-16/+65
* gitignore: ignore more generated VC MakefilesDaniel Stenberg2015-09-031-3/+1
* tool_sdecls.h: Fixed compilation warning from commit 4a889441d3Steve Holme2015-09-021-1/+1
* makefiles: Added our standard copyright headerSteve Holme2015-08-305-8/+116
* curl: point out the conflicting HTTP methods if usedDaniel Stenberg2015-08-254-8/+16
* curl: clarify that users can only specify one _METHOD_Daniel Stenberg2015-08-251-1/+1
* tool: fix memory leak with --proto-default optionDan Fandrich2015-08-231-0/+1
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-229-10/+51
* gitignore: Sort for readabilityJay Satiro2015-08-181-8/+8
* build: refer to fixed libidn versionsViktor Szakats2015-08-101-1/+1
* comment: fix comment about adding new option supportDaniel Stenberg2015-07-261-1/+1
* tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPSJay Satiro2015-07-251-3/+6
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-176-2/+19
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-2/+1
* tool_header_cb: fflush the header streamDaniel Stenberg2015-06-251-0/+2
* tool_help: fix --tlsv1 help text to use >= for TLSv1Lior Kaplan2015-06-211-1/+1
* tool: always provide negotiate/kerberos optionsDaniel Stenberg2015-06-183-33/+19
* help: Add --proxy-service-name and --service-name to the --help outputLinus Nielsen2015-06-081-0/+4
* checksrc: detect fopen() for text without the FOPEN_* macrosDaniel Stenberg2015-06-022-2/+2
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-014-6/+6
* curl: fix potential NULL dereferenceDaniel Stenberg2015-05-221-1/+1
* build: bump version in default nghttp2 pathsViktor Szakats2015-05-191-1/+1
* tool_help: fix formatting for --next optionAlessandro Ghedini2015-05-081-1/+1
* build: update depedency versions, urls, example makefilesViktor Szakats2015-04-305-16/+16
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-284-0/+25
* tool: New option --data-raw to HTTP POST data, '@' allowed.Anthony Avina2015-04-252-2/+4
* curl -z: do not write empty file on unmet conditionKamil Dudka2015-04-231-6/+11
* tool: fixed a comment typoDan Fandrich2015-04-231-1/+1
* cyassl: Implement public key pinningJay Satiro2015-04-221-1/+1
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-1/+1
* dist: include {src,lib}/checksrc.whitelistDaniel Stenberg2015-04-221-6/+6
* parsecfg: do not continue past a zero terminationDaniel Stenberg2015-04-171-16/+19
* src/tool_operate: create output file on successful downloadKamil Dudka2015-04-082-0/+10
* src/tool_cb_wrt: separate fnc for output file creationKamil Dudka2015-04-081-32/+39
* tool_operate: only set SSL options if SSL is enabledDan Fandrich2015-03-281-5/+7
* build: link curl to openssl libraries when openssl support is enabledPaul Howarth2015-03-261-1/+1
* globbing: fix url number calculation when using range with stepEmil Lerner2015-03-251-5/+7
* globbing: fix step parsing for character globbing rangesEmil Lerner2015-03-251-1/+1
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-244-3/+9
* curl: add --false-start optionAlessandro Ghedini2015-03-204-0/+11
* metalink: fix resource leak in OOMDaniel Stenberg2015-03-191-1/+3
* mkhelp: Remove trailing carriage return from every line of inputJay Satiro2015-03-181-1/+9
* checksrc: detect and remove space before trailing semicolonsDaniel Stenberg2015-03-171-2/+2
* checksrc: introduce a whitelisting conceptDaniel Stenberg2015-03-171-0/+3
* checksrc: use space after commaDaniel Stenberg2015-03-175-9/+9