aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-06-05build: fix Codacy warningsMarcel Raad
2019-06-04ssl: Update outdated "openssl-only" comments for supported backendsFrank Gevaerts
2019-06-02NTLM: reset proxy "multipass" state when CONNECT request is doneSergey Ogryzkov
2019-06-02http: don't parse body-related headers bodyless responsesMichael Kaufmann
2019-06-01singlesocket: use separate variable for inner loopDaniel Stenberg
2019-05-30http2: Stop drain from being permanently set onJosie Huddleston
2019-05-29conncache: Remove the DEBUGASSERT on length checkSteve Holme
2019-05-29system_win32: fix function prototypeGisle Vanem
2019-05-29url: Load if_nametoindex() dynamically from iphlpapi.dll on WindowsSteve Holme
2019-05-29http: fix "error: equality comparison with extraneous parentheses"Daniel Stenberg
2019-05-28parse_proxy: make sure portptr is initializedDaniel Stenberg
2019-05-28url: default conn->port to the same as conn->remote_portDaniel Stenberg
2019-05-28conncache: make "bundles" per host name when doing proxy tunnelsDaniel Stenberg
2019-05-28multi: track users of a socket betterDaniel Stenberg
2019-05-28curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK versionSteve Holme
2019-05-28cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variablesJonas Vautherin
2019-05-27nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-24sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg
2019-05-24Fix typo.Gisle Vanem
2019-05-23md4: include the mbedtls config.h to get the MD4 infoDaniel Stenberg
2019-05-23md4: build correctly with openssl without MD4Daniel Stenberg
2019-05-23config-win32: add support for if_nametoindex and getsocknameZenju
2019-05-23url: fix bad #ifdefDaniel Stenberg
2019-05-23Revert "progress: CURL_DISABLE_PROGRESS_METER"Daniel Stenberg
2019-05-22sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme
2019-05-22PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg
2019-05-22configure/cmake: check for if_nametoindex()Daniel Stenberg
2019-05-22parse_proxy: use the IPv6 zone id if givenDaniel Stenberg
2019-05-21url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg
2019-05-21udpateconninfo: mark variable unusedDaniel Gustafsson
2019-05-21ftp: move ftp_ccc in under featureflagDaniel Gustafsson
2019-05-20mbedtls: enable use of EC keysGuy Poizat
2019-05-20urlapi: increase supported scheme length to 40 bytesOmar Ramadan
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-20ssh: move variable declaration to where it's usedMarcel Raad
2019-05-20ssh-libssh: remove unused variableMarcel Raad
2019-05-20tftp: use the current blksize for recvfrom()Daniel Stenberg
2019-05-19version: make ssl_version buffer match for multi_sslDaniel Gustafsson
2019-05-18http_ntlm_wb: Handle auth for only a single requestSteve Holme
2019-05-18http_ntlm_wb: Cleanup handshake after clean NTLM failureSteve Holme
2019-05-18http_ntlm_wb: Return the correct error on receiving an empty auth messageSteve Holme
2019-05-17libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg
2019-05-17progress: CURL_DISABLE_PROGRESS_METERDaniel Stenberg
2019-05-17hostip: CURL_DISABLE_SHUFFLE_DNSDaniel Stenberg
2019-05-17netrc: CURL_DISABLE_NETRCDaniel Stenberg
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-16http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme
2019-05-15parse_proxy: use the URL parser APIDaniel Stenberg
2019-05-15http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme