Age | Commit message (Expand) | Author |
2016-04-26 | mbedtls.c: silly spellfix of a comment | Daniel Stenberg |
2016-04-26 | KNOWN_BUGS: 1.10 Strips trailing dot from host name | Daniel Stenberg |
2016-04-25 | test1322: verify stripping of trailing dot from host name | Daniel Stenberg |
2016-04-25 | multi: accidentally used resolved host name instead of proxy | Daniel Stenberg |
2016-04-25 | symbols-in-versions: added new CURLSSLBACKEND_ symbols | Daniel Stenberg |
2016-04-25 | test148: fixed after the --ftp-create-dirs retry change | Daniel Stenberg |
2016-04-25 | curl.h: clarify curl_sslbackend for openssl clones and renames | Daniel Stenberg |
2016-04-25 | url.c: fixed DEBUGASSERT() for WinSock workaround | Karlson2k |
2016-04-25 | KNOWN_BUGS: --interface for ipv6 binds to unusable IP address | Daniel Stenberg |
2016-04-24 | TODO: 1.17 Add support for IRIs | Daniel Stenberg |
2016-04-24 | THANKS-filter: Travis Burtrum | Daniel Stenberg |
2016-04-24 | lib1517: checksrc compliance | Daniel Stenberg |
2016-04-24 | PolarSSL: Implement public key pinning | moparisthebest |
2016-04-22 | os400: upgrade ILE/RPG binding | Patrick Monnerat |
2016-04-22 | curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string | Patrick Monnerat |
2016-04-22 | contributors.sh: make --releasenotes implied | Daniel Stenberg |
2016-04-22 | RELEASE-NOTES: synced with 3c1e84f5693d8093 | Daniel Stenberg |
2016-04-22 | curl: make --ftp-create-dirs retry on failure | Daniel Stenberg |
2016-04-21 | winbuild: add mbedtls support | Henrik Gaßmann |
2016-04-21 | KNOWN_BUGS: fixed "5.6 Improper use of Autoconf cache variables" | Daniel Stenberg |
2016-04-21 | configure: ac_cv_ -> curl_cv_ for write-only vars | Irfan Adilovic |
2016-04-21 | configure: ac_cv_ -> curl_cv_ for r/w vars | Irfan Adilovic |
2016-04-21 | configure: ac_cv_func_clock_gettime -> curl_... | Irfan Adilovic |
2016-04-21 | configure: ac_cv_ -> curl_cv_ for all cached vars | Irfan Adilovic |
2016-04-21 | openssl: builds with OpenSSL 1.1.0-pre5 | Daniel Stenberg |
2016-04-20 | url.c: Prefer we don't use explicit NULLs in conditions | Steve Holme |
2016-04-20 | NTLM: check for NULL pointer before deferencing | Isaac Boukris |
2016-04-20 | tests: added test1517 | Karlson2k |
2016-04-20 | sendf.c: added ability to call recv() before send() as workaround | Karlson2k |
2016-04-19 | connect: make sure that rc is initialized in singleipconnect() | Kamil Dudka |
2016-04-19 | make/checksrc: use $srcdir, not $top_srcdir | Daniel Stenberg |
2016-04-19 | src/checksrc.whitelist: removed | Daniel Stenberg |
2016-04-19 | tool_operate: switch to inline checksrc ignore | Daniel Stenberg |
2016-04-19 | lib/checksrc.whitelist: not needed anymore | Daniel Stenberg |
2016-04-19 | vtls.h: remove a space before semicolon | Daniel Stenberg |
2016-04-19 | darwinssl: removed commented out code | Daniel Stenberg |
2016-04-19 | http_chunks: removed checksrc disable | Daniel Stenberg |
2016-04-19 | imap: inlined checksrc disable instead of whitelist edit | Daniel Stenberg |
2016-04-19 | checksrc: taught to skip comments | Daniel Stenberg |
2016-04-19 | opts/Makefile.am: list all docs file one by one | Daniel Stenberg |
2016-04-19 | curl_easy_setopt.3: mention CURLOPT_TCP_FASTOPEN | Daniel Stenberg |
2016-04-19 | RELEASE-NOTES: synced with 03de4e4b219 | Daniel Stenberg |
2016-04-18 | connect: implement TCP Fast Open for Linux | Alessandro Ghedini |
2016-04-18 | tool: add --tcp-fastopen option | Alessandro Ghedini |
2016-04-18 | connect: implement TCP Fast Open for OS X | Alessandro Ghedini |
2016-04-18 | url: add CURLOPT_TCP_FASTOPEN option | Alessandro Ghedini |
2016-04-18 | checksrc: pass on -D so the whitelists are found correctly | Daniel Stenberg |
2016-04-18 | configure: remove check for libresolve | Daniel Stenberg |
2016-04-18 | scripts/make: use $(EXEEXT) for executables | Daniel Stenberg |
2016-04-18 | includes: avoid duplicate memory callback typdefs even harder | Daniel Stenberg |