summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-13urlglob: fix division by zeroDaniel Stenberg
2017-06-11FindWin32CACert: Use a temporary buffer on the stackMichael Kaufmann
2017-06-07metalink: remove unused printf() argumentDaniel Stenberg
2017-06-03tool_util: remove unused tvdiff_secs and remove tool_ prefixDaniel Stenberg
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-05-24time: fix type conversions and compiler warningsMichael Kaufmann
2017-05-17mkhelp.pl: do not add current time into curl binaryBernhard M. Wiedemann
2017-05-14curl: show the libcurl release date in --version outputDaniel Stenberg
2017-05-09tool: fix remaining -Wcast-qual warningsMarcel Raad
2017-05-08curl: generate the --help outputDaniel Stenberg
2017-05-08tool_msgs: remove wrong castMarcel Raad
2017-05-07tool_parsecfg: fix -Wcast-qual warningMarcel Raad
2017-05-06curl: remove tool_writeenv.[ch]Daniel Stenberg
2017-05-04curl: fix warning "comma at end of enumerator list"Daniel Stenberg
2017-05-02curl: non-boolean command line args reject --no- prefixesDaniel Stenberg
2017-05-01tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONSJay Satiro
2017-05-01tool_cb_prg: fix double-promotion warningMarcel Raad
2017-04-27tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich
2017-04-25curl: set a 100K buffer size by defaultDaniel Stenberg
2017-04-24Makefile: avoid use of GNU-specific form of $<Dan Fandrich
2017-04-20Revert "src/Makefile.am: avoid explicit $<"Daniel Stenberg
2017-04-19src/Makefile.am: avoid explicit $<Daniel Stenberg
2017-04-11poll: prefer <poll.h> over <sys/poll.h>Marcel Raad
2017-04-05tool_operate: fix MinGW compiler warningMarcel Raad
2017-04-05tool_operate: move filetime code to its own functionMarcel Raad
2017-04-04tool: fix Windows Unicode buildMarcel Raad
2017-03-30curl: fix callback functions to match prototypeHanno Böck
2017-03-30gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool...Alexis La Goutte
2017-03-29curl: fix callback argument inconsistencyHanno Böck
2017-03-29make: use the variable MAKE for recursive callsMaksim Stsepanenka
2017-03-26spelling fixesklemens
2017-03-25curl: check for end of input in writeout backslash handlingDaniel Stenberg
2017-03-23mkhelp: disable compression if the perl gzip module is unavailableDan Fandrich
2017-03-21cmake: build manual pages (including curl.1)Peter Wu
2017-03-16tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro
2017-03-14build: removed redundant DEPENDENCIES from makefilesDan Fandrich
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-12tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich
2017-03-12url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
2017-03-09build: fixed making man page in out-of-tree tarball buildsDan Fandrich
2017-03-09mkhelp: simplified the gzip codeDan Fandrich
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-03-03build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-02-21url: Improve CURLOPT_PROXY_CAPATH error handlingJay Satiro
2017-02-19string formatting: fix 4 printf-style format stringsMichael Kaufmann
2017-02-15tool_urlglob: Allow a glob range with the same start and stopJay Satiro
2017-02-14curl: fix typo in time condition warning messageNick Draffen
2017-02-11tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERTJay Satiro
2017-02-06cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich
2017-02-01OS400: Fix symbolsJay Satiro