aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-22os400: upgrade ILE/RPG bindingPatrick Monnerat
2016-04-22curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a stringPatrick Monnerat
2016-04-22contributors.sh: make --releasenotes impliedDaniel Stenberg
2016-04-22RELEASE-NOTES: synced with 3c1e84f5693d8093Daniel Stenberg
2016-04-22curl: make --ftp-create-dirs retry on failureDaniel Stenberg
2016-04-21winbuild: add mbedtls supportHenrik Gaßmann
2016-04-21KNOWN_BUGS: fixed "5.6 Improper use of Autoconf cache variables"Daniel Stenberg
2016-04-21configure: ac_cv_ -> curl_cv_ for write-only varsIrfan Adilovic
2016-04-21configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic
2016-04-21configure: ac_cv_func_clock_gettime -> curl_...Irfan Adilovic
2016-04-21configure: ac_cv_ -> curl_cv_ for all cached varsIrfan Adilovic
2016-04-21openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg
2016-04-20url.c: Prefer we don't use explicit NULLs in conditionsSteve Holme
2016-04-20NTLM: check for NULL pointer before deferencingIsaac Boukris
2016-04-20tests: added test1517Karlson2k
2016-04-20sendf.c: added ability to call recv() before send() as workaroundKarlson2k
2016-04-19connect: make sure that rc is initialized in singleipconnect()Kamil Dudka
2016-04-19make/checksrc: use $srcdir, not $top_srcdirDaniel Stenberg
2016-04-19src/checksrc.whitelist: removedDaniel Stenberg
2016-04-19tool_operate: switch to inline checksrc ignoreDaniel Stenberg
2016-04-19lib/checksrc.whitelist: not needed anymoreDaniel Stenberg
2016-04-19vtls.h: remove a space before semicolonDaniel Stenberg
2016-04-19darwinssl: removed commented out codeDaniel Stenberg
2016-04-19http_chunks: removed checksrc disableDaniel Stenberg
2016-04-19imap: inlined checksrc disable instead of whitelist editDaniel Stenberg
2016-04-19checksrc: taught to skip commentsDaniel Stenberg
2016-04-19opts/Makefile.am: list all docs file one by oneDaniel Stenberg
2016-04-19curl_easy_setopt.3: mention CURLOPT_TCP_FASTOPENDaniel Stenberg
2016-04-19RELEASE-NOTES: synced with 03de4e4b219Daniel Stenberg
2016-04-18connect: implement TCP Fast Open for LinuxAlessandro Ghedini
2016-04-18tool: add --tcp-fastopen optionAlessandro Ghedini
2016-04-18connect: implement TCP Fast Open for OS XAlessandro Ghedini
2016-04-18url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini
2016-04-18checksrc: pass on -D so the whitelists are found correctlyDaniel Stenberg
2016-04-18configure: remove check for libresolveDaniel Stenberg
2016-04-18scripts/make: use $(EXEEXT) for executablesDaniel Stenberg
2016-04-18includes: avoid duplicate memory callback typdefs even harderDaniel Stenberg
2016-04-18checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg
2016-04-18RELEASE-NOTES: synced with 26ec93dd6aeba8dfb5Daniel Stenberg
2016-04-18opts: fix option references missing (section)Daniel Stenberg
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-17makefile.vc6: use d suffix on debug objectDaniel Stenberg
2016-04-12http2: Use size_t type for data drain countJay Satiro
2016-04-11http2: Improve header parsingJay Satiro
2016-04-11http2: Add Curl_http2_strerror for HTTP/2 error codesJay Satiro
2016-04-11http2: Don't increment drain when one header field is receivedTatsuhiro Tsujikawa
2016-04-11http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa
2016-04-11http2: Process paused data first before tear down http2 sessionTatsuhiro Tsujikawa
2016-04-11http2: Check session closure early in http2_recvTatsuhiro Tsujikawa
2016-04-11http2: Add handling stream level errorTatsuhiro Tsujikawa