summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl: show the libcurl release date in --version outputDaniel Stenberg2017-05-141-0/+6
* tool: fix remaining -Wcast-qual warningsMarcel Raad2017-05-093-8/+8
* curl: generate the --help outputDaniel Stenberg2017-05-081-249/+429
* tool_msgs: remove wrong castMarcel Raad2017-05-081-1/+1
* tool_parsecfg: fix -Wcast-qual warningMarcel Raad2017-05-071-1/+1
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-068-170/+2
* curl: fix warning "comma at end of enumerator list"Daniel Stenberg2017-05-041-1/+1
* curl: non-boolean command line args reject --no- prefixesDaniel Stenberg2017-05-023-221/+230
* tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONSJay Satiro2017-05-013-1/+5
* tool_cb_prg: fix double-promotion warningMarcel Raad2017-05-011-1/+1
* tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich2017-04-271-0/+11
* curl: set a 100K buffer size by defaultDaniel Stenberg2017-04-251-3/+7
* Makefile: avoid use of GNU-specific form of $<Dan Fandrich2017-04-241-8/+7
* Revert "src/Makefile.am: avoid explicit $<"Daniel Stenberg2017-04-201-4/+6
* src/Makefile.am: avoid explicit $<Daniel Stenberg2017-04-191-6/+4
* poll: prefer <poll.h> over <sys/poll.h>Marcel Raad2017-04-111-3/+3
* 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