Age | Commit message (Expand) | Author |
2017-08-22 | tool_main: turn off MinGW CRT's globbing | Marcel Raad |
2017-08-22 | makefile.m32: add support for libidn2 | Viktor Szakats |
2017-08-18 | metalink: adjust source code style | Johannes Schindelin |
2017-08-17 | CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG | Daniel Stenberg |
2017-08-17 | system.h: remove all CURL_SIZEOF_* defines | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-15 | zsh.pl: produce a working completion script again | Kamil Dudka |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-08-10 | mkhelp.pl: allow executing this script directly | Jay Satiro |
2017-08-10 | metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ instead | Daniel Stenberg |
2017-08-09 | curl: do bounds check using a double comparison | Adam Sampson |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-08-07 | curl: detect and bail out early on parameter integer overflows | Daniel Stenberg |
2017-08-07 | glob: do not continue parsing after a strtoul() overflow range | Daniel Stenberg |
2017-08-05 | getparameter: avoid returning uninitialized 'usedarg' | Daniel Stenberg |
2017-07-29 | tool_help: clarify --include is only for response headers | Jay Satiro |
2017-07-10 | make: fix docs build on OpenBSD | Ryan Winograd |
2017-07-10 | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro |
2017-07-09 | tool_getparam: fix potentially uninitialized err | Jay Satiro |
2017-07-09 | tool_cb_wrt: fix variable shadowing warning | Marcel Raad |
2017-07-04 | tool_sleep: typecast to avoid macos compiler warning | Daniel Stenberg |
2017-06-30 | make: build the docs subdir only from within src | Daniel Stenberg |
2017-06-28 | curl --socks5-{basic,gssapi}: control socks5 auth | Kamil Dudka |
2017-06-26 | tool_getparam: fix memory leak on test 1147 OOM (torture tests) | Jay Satiro |
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg |
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg |
2017-06-19 | automake: use $(MKHELP) variable instead if constant mkhelp.pl | Simon Warta |
2017-06-19 | mkhelp.pl: fix script name in usage text | Simon Warta |
2017-06-17 | tool_wrte_cb: remove check for config == NULL | Daniel Stenberg |
2017-06-16 | curl: prevent binary output spewed to terminal | Daniel Stenberg |
2017-06-16 | Makefile.m32: enable -W for MinGW32 build | Marcel Raad |
2017-06-15 | curl: allow --header and --proxy-header read from file | Daniel Stenberg |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-13 | urlglob: fix division by zero | Daniel Stenberg |
2017-06-11 | FindWin32CACert: Use a temporary buffer on the stack | Michael Kaufmann |
2017-06-07 | metalink: remove unused printf() argument | Daniel Stenberg |
2017-06-03 | tool_util: remove unused tvdiff_secs and remove tool_ prefix | Daniel Stenberg |
2017-06-02 | build: provide easy code coverage measuring | Daniel Stenberg |
2017-05-24 | time: fix type conversions and compiler warnings | Michael Kaufmann |
2017-05-17 | mkhelp.pl: do not add current time into curl binary | Bernhard M. Wiedemann |
2017-05-14 | curl: show the libcurl release date in --version output | Daniel Stenberg |
2017-05-09 | tool: fix remaining -Wcast-qual warnings | Marcel Raad |
2017-05-08 | curl: generate the --help output | Daniel Stenberg |
2017-05-08 | tool_msgs: remove wrong cast | Marcel Raad |
2017-05-07 | tool_parsecfg: fix -Wcast-qual warning | Marcel Raad |
2017-05-06 | curl: remove tool_writeenv.[ch] | Daniel Stenberg |
2017-05-04 | curl: fix warning "comma at end of enumerator list" | Daniel Stenberg |
2017-05-02 | curl: non-boolean command line args reject --no- prefixes | Daniel Stenberg |
2017-05-01 | tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONS | Jay Satiro |
2017-05-01 | tool_cb_prg: fix double-promotion warning | Marcel Raad |