Age | Commit message (Expand) | Author |
2018-04-16 | ssh: show libSSH2 error code when closing fails | Christian Schmitz |
2018-04-15 | vauth: Fix typo | Daniel Gustafsson |
2018-04-15 | checksrc: Fix typo | Daniel Gustafsson |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-04-12 | duphandle: make sure CURLOPT_RESOLVE is duplicated fine too | Daniel Stenberg |
2018-04-11 | proxy: show getenv proxy use in verbose output | Daniel Stenberg |
2018-04-09 | lib: silence null-dereference warnings | Marcel Raad |
2018-04-08 | build: cleanup to fix clang warnings/errors | Daniel Stenberg |
2018-04-07 | curl_setup: provide a CURL_SA_FAMILY_T type if none exists | Daniel Stenberg |
2018-04-07 | build: add picky compiler warning flags for gcc 6 and 7 | Eric Gallager |
2018-04-06 | hash: calculate sizes with size_t instead of longs | Daniel Stenberg |
2018-04-06 | FTP: allow PASV on IPv6 connections when a proxy is being used | Laurie Clark-Michalek |
2018-04-06 | file: restore old behavior for file:////foo/bar URLs | Jon DeVree |
2018-04-06 | Revert "openssl: Don't add verify locations when verifypeer==0" | Gaurav Malhotra |
2018-04-06 | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day |
2018-04-06 | cookie: case-insensitive hashing for the domains | Lauri Kasanen |
2018-04-04 | cookie: fix and optimize 2nd top level domain name extraction | Patrick Monnerat |
2018-04-04 | openssl: provide defines for argument typecasts to build warning-free | Daniel Stenberg |
2018-04-04 | openssl: fix build with LibreSSL 2.7 | Bernard Spil |
2018-04-02 | cookie: store cookies per top-level-domain-specific hash table | Lauri Kasanen |
2018-04-02 | cookies: when reading from a file, only remove_expired once | Lauri Kasanen |
2018-03-24 | threaded resolver: track resolver time and set suitable timeout values | Daniel Stenberg |
2018-03-23 | openldap: fix for NULL return from ldap_get_attribute_ber() | Howard Chu |
2018-03-22 | timeval: remove compilation warning by casting (#2417) | Sergei Nikulov |
2018-03-22 | http2: read pending frames (including GOAWAY) in connection-check | Daniel Stenberg |
2018-03-20 | vauth/cleartext: fix integer overflow check | Daniel Stenberg |
2018-03-20 | lib/curl_path.h: add #ifdef header guard | Daniel Stenberg |
2018-03-20 | vauth/ntlm.h: fix the #ifdef header guard | Daniel Stenberg |
2018-03-19 | parsedate: support UT timezone | Nikos Tsipinakis |
2018-03-19 | cmake: add support for brotli | Don |
2018-03-18 | darwinssl: fix iOS build | Chris Araman |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-17 | add_handle/easy_perform: clear errorbuffer on start if set | Daniel Stenberg |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-16 | multi: improved pending transfers handling => improved performance | Daniel Stenberg |
2018-03-16 | pause: when changing pause state, update socket state | Daniel Stenberg |
2018-03-16 | rate-limit: use three second window to better handle high speeds | Daniel Stenberg |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-03-15 | http2: fixes typo | Kobi Gurkan |
2018-03-15 | transfer: make HTTP without headers count correct body size | Daniel Stenberg |
2018-03-14 | FTP: fix typo in recursive callback detection for seeking | dasimx |
2018-03-12 | Revert "hostip: fix compiler warning: 'variable set but not used'" | Daniel Stenberg |
2018-03-12 | limit-rate: fix compiler warning | Michael Kaufmann |
2018-03-12 | checksrc.pl: add -i and -m options | Viktor Szakats |
2018-03-12 | http2: mark the connection for close on GOAWAY | Daniel Stenberg |
2018-03-12 | openldap: white space changes, fixed up the copyright years | Daniel Stenberg |
2018-03-12 | openldap: check ldap_get_attribute_ber() results for NULL before using | Daniel Stenberg |
2018-03-12 | FTP: reject path components with control codes | Daniel Stenberg |
2018-03-12 | readwrite: make sure excess reads don't go beyond buffer end | Daniel Stenberg |
2018-03-11 | limit-rate: kick in even before "limit" data has been received | Daniel Stenberg |