aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-10-30vtls: add MesaLink to curl_sslbackend enumDaniel Gustafsson
2018-10-29Curl_auth_create_plain_message: fix too-large-input-checkDaniel Stenberg
2018-10-29Curl_close: clear data->multi_easy on free to avoid use-after-freeDaniel Stenberg
2018-10-27rand: add comment to skip a clang-tidy false positiveDaniel Stenberg
2018-10-27x509asn1: always check return code from getASN1Element()Daniel Stenberg
2018-10-27Makefile: add 'tidy' target that runs clang-tidyDaniel Stenberg
2018-10-27x509asn1: suppress left shift on signed valuePatrick Monnerat
2018-10-27multi: Fix error handling in the SENDPROTOCONNECT stateMichael Kaufmann
2018-10-27openssl: output the correct cipher list on TLS 1.3 errorDaniel Stenberg
2018-10-26ssh: free the session on init failuresDaniel Gustafsson
2018-10-26openssl: make 'done' a proper booleanDaniel Gustafsson
2018-10-26gtls: Values stored to but never readDaniel Stenberg
2018-10-26rtmp: fix for compiling with lwIPGisle Vanem
2018-10-25urldata: Fix comment in headerMichael Kaufmann
2018-10-25netrc: free temporary strings if memory allocation failsMichael Kaufmann
2018-10-24config: Remove unused SIZEOF_VOIDPRuslan Baratov
2018-10-23Fix for compiling with lwIP (3)Gisle Vanem
2018-10-23Curl_follow: return better errors on URL problemsDaniel Stenberg
2018-10-23Curl_follow: remove remaining free(newurl)Daniel Stenberg
2018-10-23headers: end all headers with guard commentDaniel Gustafsson
2018-10-19multi: avoid double-freeDaniel Stenberg
2018-10-19multi: make the closure handle "inherit" CURLOPT_NOSIGNALDaniel Stenberg
2018-10-19config_win32: enable LDAPSMarcel Raad
2018-10-18travis: add build for "configure --disable-verbose"Daniel Stenberg
2018-10-16x509asn1: Fix SAN IP address verificationMatthew Whitehead
2018-10-14nonblock: fix unused parameter warningMarcel Raad
2018-10-13Curl_follow: Always free the passed new URLMichael Kaufmann
2018-10-10transfer: fix typo in commentDaniel Gustafsson
2018-10-09ldap: show precise LDAP call in error message on WindowsViktor Szakats
2018-10-09curl_setup: define NOGDI on WindowsMarcel Raad
2018-10-09Windows: fixes for MinGW targeting Windows VistaMarcel Raad
2018-10-08spelling fixes [ci skip]Viktor Szakats
2018-10-08curl_ntlm_wb: check aprintf() return codesDaniel Stenberg
2018-10-08hostip: fix check on Curl_shuffle_addr return valueRick Deist
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel Stenberg
2018-10-07gskit: make sure to terminate version stringDaniel Gustafsson
2018-10-05timeval: fix use of weak symbol clock_gettime() on Apple platformsdmitrykos
2018-10-05doh: keep the IPv4 address in (original) network byte orderDaniel Stenberg
2018-10-05checksrc: handle zero scoped ignore commandsDaniel Gustafsson
2018-10-05checksrc: enable strict mode and warningsDaniel Gustafsson
2018-10-05cmake: test and set missed defines during configurationdmitrykos
2018-10-04doh: make sure TTL isn't re-inited by second (discarded?) responseDaniel Stenberg
2018-10-03memory: ensure to check allocation resultsDaniel Gustafsson
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2018-10-03nss: fix nssckbi module loading on WindowsJay Satiro
2018-10-02urlapi: starting with a drive letter on win32 is not an abs urlDaniel Stenberg
2018-10-02doh: fix curl_easy_setopt argument typeMarcel Raad
2018-10-01CMake: Improve config installationRuslan Baratov
2018-09-30doh: only build if h2 enabledDaniel Stenberg
2018-09-29multi: fix memory leak in content encoding related error pathDaniel Stenberg