Age | Commit message (Expand) | Author |
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 | docs: Markdown and misc improvements [ci skip] | Viktor Szakats |
2019-05-16 | docs/RELEASE-PROCEDURE: link to live iCalendar [ci skip] | Viktor Szakats |
2019-05-16 | travis: add an osx http-only build | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-16 | curl: don't set FTP options for FTP-disabled builds | Daniel Stenberg |
2019-05-16 | http_ntlm_wb: Move the type-2 message processing into a dedicated function | Steve Holme |
2019-05-15 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-05-15 | docs/RELEASE-PROCEDURE: updated coming releases dates [ci skip] | Daniel Stenberg |
2019-05-15 | CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE [ci skip] | Daniel Stenberg |
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 | configure: error out if OpenSSL wasn't detected when asked for | 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-14 | CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later [ci skip] | Daniel Stenberg |
2019-05-13 | vtls: fix potential ssl_buffer stack overflow | Daniel Gustafsson |
2019-05-13 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-05-13 | appveyor: also build "/ci" branches like travis | Daniel Stenberg |
2019-05-13 | pingpong: disable more when no pingpong enabled | Daniel Stenberg |
2019-05-13 | proxy: acknowledge DISABLE_PROXY more | Daniel Stenberg |
2019-05-13 | parsedate: CURL_DISABLE_PARSEDATE | Daniel Stenberg |
2019-05-13 | sasl: only enable if there's a protocol enabled using it | Daniel Stenberg |
2019-05-13 | mime: acknowledge CURL_DISABLE_MIME | Daniel Stenberg |
2019-05-13 | wildcard: disable from build when FTP isn't present | Daniel Stenberg |
2019-05-13 | http: CURL_DISABLE_HTTP_AUTH | Daniel Stenberg |
2019-05-13 | base64: build conditionally if there are users | Daniel Stenberg |
2019-05-13 | doh: CURL_DISABLE_DOH | Daniel Stenberg |
2019-05-12 | auth: Rename the various authentication clean up functions | Steve Holme |
2019-05-12 | docs/INSTALL: fix broken link [ci skip] | Jay Satiro |
2019-05-12 | easy: fix another "clarify calculation precedence" warning | Marcel Raad |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2019-05-12 | cmake: restore C89 compatibility of CurlTests.c | Marcel Raad |
2019-05-11 | http_ntlm: Corrected the name of the include guard | Steve Holme |
2019-05-11 | http_digest: Don't expose functions when HTTP and Crypto Auth are disabled | Steve Holme |
2019-05-11 | http_negotiate: Don't expose functions when HTTP is disabled | Steve Holme |
2019-05-11 | SECURITY-PROCESS: fix links [ci skip] | Daniel Stenberg |
2019-05-11 | CMake: suppress unused variable warnings | Marcel Raad |
2019-05-11 | doh: disable DOH for the cases it doesn't work | Daniel Stenberg |
2019-05-11 | checksrc.bat: Ignore snprintf warnings in docs/examples | Jay Satiro |
2019-05-10 | vauth: Fix incorrect function description for Curl_auth_user_contains_domain() | Steve Holme |
2019-05-10 | Revert "multi: support verbose conncache closure handle" | Jay Satiro |
2019-05-10 | ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup() | Steve Holme |