Age | Commit message (Expand) | Author |
2018-04-09 | winbuild: updated the documentation | kdekker |
2018-04-09 | test1136: fix cookie order after commit c990eadd1277 | Daniel Stenberg |
2018-04-08 | build: cleanup to fix clang warnings/errors | Daniel Stenberg |
2018-04-07 | examples/sftpuploadresmue: Fix Windows large file seek | Jay Satiro |
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-07 | configure: detect sa_family_t | Daniel Stenberg |
2018-04-07 | tool_operate: Fix retry on FTP 4xx to ignore other protocols | Stefan Agner |
2018-04-06 | hash: calculate sizes with size_t instead of longs | Daniel Stenberg |
2018-04-06 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-04-06 | build-openssl.bat: Refer to VS2017 as VC14.1 instead of VC15 | Jay Satiro |
2018-04-06 | winbuild: make the clean target work without build-type | kdekker |
2018-04-06 | build-openssl.bat: allow custom paths for VS and perl | patelvivekv1993 |
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-04-02 | test1148: set a fixed locale for the test | Daniel Stenberg |
2018-03-31 | docs: fix CURLINFO_*_T examples use of CURL_FORMAT_CURL_OFF_T | Jay Satiro |
2018-03-27 | cmake: Add advapi32 as explicit link library for win32 | MichaĆ Janiszewski |
2018-03-27 | TODO: connection cache sharing is now supporte | Daniel Stenberg |
2018-03-26 | travis: enable apt retry on fail | Jay Satiro |
2018-03-26 | runtests.pl: fix warning 'use of uninitialized value' | Michael Kaufmann |
2018-03-24 | gitignore: ignore more generated files | Daniel Stenberg |
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 | travis-ci: enable -Werror for CMake builds (#2418) | Sergei Nikulov |
2018-03-22 | cmake: avoid warn-as-error during config checks (#2411) | Sergei Nikulov |
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-22 | CI: add lgtm.yml for tweaking lgtm.com analysis | Bas van Schaik |
2018-03-21 | CURLINFO_SSL_VERIFYRESULT.3: fix the example, add some text | Daniel Stenberg |
2018-03-21 | TODO: expand ~/ in config files | Daniel Stenberg |
2018-03-20 | cookie.d: mention that "-" as filename means stdin | Daniel Stenberg |
2018-03-20 | CURLINFO_COOKIELIST.3: made the example not leak memory | 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-20 | examples/hiperfifo: checksrc compliance | Jay Satiro |
2018-03-19 | parsedate: support UT timezone | Nikos Tsipinakis |
2018-03-19 | RELEASE-NOTES: synced | Daniel Stenberg |
2018-03-19 | cmake: add support for brotli | Don |
2018-03-18 | darwinssl: fix iOS build | Chris Araman |
2018-03-18 | ILE/RPG binding: Add CURLOPT_HAPROXYPROTOCOL/Fix CURLOPT_DNS_SHUFFLE_ADDRESSES | Patrick Monnerat |