Age | Commit message (Expand) | Author |
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 |
2017-04-27 | tool_operate: use utimes instead of obsolescent utime when available | Dan Fandrich |
2017-04-25 | curl: set a 100K buffer size by default | Daniel Stenberg |
2017-04-24 | Makefile: avoid use of GNU-specific form of $< | Dan Fandrich |
2017-04-20 | Revert "src/Makefile.am: avoid explicit $<" | Daniel Stenberg |
2017-04-19 | src/Makefile.am: avoid explicit $< | Daniel Stenberg |
2017-04-11 | poll: prefer <poll.h> over <sys/poll.h> | Marcel Raad |
2017-04-05 | tool_operate: fix MinGW compiler warning | Marcel Raad |
2017-04-05 | tool_operate: move filetime code to its own function | Marcel Raad |
2017-04-04 | tool: fix Windows Unicode build | Marcel Raad |
2017-03-30 | curl: fix callback functions to match prototype | Hanno Böck |
2017-03-30 | gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool... | Alexis La Goutte |