summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* tool_operate: fix MinGW compiler warningMarcel Raad2017-04-051-23/+27
* tool_operate: move filetime code to its own functionMarcel Raad2017-04-051-49/+60
* tool: fix Windows Unicode buildMarcel Raad2017-04-042-3/+3
* curl: fix callback functions to match prototypeHanno Böck2017-03-302-3/+4
* gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool...Alexis La Goutte2017-03-302-2/+2
* curl: fix callback argument inconsistencyHanno Böck2017-03-294-4/+4
* make: use the variable MAKE for recursive callsMaksim Stsepanenka2017-03-291-1/+1
* spelling fixesklemens2017-03-261-2/+2
* curl: check for end of input in writeout backslash handlingDaniel Stenberg2017-03-251-2/+2
* mkhelp: disable compression if the perl gzip module is unavailableDan Fandrich2017-03-231-2/+13
* cmake: build manual pages (including curl.1)Peter Wu2017-03-211-6/+6
* tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-03-161-3/+2
* build: removed redundant DEPENDENCIES from makefilesDan Fandrich2017-03-141-1/+0
* Improve code readbilitySylvestre Ledru2017-03-134-37/+30
* tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich2017-03-121-1/+1
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-124-1/+11
* build: fixed making man page in out-of-tree tarball buildsDan Fandrich2017-03-091-6/+8
* mkhelp: simplified the gzip codeDan Fandrich2017-03-091-43/+16
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-086-1/+45
* build: fix gcc7 implicit fallthrough warningsAlexis La Goutte2017-03-031-0/+1
* url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro2017-02-211-4/+17
* string formatting: fix 4 printf-style format stringsMichael Kaufmann2017-02-192-2/+2
* tool_urlglob: Allow a glob range with the same start and stopJay Satiro2017-02-151-18/+17
* curl: fix typo in time condition warning messageNick Draffen2017-02-141-1/+1
* tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro2017-02-111-2/+7
* cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich2017-02-061-1/+1
* OS400: Fix symbolsJay Satiro2017-02-011-1/+0
* VC: remove the makefile.vc6 build infraDaniel Stenberg2017-01-233-552/+1
* docs/curl.1: generate from the cmdline-opts scriptDaniel Stenberg2017-01-231-1/+4
* *.rc: escape non-ASCII/non-UTF-8 character for clarityViktor Szakats2017-01-191-2/+2
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-134-6/+20
* curl: reset the easy handle at --nextIsaac Boukris2017-01-131-1/+4
* tool_operate: Fix --remote-time incorrect times on WindowsJay Satiro2016-12-281-3/+48
* curl: remove superfluous include fileDaniel Stenberg2016-12-271-4/+0
* tests: checksrc complianceJay Satiro2016-12-191-1/+1
* tool_getparam.c: make comments use the up-to-date option namesDaniel Stenberg2016-12-171-2/+2
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-165-9/+16
* curl: normal socks proxies still use CURLOPT_PROXYDaniel Stenberg2016-12-163-15/+14
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-161-3/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-143-9/+27
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-139-11/+11
* curl: support zero-length argument strings in config filesDaniel Stenberg2016-12-021-9/+5
* curl: remove --proxy-ssl* optionsDaniel Stenberg2016-11-282-14/+0
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+1
* tool_urlglob: Improve sanity check in glob_rangeJay Satiro2016-11-241-1/+1
* tool_help: Change description for --retry-connrefusedJay Satiro2016-11-241-2/+1
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-0/+8
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-244-9/+9
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-244-10/+10
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-248-12/+253