summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-7/+7
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-1/+1
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-174-0/+11
* zsh.pl: produce a working completion script againKamil Dudka2017-08-151-1/+1
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-142-5/+16
* mkhelp.pl: allow executing this script directlyJay Satiro2017-08-101-1/+1
* metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg2017-08-101-1/+1
* curl: do bounds check using a double comparisonAdam Sampson2017-08-091-1/+1
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-082-2/+2
* curl: detect and bail out early on parameter integer overflowsDaniel Stenberg2017-08-075-14/+36
* glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg2017-08-071-1/+4
* getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg2017-08-052-3/+3
* tool_help: clarify --include is only for response headersJay Satiro2017-07-291-1/+1
* make: fix docs build on OpenBSDRyan Winograd2017-07-101-0/+3
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-102-3/+3
* tool_getparam: fix potentially uninitialized errJay Satiro2017-07-091-1/+2
* tool_cb_wrt: fix variable shadowing warningMarcel Raad2017-07-091-3/+3
* tool_sleep: typecast to avoid macos compiler warningDaniel Stenberg2017-07-041-2/+2
* make: build the docs subdir only from within srcDaniel Stenberg2017-06-301-4/+2
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-286-0/+30
* tool_getparam: fix memory leak on test 1147 OOM (torture tests)Jay Satiro2017-06-261-1/+3
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-215-14/+13
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-194-1/+11
* automake: use $(MKHELP) variable instead if constant mkhelp.plSimon Warta2017-06-191-1/+1
* mkhelp.pl: fix script name in usage textSimon Warta2017-06-191-1/+1
* tool_wrte_cb: remove check for config == NULLDaniel Stenberg2017-06-171-3/+0
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-166-10/+46
* Makefile.m32: enable -W for MinGW32 buildMarcel Raad2017-06-161-1/+1
* curl: allow --header and --proxy-header read from fileDaniel Stenberg2017-06-151-6/+36
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-142-6/+2
* urlglob: fix division by zeroDaniel Stenberg2017-06-131-1/+5
* FindWin32CACert: Use a temporary buffer on the stackMichael Kaufmann2017-06-111-8/+2
* metalink: remove unused printf() argumentDaniel Stenberg2017-06-071-2/+2
* tool_util: remove unused tvdiff_secs and remove tool_ prefixDaniel Stenberg2017-06-032-39/+9
* build: provide easy code coverage measuringDaniel Stenberg2017-06-021-0/+4
* time: fix type conversions and compiler warningsMichael Kaufmann2017-05-242-11/+2
* mkhelp.pl: do not add current time into curl binaryBernhard M. Wiedemann2017-05-171-1/+1
* 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