Age | Commit message (Expand) | Author |
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 |
2016-04-18 | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg |
2016-04-18 | RELEASE-NOTES: synced with 26ec93dd6aeba8dfb5 | Daniel Stenberg |
2016-04-18 | opts: fix option references missing (section) | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-17 | makefile.vc6: use d suffix on debug object | Daniel Stenberg |
2016-04-12 | http2: Use size_t type for data drain count | Jay Satiro |
2016-04-11 | http2: Improve header parsing | Jay Satiro |
2016-04-11 | http2: Add Curl_http2_strerror for HTTP/2 error codes | Jay Satiro |