Age | Commit message (Expand) | Author |
2018-09-28 | multi: fix location URL memleak in error path | Daniel Stenberg |
2018-09-28 | cmake: fixed path used in generation of docs/tests during curl build through ... | Sergei Nikulov |
2018-09-28 | cmake: Backport to work with CMake 3.0 again | Brad King |
2018-09-27 | curl_threads: fix classic MinGW compile break | Marcel Raad |
2018-09-26 | configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE | Daniel Stenberg |
2018-09-26 | example/htmltidy: fix include paths of tidy libraries | Doron Behar |
2018-09-26 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-09-25 | Curl_http2_done: fix memleak in error path | Daniel Stenberg |
2018-09-25 | http: fix memleak in rewind error path | Daniel Stenberg |
2018-09-24 | test320: fix regression in [ci skip] | Viktor Szakats |
2018-09-24 | Curl_retry_request: fix memory leak | Daniel Stenberg |
2018-09-24 | openssl: load built-in engines too | Daniel Stenberg |
2018-09-24 | OpenSSL: enable TLS 1.3 post-handshake auth | Christian Heimes |
2018-09-24 | Curl_dedotdotify(): always nul terminate returned string. | Even Rouault |
2018-09-23 | update URLs in tests | Viktor Szakats |
2018-09-23 | whitespace fixes | Viktor Szakats |
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 |