Age | Commit message (Expand) | Author |
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 |
2016-04-11 | http2: Don't increment drain when one header field is received | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Ensure that http2_handle_stream_close is called | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Process paused data first before tear down http2 session | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Check session closure early in http2_recv | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Add handling stream level error | Tatsuhiro Tsujikawa |
2016-04-11 | http2: drain the socket better... | Daniel Stenberg |
2016-04-11 | KNOWN_BUGS: added info for "Hangs with PolarSSL" | Daniel Stenberg |
2016-04-10 | KNOWN_BUGS: 1.9 HTTP/2 frames while in the connection pool kill reuse | Daniel Stenberg |
2016-04-09 | build: include scripts/ in the dist | Daniel Stenberg |
2016-04-09 | CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME | Steve Holme |
2016-04-09 | urldata: Use bool for socks5_gssapi_nec as it is a flag | Steve Holme |
2016-04-09 | url: Ternary operator code style changes | Steve Holme |
2016-04-09 | CODE_STYLE: Added ternary operator example to 'Space around operators' | Steve Holme |
2016-04-09 | sasl: Fixed compilation errors from commit 9d89a0387 | Steve Holme |
2016-04-09 | url: Corrected comments following 9d89a0387 | Steve Holme |
2016-04-08 | docs: Added clarification following commit 9d89a0387 | Steve Holme |
2016-04-08 | Makefile: Fixed echo of checksrc check | Steve Holme |