Age | Commit message (Expand) | Author |
2019-05-29 | system_win32: fix function prototype | Gisle Vanem |
2019-05-29 | url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows | Steve Holme |
2019-05-29 | http: fix "error: equality comparison with extraneous parentheses" | Daniel Stenberg |
2019-05-28 | parse_proxy: make sure portptr is initialized | Daniel Stenberg |
2019-05-28 | url: default conn->port to the same as conn->remote_port | Daniel Stenberg |
2019-05-28 | conncache: make "bundles" per host name when doing proxy tunnels | Daniel Stenberg |
2019-05-28 | multi: track users of a socket better | Daniel Stenberg |
2019-05-28 | curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK version | Steve Holme |
2019-05-28 | cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables | Jonas Vautherin |
2019-05-27 | nss: allow to specify TLS 1.3 ciphers if supported by NSS | Hubert Kario |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-24 | sectransp: handle errSSLPeerAuthCompleted from SSLRead() | Daniel Stenberg |
2019-05-24 | Fix typo. | Gisle Vanem |
2019-05-23 | md4: include the mbedtls config.h to get the MD4 info | Daniel Stenberg |
2019-05-23 | md4: build correctly with openssl without MD4 | Daniel Stenberg |
2019-05-23 | config-win32: add support for if_nametoindex and getsockname | Zenju |
2019-05-23 | url: fix bad #ifdef | Daniel Stenberg |
2019-05-23 | Revert "progress: CURL_DISABLE_PROGRESS_METER" | Daniel Stenberg |
2019-05-22 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-05-22 | PolarSSL: deprecate support step 1. Removed from configure. | Daniel Stenberg |
2019-05-22 | configure/cmake: check for if_nametoindex() | Daniel Stenberg |
2019-05-22 | parse_proxy: use the IPv6 zone id if given | Daniel Stenberg |
2019-05-21 | url: convert the zone id from a IPv6 URL to correct scope id | Daniel Stenberg |
2019-05-21 | udpateconninfo: mark variable unused | Daniel Gustafsson |
2019-05-21 | ftp: move ftp_ccc in under featureflag | Daniel Gustafsson |
2019-05-20 | mbedtls: enable use of EC keys | Guy Poizat |
2019-05-20 | urlapi: increase supported scheme length to 40 bytes | Omar Ramadan |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-20 | ssh: move variable declaration to where it's used | Marcel Raad |
2019-05-20 | ssh-libssh: remove unused variable | Marcel Raad |
2019-05-20 | tftp: use the current blksize for recvfrom() | Daniel Stenberg |
2019-05-19 | version: make ssl_version buffer match for multi_ssl | Daniel Gustafsson |
2019-05-18 | http_ntlm_wb: Handle auth for only a single request | Steve Holme |
2019-05-18 | http_ntlm_wb: Cleanup handshake after clean NTLM failure | Steve Holme |
2019-05-18 | http_ntlm_wb: Return the correct error on receiving an empty auth message | Steve Holme |
2019-05-17 | libcurl: #ifdef away more code for disabled features/protocols | Daniel Stenberg |
2019-05-17 | progress: CURL_DISABLE_PROGRESS_METER | Daniel Stenberg |
2019-05-17 | hostip: CURL_DISABLE_SHUFFLE_DNS | Daniel Stenberg |
2019-05-17 | netrc: CURL_DISABLE_NETRC | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-16 | http_ntlm_wb: Move the type-2 message processing into a dedicated function | Steve Holme |
2019-05-15 | parse_proxy: use the URL parser API | Daniel Stenberg |
2019-05-15 | http_negotiate: Move the Negotiate state out of the negotiatedata structure | Steve Holme |
2019-05-15 | http_ntlm: Move the NTLM state out of the ntlmdata structure | Steve Holme |
2019-05-15 | url: Move the negotiate state type into a dedicated enum | Steve Holme |
2019-05-14 | url: Remove duplicate clean up of the winbind variables in conn_shutdown() | Steve Holme |
2019-05-14 | urlapi: require a non-zero host name length when parsing URL | Daniel Stenberg |
2019-05-14 | imap: Fix typo in comment | Daniel Gustafsson |
2019-05-14 | url: Remove unnecessary initialisation from allocate_conn() | Steve Holme |
2019-05-13 | vtls: fix potential ssl_buffer stack overflow | Daniel Gustafsson |