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