Age | Commit message (Expand) | Author |
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 |
2017-03-29 | curl: fix callback argument inconsistency | Hanno Böck |
2017-03-29 | make: use the variable MAKE for recursive calls | Maksim Stsepanenka |
2017-03-26 | spelling fixes | klemens |
2017-03-25 | curl: check for end of input in writeout backslash handling | Daniel Stenberg |
2017-03-23 | mkhelp: disable compression if the perl gzip module is unavailable | Dan Fandrich |
2017-03-21 | cmake: build manual pages (including curl.1) | Peter Wu |
2017-03-16 | tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERT | Jay Satiro |
2017-03-14 | build: removed redundant DEPENDENCIES from makefiles | Dan Fandrich |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-12 | tool_writeout: fixed a buffer read overrun on --write-out | Dan Fandrich |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-09 | build: fixed making man page in out-of-tree tarball builds | Dan Fandrich |
2017-03-09 | mkhelp: simplified the gzip code | Dan Fandrich |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-03-03 | build: fix gcc7 implicit fallthrough warnings | Alexis La Goutte |
2017-02-21 | url: Improve CURLOPT_PROXY_CAPATH error handling | Jay Satiro |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-15 | tool_urlglob: Allow a glob range with the same start and stop | Jay Satiro |
2017-02-14 | curl: fix typo in time condition warning message | Nick Draffen |
2017-02-11 | tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERT | Jay Satiro |
2017-02-06 | cmdline-opts: Fixed build and test in out of source tree builds | Dan Fandrich |
2017-02-01 | OS400: Fix symbols | Jay Satiro |
2017-01-23 | VC: remove the makefile.vc6 build infra | Daniel Stenberg |
2017-01-23 | docs/curl.1: generate from the cmdline-opts script | Daniel Stenberg |
2017-01-19 | *.rc: escape non-ASCII/non-UTF-8 character for clarity | Viktor Szakats |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2017-01-13 | curl: reset the easy handle at --next | Isaac Boukris |
2016-12-28 | tool_operate: Fix --remote-time incorrect times on Windows | Jay Satiro |
2016-12-27 | curl: remove superfluous include file | Daniel Stenberg |
2016-12-19 | tests: checksrc compliance | Jay Satiro |
2016-12-17 | tool_getparam.c: make comments use the up-to-date option names | Daniel Stenberg |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-12-16 | curl: normal socks proxies still use CURLOPT_PROXY | Daniel Stenberg |
2016-12-16 | CURLOPT_SOCKS_PROXYTYPE: removed | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-12-02 | curl: support zero-length argument strings in config files | Daniel Stenberg |
2016-11-28 | curl: remove --proxy-ssl* options | Daniel Stenberg |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |