Age | Commit message (Expand) | Author |
2018-06-05 | cmdline-opts/cert-type.d: mention "p12" as a recognized type as well | Daniel Stenberg |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-06-02 | axtls: follow-up spell fix of comment | Daniel Stenberg |
2018-06-02 | axTLS: not considered fit for use | Daniel Stenberg |
2018-06-02 | build: remove the Borland specific makefiles | Daniel Stenberg |
2018-06-01 | curl_addrinfo: use same #ifdef conditions in source as header | Daniel Stenberg |
2018-06-01 | multi: remove a DEBUGF() | Daniel Stenberg |
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev |
2018-06-01 | fnmatch: use the system one if available | Daniel Stenberg |
2018-05-31 | os400: add new option in ILE/RPG binding | Patrick Monnerat |
2018-05-31 | tests/libtest/.gitignore: follow-up fix to ignore lib5* too | Daniel Stenberg |
2018-05-31 | KNOWN_BUGS: CURL_GLOBAL_SSL | Daniel Stenberg |
2018-05-31 | configure: check for declaration of getpwuid_r | Bernhard Walle |
2018-05-31 | tests: update .gitignore for libtests | Rikard Falkeborn |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-31 | libcurl-security.3: improved layout for two rememdy lists | Daniel Stenberg |
2018-05-31 | libcurl-security.3: refer to URL instead of in-source markdown file | Daniel Stenberg |
2018-05-30 | curl.rc: embed manifest for correct Windows version detection | Viktor Szakats |
2018-05-30 | os400: sync EBCDIC wrappers and ILE/RPG binding with latest options | Patrick Monnerat |
2018-05-30 | os400: implement mime api EBCDIC wrappers | Patrick Monnerat |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-29 | configure: override AR_FLAGS to silence warning | Daniel Stenberg |
2018-05-29 | cmake: fixed comments in compile checks code | Sergei Nikulov |
2018-05-29 | INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/lib | Daniel Stenberg |
2018-05-29 | KNOWN_BUGS: restore text regarding #2101. | Will Dietz |
2018-05-28 | fnmatch: insist on escaped bracket to match | Daniel Stenberg |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2018-05-28 | configure: fix ssh2 linking when built with a static mbedtls | Fabrice Fontaine |
2018-05-28 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-05-28 | cmake: check for getpwuid_r | Bernhard Walle |
2018-05-28 | cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing options | Daniel Stenberg |
2018-05-28 | curl.1: Fix cmdline-opts reference errors. | Frank Gevaerts |
2018-05-28 | docs: fix cmdline-opts metadata headers case consistency. | Frank Gevaerts |
2018-05-28 | mailmap: Max Savenkov | Daniel Stenberg |
2018-05-28 | Fix the test for fsetxattr and strerror_r tests in CMake to work without comp... | maxed |
2018-05-27 | mailmap: a Richard Alcock fixup | Daniel Stenberg |
2018-05-27 | schannel: add failf calls for client certificate failures | ralcock |
2018-05-27 | winbuild: In MakefileBuild.vc fix typo DISTDIR->DIRDIST | richardthe3rd |
2018-05-27 | winbuild: only delete OUTFILE if it exists | richardthe3rd |
2018-05-25 | content_encoding: handle zlib versions too old for Z_BLOCK | Alejandro R. Sedeño |
2018-05-24 | multi: provide a socket to wait for in Curl_protocol_getsock | Daniel Stenberg |
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski |
2018-05-24 | TODO: CURLINFO_PAUSE_STATE | Daniel Stenberg |
2018-05-24 | cmake: set -d postfix for debug builds if not specified | Sergei Nikulov |
2018-05-23 | configure: add basic test of --with-ssl prefix | Daniel Stenberg |
2018-05-22 | http resume: skip body if http code 416 (range error) is ignored. | Patrick Monnerat |
2018-05-22 | tftp: make sure error is zero terminated before printfing it | Daniel Stenberg |
2018-05-22 | configure: add missing m4/ax_compile_check_sizeof.m4 | Daniel Stenberg |
2018-05-22 | schannel: make CAinfo parsing resilient to CR/LF | Johannes Schindelin |