Age | Commit message (Expand) | Author |
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 |
2015-12-15 | curl --expect100-timeout: added | Daniel Stenberg |
2015-12-13 | curl: use 2TLS by default | Daniel Stenberg |
2015-12-03 | curl: remove keepalive #ifdef checks done on libcurl's behalf | Daniel Stenberg |
2015-11-27 | tool_paramhlp: Fixed display of URL index in password prompt for --next | Steve Holme |
2015-11-24 | curl: expanded the -XHEAD warning text | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | curl: mark two more options strings for --libcurl output | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
2015-11-09 | oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments | Steve Holme |
2015-11-08 | tool: Fixed a memory leak on OOM introduced in 19cb0c4a | Dan Fandrich |