summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi: fix the transfer hashes in the socket hash entriesDaniel Stenberg2019-06-122-61/+22
* url: Fix CURLOPT_MAXAGE_CONN time comparisonCliff Crosland2019-06-121-1/+1
* http2: remove CURL_DISABLE_TYPECHECK defineDaniel Stenberg2019-06-111-2/+0
* wolfssl: fix key pinning build errorDaniel Stenberg2019-06-111-1/+1
* wolfssl: fixup for SNI useDaniel Stenberg2019-06-101-1/+1
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-108-141/+115
* bindlocal: detect and avoid IP version mismatches in bind()Daniel Stenberg2019-06-101-0/+5
* multi: make sure 'data' can present in several sockhash entriesDaniel Stenberg2019-06-103-75/+95
* unpause: trigger a timeout for event-based transfersDaniel Stenberg2019-06-093-27/+31
* build: fix Codacy warningsMarcel Raad2019-06-0510-60/+31
* ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts2019-06-041-2/+3
* NTLM: reset proxy "multipass" state when CONNECT request is doneSergey Ogryzkov2019-06-021-0/+1
* http: don't parse body-related headers bodyless responsesMichael Kaufmann2019-06-022-10/+10
* singlesocket: use separate variable for inner loopDaniel Stenberg2019-06-011-4/+4
* http2: Stop drain from being permanently set onJosie Huddleston2019-05-301-3/+4
* conncache: Remove the DEBUGASSERT on length checkSteve Holme2019-05-291-4/+4
* system_win32: fix function prototypeGisle Vanem2019-05-291-1/+1
* url: Load if_nametoindex() dynamically from iphlpapi.dll on WindowsSteve Holme2019-05-294-30/+44
* http: fix "error: equality comparison with extraneous parentheses"Daniel Stenberg2019-05-291-1/+1
* parse_proxy: make sure portptr is initializedDaniel Stenberg2019-05-281-1/+1
* url: default conn->port to the same as conn->remote_portDaniel Stenberg2019-05-282-3/+6
* conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg2019-05-283-17/+23
* multi: track users of a socket betterDaniel Stenberg2019-05-282-12/+27
* curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK versionSteve Holme2019-05-281-2/+6
* cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variablesJonas Vautherin2019-05-281-7/+16
* nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario2019-05-271-0/+5
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-254-24/+5
* sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg2019-05-241-7/+20
* Fix typo.Gisle Vanem2019-05-241-1/+1
* md4: include the mbedtls config.h to get the MD4 infoDaniel Stenberg2019-05-231-0/+3
* md4: build correctly with openssl without MD4Daniel Stenberg2019-05-231-0/+4
* config-win32: add support for if_nametoindex and getsocknameZenju2019-05-232-3/+19
* url: fix bad #ifdefDaniel Stenberg2019-05-231-1/+1
* Revert "progress: CURL_DISABLE_PROGRESS_METER"Daniel Stenberg2019-05-231-61/+49
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-224-5/+24
* PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg2019-05-223-7/+5
* configure/cmake: check for if_nametoindex()Daniel Stenberg2019-05-221-0/+3
* parse_proxy: use the IPv6 zone id if givenDaniel Stenberg2019-05-221-25/+36
* url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg2019-05-211-43/+22
* udpateconninfo: mark variable unusedDaniel Gustafsson2019-05-211-0/+2
* ftp: move ftp_ccc in under featureflagDaniel Gustafsson2019-05-214-0/+8
* mbedtls: enable use of EC keysGuy Poizat2019-05-201-1/+2
* urlapi: increase supported scheme length to 40 bytesOmar Ramadan2019-05-202-6/+8
* lib: reduce variable scopesMarcel Raad2019-05-2023-124/+115
* ssh: move variable declaration to where it's usedMarcel Raad2019-05-201-8/+5
* ssh-libssh: remove unused variableMarcel Raad2019-05-201-3/+1
* tftp: use the current blksize for recvfrom()Daniel Stenberg2019-05-201-1/+1
* version: make ssl_version buffer match for multi_sslDaniel Gustafsson2019-05-191-0/+4
* http_ntlm_wb: Handle auth for only a single requestSteve Holme2019-05-181-3/+11
* http_ntlm_wb: Cleanup handshake after clean NTLM failureSteve Holme2019-05-181-1/+7