| Commit message (Expand) | Author | Age | Files | Lines |
* | curl: whitelist use of strtok() in non-threaded context | Daniel Stenberg | 2016-09-07 | 2 | -2/+6 |
* | tool_helpers.c: fix comment typo (#989) | Mark Hamilton | 2016-09-03 | 1 | -1/+1 |
* | curl: allow "pkcs11:" prefix for client certificates | David Woodhouse | 2016-08-17 | 1 | -2/+5 |
* | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg | 2016-08-05 | 3 | -4/+6 |
* | tool_urlglob: fix off-by-one error in glob_parse() | Kamil Dudka | 2016-06-03 | 1 | -1/+1 |
* | makefile.m32: add crypt32 for winssl builds | Viktor Szakats | 2016-06-01 | 1 | -0/+4 |
* | curl: fix -q [regression] | Daniel Stenberg | 2016-05-31 | 1 | -1/+1 |
* | http: add CURLINFO_HTTP_VERSION and %{http_version} | Frank Gevaerts | 2016-05-30 | 1 | -1/+23 |
* | tool_cb_hdr: Fix --remote-header-name with schemeless URL | Jay Satiro | 2016-05-01 | 2 | -7/+5 |
* | curl -J: make it work even without http:// scheme on URL | Jay Satiro | 2016-04-29 | 1 | -1/+4 |
* | curl: show the long option version of -q in the -h list | Daniel Stenberg | 2016-04-29 | 1 | -1/+1 |
* | curl: remove "--socks" as "--socks5" turned 8 | Daniel Stenberg | 2016-04-29 | 1 | -3/+0 |
* | curl: remove --http-request | Daniel Stenberg | 2016-04-29 | 1 | -2/+0 |
* | curl: mention --ntlm-wb in -h list | Daniel Stenberg | 2016-04-29 | 1 | -0/+1 |
* | curl: -h output lacked --proxy-header | Daniel Stenberg | 2016-04-29 | 1 | -1/+2 |
* | curl: use --telnet-option as documented | Daniel Stenberg | 2016-04-29 | 1 | -2/+1 |
* | getparam: remove support for --ftpport | Daniel Stenberg | 2016-04-29 | 1 | -2/+0 |
* | curl: make --disable work as long form of -q | Daniel Stenberg | 2016-04-29 | 1 | -1/+3 |
* | aliases: remove trailing space from capath string | Daniel Stenberg | 2016-04-29 | 1 | -1/+1 |
* | cmdline parse: only single letter options have single-letter strings | Daniel Stenberg | 2016-04-29 | 1 | -9/+8 |
* | curl: make --ftp-create-dirs retry on failure | Daniel Stenberg | 2016-04-22 | 1 | -2/+5 |
* | src/checksrc.whitelist: removed | Daniel Stenberg | 2016-04-19 | 2 | -5/+1 |
* | tool_operate: switch to inline checksrc ignore | Daniel Stenberg | 2016-04-19 | 1 | -0/+1 |
* | tool: add --tcp-fastopen option | Alessandro Ghedini | 2016-04-18 | 4 | -0/+10 |
* | checksrc: pass on -D so the whitelists are found correctly | Daniel Stenberg | 2016-04-18 | 1 | -1/+2 |
* | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg | 2016-04-18 | 1 | -1/+1 |
* | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann | 2016-04-17 | 5 | -0/+13 |
* | makefile.vc6: use d suffix on debug object | Daniel Stenberg | 2016-04-17 | 1 | -3/+3 |
* | CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME | Steve Holme | 2016-04-09 | 4 | -17/+8 |
* | url: Corrected comments following 9d89a0387 | Steve Holme | 2016-04-09 | 1 | -3/+3 |
* | checksrc: Fix issue with the autobuilds not picking up the whitelist | Steve Holme | 2016-04-08 | 1 | -1/+1 |
* | lib/src: fix the checksrc invoke | Daniel Stenberg | 2016-04-03 | 1 | -2/+2 |
* | code: style updates | Daniel Stenberg | 2016-04-03 | 4 | -13/+13 |
* | http2: support "prior knowledge", no upgrade from HTTP/1.1 | Diego Bes | 2016-03-31 | 2 | -0/+6 |
* | tool_operate: remove mixed declaration | Jay Satiro | 2016-03-28 | 1 | -1/+2 |
* | curl: warn for --capath use if not supported by libcurl | Daniel Stenberg | 2016-03-28 | 1 | -3/+13 |
* | curl: glob_range: no need to check unsigned variable for negative | Daniel Stenberg | 2016-03-14 | 1 | -3/+2 |
* | makefile.m32: add missing libs for static -winssl-ssh2 builds | Viktor Szakats | 2016-03-05 | 1 | -0/+5 |
* | makefile.m32: fix to allow -ssh2-winssl combination | Viktor Szakats | 2016-03-05 | 1 | -0/+2 |
* | makefile.m32: allow to pass .dll/.exe-specific LDFLAGS | Viktor Szakats | 2016-03-01 | 1 | -1/+1 |
* | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro | 2016-02-23 | 4 | -1/+11 |
* | src/Makefile.m32: add CURL_{LD,C}FLAGS_EXTRAS support | Viktor Szakats | 2016-02-20 | 1 | -8/+8 |
* | tool_doswin: Support for literal path prefix \\?\ | Jay Satiro | 2016-02-09 | 1 | -4/+11 |
* | tool_urlglob: Allow reserved dos device names (Windows) | Jay Satiro | 2016-02-08 | 1 | -1/+2 |
* | tool_operhlp: Check for backslashes in get_url_file_name | Jay Satiro | 2016-02-08 | 1 | -1/+5 |
* | tool_doswin: Use type SANITIZEcode in sanitize_file_name | Jay Satiro | 2016-02-05 | 1 | -7/+7 |
* | tool_doswin: Improve sanitization processing | Jay Satiro | 2016-02-05 | 7 | -128/+424 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 92 | -97/+97 |
* | tool_operate: Don't sanitize --output path (Windows) | Jay Satiro | 2016-02-01 | 1 | -11/+0 |
* | tool_doswin: silence unused function warning | Viktor Szakats | 2016-01-28 | 1 | -0/+4 |