summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* loadlibrary: Only load system DLLs from the system directorySteve Holme2016-05-306-7/+179
* ssh: fix version number check typoDaniel Stenberg2016-05-301-1/+1
* ssh: fix build for libssh2 before 1.2.6Daniel Stenberg2016-05-291-1/+9
* mbedtls: fix includes so snprintf() worksDaniel Stenberg2016-05-241-3/+2
* checksrc.pl: Added variants of strcat() & strncat() to banned function listSteve Holme2016-05-231-1/+1
* smtp: minor ident (white space) fixesDaniel Stenberg2016-05-231-8/+8
* openssl: cleanup must free compression methodsJay Satiro2016-05-201-0/+5
* curl_multibyte: fix compiler errorGisle Vanem2016-05-201-0/+2
* openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0Daniel Stenberg2016-05-191-4/+4
* http2: use HTTP/2 in the HTTP/1.1-alike headerDaniel Stenberg2016-05-191-1/+1
* schannel: fix compile break with MSVC XP toolsetMarcel Raad2016-05-181-1/+1
* mbedtls/polarssl: set "hostname" unconditionallyDaniel Stenberg2016-05-172-14/+12
* openssl: get_cert_chain: fix NULL dereferenceDaniel Stenberg2016-05-171-3/+5
* openssl: get_cert_chain: avoid NULL dereferenceDaniel Stenberg2016-05-171-3/+5
* dprintf_formatf: fix (false?) Coverity warningDaniel Stenberg2016-05-171-55/+58
* ftp: fix incorrect out-of-memory code in Curl_pretransferJay Satiro2016-05-151-1/+1
* ftp wildcard: segfault due to init only in multi_performDaniel Stenberg2016-05-153-15/+16
* darwinssl.c: fix OS X codename typo in commentViktor Szakats2016-05-131-1/+1
* mprintf: Fix processing of width and prec argsJay Satiro2016-05-131-20/+40
* ConnectionExists: follow-up fix for proxy re-useMichael Kaufmann2016-05-131-17/+17
* darwinssl: fix certificate verification disable on OS X 10.8Per Malmberg2016-05-121-4/+11
* http2: Add space between colon and header valueCory Benfield2016-05-121-2/+2
* openssl: fix compile-time warning in Curl_ossl_check_cxn()Kamil Dudka2016-05-121-1/+1
* openssl: stricter connection check functionJay Satiro2016-05-111-7/+36
* TLS: SSL_peek is not a const operationAnders Bakken2016-05-111-8/+8
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-0910-25/+36
* connect: fix invalid "Network is unreachable" errorsAntonio Larrosa2016-05-081-0/+1
* connections: non-HTTP proxies on different ports aren't reused eitherDaniel Stenberg2016-05-032-2/+2
* http: make sure a blank header overrides accept_decodingDaniel Stenberg2016-05-021-0/+4
* tls: make setting pinnedkey option fail if not supportedDaniel Stenberg2016-05-019-25/+51
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-2948-101/+88
* memdebug.h: remove inclusion of other headersDaniel Stenberg2016-04-291-4/+0
* mbedtls: Fix session resumeJay Satiro2016-04-284-72/+60
* openssl: avoid BN_print a NULL bignumDaniel Stenberg2016-04-261-1/+2
* CONNECT_ONLY: don't close connection on GSS 401/407 reponsesMarcel Raad2016-04-261-2/+4
* mbedtls.c: silly spellfix of a commentDaniel Stenberg2016-04-261-1/+1
* multi: accidentally used resolved host name instead of proxyDaniel Stenberg2016-04-251-2/+4
* url.c: fixed DEBUGASSERT() for WinSock workaroundKarlson2k2016-04-251-1/+3
* PolarSSL: Implement public key pinningmoparisthebest2016-04-242-0/+68
* openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg2016-04-211-1/+72
* url.c: Prefer we don't use explicit NULLs in conditionsSteve Holme2016-04-201-2/+2
* NTLM: check for NULL pointer before deferencingIsaac Boukris2016-04-201-0/+4
* sendf.c: added ability to call recv() before send() as workaroundKarlson2k2016-04-204-1/+179
* connect: make sure that rc is initialized in singleipconnect()Kamil Dudka2016-04-191-1/+1
* lib/checksrc.whitelist: not needed anymoreDaniel Stenberg2016-04-192-9/+1
* vtls.h: remove a space before semicolonDaniel Stenberg2016-04-191-2/+2
* darwinssl: removed commented out codeDaniel Stenberg2016-04-191-2/+1
* http_chunks: removed checksrc disableDaniel Stenberg2016-04-191-1/+0
* imap: inlined checksrc disable instead of whitelist editDaniel Stenberg2016-04-191-0/+1
* checksrc: taught to skip commentsDaniel Stenberg2016-04-191-7/+48