summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-10mkhelp.pl: allow executing this script directlyJay Satiro
2017-08-10metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg
2017-08-09curl: do bounds check using a double comparisonAdam Sampson
2017-08-08docs/comments: Update to secure URL versionsViktor Szakats
2017-08-07curl: detect and bail out early on parameter integer overflowsDaniel Stenberg
2017-08-07glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg
2017-08-05getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg
2017-07-29tool_help: clarify --include is only for response headersJay Satiro
2017-07-10make: fix docs build on OpenBSDRyan Winograd
2017-07-10curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro
2017-07-09tool_getparam: fix potentially uninitialized errJay Satiro
2017-07-09tool_cb_wrt: fix variable shadowing warningMarcel Raad
2017-07-04tool_sleep: typecast to avoid macos compiler warningDaniel Stenberg
2017-06-30make: build the docs subdir only from within srcDaniel Stenberg
2017-06-28curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka
2017-06-26tool_getparam: fix memory leak on test 1147 OOM (torture tests)Jay Satiro
2017-06-21--request-target: instead of --strip-path-slashDaniel Stenberg
2017-06-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg
2017-06-19automake: use $(MKHELP) variable instead if constant mkhelp.plSimon Warta
2017-06-19mkhelp.pl: fix script name in usage textSimon Warta
2017-06-17tool_wrte_cb: remove check for config == NULLDaniel Stenberg
2017-06-16curl: prevent binary output spewed to terminalDaniel Stenberg
2017-06-16Makefile.m32: enable -W for MinGW32 buildMarcel Raad
2017-06-15curl: allow --header and --proxy-header read from fileDaniel Stenberg
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
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