Age | Commit message (Expand) | Author |
2019-09-16 | openssl: fix warning with boringssl and SSL_CTX_set_min_proto_version | Daniel Stenberg |
2019-09-15 | doh: fix undefined behaviour and open up for gcc and clang optimization | Paul Dreik |
2019-09-15 | doh: fix (harmless) buffer overrun | Paul Dreik |
2019-09-15 | docs: remove trailing ':' from section names in CURLOPT_TRAILER* man | Alessandro Ghedini |
2019-09-15 | docs: fix typo in CURLOPT_HTTP_VERSION man | Alessandro Ghedini |
2019-09-14 | CI: inintial github action job | Daniel Stenberg |
2019-09-13 | appveyor: add a winbuild | Daniel Stenberg |
2019-09-13 | FTP: allow "rubbish" prepended to the SIZE response | Daniel Stenberg |
2019-09-13 | FTP: skip CWD to entry dir when target is absolute | Zenju |
2019-09-13 | curl: fix memory leaked by parse_metalink() | Kamil Dudka |
2019-09-13 | parsedate: still provide the name arrays when disabled | Daniel Stenberg |
2019-09-13 | curl:file2string: load large files much faster | Gilles Vollant |
2019-09-13 | openssl: close_notify on the FTP data connection doesn't mean closure | Daniel Stenberg |
2019-09-12 | docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag | Jimmy Gaussen |
2019-09-12 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-09-12 | curlver: bump to 7.66.1 | Daniel Stenberg |
2019-09-12 | setopt: make it easier to add new enum values | Zenju |
2019-09-12 | asyn-thread: s/AF_LOCAL/AF_UNIX for Solaris | Daniel Stenberg |
2019-09-11 | winbuild/MakefileBuild.vc: Add vssh | Bernhard Walle |
2019-09-11 | winbuild/MakefileBuild.vc: Fix line endings | Bernhard Walle |
2019-09-11 | ldap: Stop using wide char version of ldapp_err2string | Jay Satiro |
2019-09-10 | RELEASE-NOTES: curl 7.66.0 | Daniel Stenberg |
2019-09-10 | THANKS: from the 7.66.0 release | Daniel Stenberg |
2019-09-10 | curl: make sure the parallel transfers do them all | Daniel Stenberg |
2019-09-10 | urlapi: one colon is enough for the strspn() input (typo) | Daniel Stenberg |
2019-09-10 | urlapi: verify the IPv6 numerical address | Daniel Stenberg |
2019-09-10 | openssl: use SSL_CTX_set_<min|max>_proto_version() when available | Clément Notin |
2019-09-10 | openssl: indent, re-organize and add comments | Clément Notin |
2019-09-10 | sspi: fix memory leaks | migueljcrum |
2019-09-10 | travis: disable ngtcp2 builds (again) | Daniel Stenberg |
2019-09-09 | Curl_fillreadbuffer: avoid double-free trailer buf on error | Daniel Stenberg |
2019-09-09 | tool_setopt: handle a libcurl build without netrc support | Daniel Stenberg |
2019-09-09 | security:read_data fix bad realloc() | Daniel Stenberg |
2019-09-09 | tftp: Alloc maximum blksize, and use default unless OACK is received | Thomas Vegas |
2019-09-09 | tftp: return error when packet is too small for options | Thomas Vegas |
2019-09-05 | KNOWN_BUGS/TODO: cleanup and remove outdated issues | Daniel Stenberg |
2019-09-04 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-09-03 | netrc: free 'home' on error | Daniel Stenberg |
2019-09-03 | urldata: avoid 'generic', use dedicated pointers | Daniel Stenberg |
2019-09-03 | cleanup: move functions out of url.c and make them static | Daniel Stenberg |
2019-09-03 | smtp: check for and bail out on too short EHLO response | Daniel Stenberg |
2019-09-02 | smb: init *msg to NULL in smb_send_and_recv() | Daniel Stenberg |
2019-09-02 | ROADMAP: updated after recent user poll | Daniel Stenberg |
2019-08-31 | THANKS: remove duplicate | Daniel Stenberg |
2019-08-31 | Curl_addr2string: take an addrlen argument too | Daniel Stenberg |
2019-08-31 | CMake: remove needless newlines at end of gss variables | Rolf Eike Beer |
2019-08-31 | CI: remove duplicate configure flag for LGTM.com | Rolf Eike Beer |
2019-08-31 | CMake: use platform dependent name for dlopen() library | Rolf Eike Beer |
2019-08-30 | quiche: expire when poll returned data | Daniel Stenberg |
2019-08-30 | quiche: decrease available buffer size, don't assign it! | Daniel Stenberg |