Age | Commit message (Expand) | Author |
2018-09-23 | http: add missing return code check | Daniel Stenberg |
2018-09-23 | ftp: don't access pointer before NULL check | Daniel Stenberg |
2018-09-23 | unit1650: fix out of boundary access | Daniel Stenberg |
2018-09-23 | docs/examples: URL updates | Viktor Szakats |
2018-09-22 | examples/Makefile.m32: sync with core [ci skip] | Viktor Szakats |
2018-09-22 | examples/parseurl.c: show off the URL API a bit | Daniel Stenberg |
2018-09-22 | SECURITY-PROCESS: mention the bountygraph program [ci skip] | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-22 | URL and mailmap updates, remove an obsolete directory [ci skip] | Viktor Szakats |
2018-09-22 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-09-21 | configure: force-use -lpthreads on HPUX | Daniel Stenberg |
2018-09-21 | Curl_saferealloc: Fixed typo in docblock | Erik Minekus |
2018-09-21 | urlapi: fix support for address scope in IPv6 numerical addresses | Daniel Stenberg |
2018-09-21 | GnutTLS: TLS 1.3 support | Loganaden Velvindron |
2018-09-20 | TODO: c-ares and CURLOPT_OPENSOCKETFUNCTION | Daniel Stenberg |
2018-09-20 | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro |
2018-09-20 | certs: generate tests certs with sha256 digest algorithm | Daniel Stenberg |
2018-09-19 | urlapi: document the error codes, remove two unused ones | Daniel Stenberg |
2018-09-19 | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg |
2018-09-19 | nss: try to connect even if libnssckbi.so fails to load | Kamil Dudka |
2018-09-19 | urlapi: don't set value which is never read | Daniel Gustafsson |
2018-09-19 | todo: Update reference to already done item | Daniel Gustafsson |
2018-09-18 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-09-18 | cmake: don't require OpenSSL if USE_OPENSSL=OFF | slodki |
2018-09-18 | curl_multi_wait: call getsock before figuring out timeout | Daniel Stenberg |
2018-09-18 | examples/http2-pushinmemory: receive HTTP/2 pushed files in memory | Daniel Stenberg |
2018-09-18 | darwinssl: Fix realloc memleak | Daniel Gustafsson |
2018-09-17 | examples: Fix memory leaks from realloc errors | Kruzya |
2018-09-17 | memory: add missing curl_printf header | Daniel Gustafsson |
2018-09-16 | curl: update --tlsv* descriptions in --help output | Si |
2018-09-16 | http: made Curl_add_buffer functions take a pointer-pointer | Daniel Stenberg |
2018-09-16 | http2: fix memory leaks on error-path | Daniel Stenberg |
2018-09-15 | libtest: Add chkdecimalpoint to .gitignore | Rikard Falkeborn |
2018-09-14 | secure Openwall URLs | Viktor Szakats |
2018-09-14 | openssl: show "proper" version number for libressl builds | Daniel Stenberg |
2018-09-14 | openssl: assume engine support in 0.9.8 or later | Rainer Jung |
2018-09-13 | sendf: use failf() rather than Curl_failf() | Daniel Gustafsson |
2018-09-13 | sendf: Fix whitespace in infof/failf concatenation | Daniel Gustafsson |
2018-09-13 | krb5: fix memory leak in krb_auth | Daniel Gustafsson |
2018-09-13 | ftp: include command in Curl_ftpsend sendbuffer | Daniel Gustafsson |
2018-09-13 | ntlm_wb: Fix memory leaks in ntlm_wb_response | Daniel Gustafsson |
2018-09-13 | travis: build the MesaLink vtls backend with MesaLink 0.7.1 | Yiming Jing |
2018-09-13 | runtests.pl: run tests against the MesaLink vtls backend | Yiming Jing |
2018-09-13 | vtls: add a MesaLink vtls backend | Yiming Jing |
2018-09-13 | configure.ac: add a MesaLink vtls backend | Yiming Jing |
2018-09-13 | curl_url_set.3: properly escape \n in example code | Dave Reisner |
2018-09-13 | curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY | Dave Reisner |
2018-09-13 | urlglob: improve error message | Daniel Stenberg |
2018-09-12 | tests/certs: rebuild certs with 2048-bit RSA keys | Yiming Jing |
2018-09-12 | TODO: fix typo in item | Daniel Gustafsson |