Age | Commit message (Expand) | Author |
2018-10-26 | ssh: free the session on init failures | Daniel Gustafsson |
2018-10-26 | openssl: make 'done' a proper boolean | Daniel Gustafsson |
2018-10-26 | gtls: Values stored to but never read | Daniel Stenberg |
2018-10-26 | rtmp: fix for compiling with lwIP | Gisle Vanem |
2018-10-25 | urldata: Fix comment in header | Michael Kaufmann |
2018-10-25 | netrc: free temporary strings if memory allocation fails | Michael Kaufmann |
2018-10-24 | config: Remove unused SIZEOF_VOIDP | Ruslan Baratov |
2018-10-23 | Fix for compiling with lwIP (3) | Gisle Vanem |
2018-10-23 | Curl_follow: return better errors on URL problems | Daniel Stenberg |
2018-10-23 | Curl_follow: remove remaining free(newurl) | Daniel Stenberg |
2018-10-23 | headers: end all headers with guard comment | Daniel Gustafsson |
2018-10-19 | multi: avoid double-free | Daniel Stenberg |
2018-10-19 | multi: make the closure handle "inherit" CURLOPT_NOSIGNAL | Daniel Stenberg |
2018-10-19 | config_win32: enable LDAPS | Marcel Raad |
2018-10-18 | travis: add build for "configure --disable-verbose" | Daniel Stenberg |
2018-10-16 | x509asn1: Fix SAN IP address verification | Matthew Whitehead |
2018-10-14 | nonblock: fix unused parameter warning | Marcel Raad |
2018-10-13 | Curl_follow: Always free the passed new URL | Michael Kaufmann |
2018-10-10 | transfer: fix typo in comment | Daniel Gustafsson |
2018-10-09 | ldap: show precise LDAP call in error message on Windows | Viktor Szakats |
2018-10-09 | curl_setup: define NOGDI on Windows | Marcel Raad |
2018-10-09 | Windows: fixes for MinGW targeting Windows Vista | Marcel Raad |
2018-10-08 | spelling fixes [ci skip] | Viktor Szakats |
2018-10-08 | curl_ntlm_wb: check aprintf() return codes | Daniel Stenberg |
2018-10-08 | hostip: fix check on Curl_shuffle_addr return value | Rick Deist |
2018-10-08 | FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output | Daniel Stenberg |
2018-10-07 | gskit: make sure to terminate version string | Daniel Gustafsson |
2018-10-05 | timeval: fix use of weak symbol clock_gettime() on Apple platforms | dmitrykos |
2018-10-05 | doh: keep the IPv4 address in (original) network byte order | Daniel Stenberg |
2018-10-05 | checksrc: handle zero scoped ignore commands | Daniel Gustafsson |
2018-10-05 | checksrc: enable strict mode and warnings | Daniel Gustafsson |
2018-10-05 | cmake: test and set missed defines during configuration | dmitrykos |
2018-10-04 | doh: make sure TTL isn't re-inited by second (discarded?) response | Daniel Stenberg |
2018-10-03 | memory: ensure to check allocation results | Daniel Gustafsson |
2018-10-03 | comment: Fix multiple typos in function parameters | Daniel Gustafsson |
2018-10-03 | nss: fix nssckbi module loading on Windows | Jay Satiro |
2018-10-02 | urlapi: starting with a drive letter on win32 is not an abs url | Daniel Stenberg |
2018-10-02 | doh: fix curl_easy_setopt argument type | Marcel Raad |
2018-10-01 | CMake: Improve config installation | Ruslan Baratov |
2018-09-30 | doh: only build if h2 enabled | Daniel Stenberg |
2018-09-29 | multi: fix memory leak in content encoding related error path | Daniel Stenberg |
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-27 | curl_threads: fix classic MinGW compile break | Marcel Raad |
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 | 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 |