Age | Commit message (Expand) | Author |
2016-05-15 | ftp wildcard: segfault due to init only in multi_perform | Daniel Stenberg |
2016-05-13 | ConnectionExists: follow-up fix for proxy re-use | Michael Kaufmann |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-05-03 | connections: non-HTTP proxies on different ports aren't reused either | Daniel Stenberg |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-25 | url.c: fixed DEBUGASSERT() for WinSock workaround | Karlson2k |
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 | sendf.c: added ability to call recv() before send() as workaround | Karlson2k |
2016-04-18 | connect: implement TCP Fast Open for Linux | Alessandro Ghedini |
2016-04-18 | url: add CURLOPT_TCP_FASTOPEN option | Alessandro Ghedini |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-09 | CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAME | Steve Holme |
2016-04-09 | url: Ternary operator code style changes | 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 | http_negotiate: Calculate service name and proxy service name locally | Steve Holme |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-04-01 | url: Corrected get protocol family for FTP and LDAP | Steve Holme |
2016-03-30 | multi: turn Curl_done into file local multi_done | Daniel Stenberg |
2016-03-30 | multi: move Curl_do and Curl_do_done to multi.c and make static | Daniel Stenberg |
2016-03-27 | http_ntlm: Renamed from curl_ntlm.[c|h] | Steve Holme |
2016-03-26 | url: don't use bad offset in tld_check_name to show error | Jay Satiro |
2016-03-11 | url: Corrected indentation when calling idna_to_ascii_lz() | Steve Holme |
2016-03-11 | idn_win32: Use boolean based success codes | Steve Holme |
2016-03-10 | url.c: fix clang warning: no newline at end of file | Daniel Stenberg |
2016-03-08 | imap/pop3/smtp: Fixed connections upgraded with TLS are not reused | Steve Holme |
2016-03-08 | pipeline: Sanity check pipeline pointer before accessing it. | Anders Bakken |
2016-03-01 | url: if Curl_done is premature then pipeline not in use | Anders Bakken |
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 1) | Michael Koenig |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-26 | NTLM: Fix ConnectionExists to compare Proxy credentials | Isaac Boukris |
2016-01-11 | ConnectionExists: only do pipelining/multiplexing when asked | Daniel Stenberg |
2016-01-11 | lib: Prefix URLs with lower-case protocol names/schemes | Mohammad AlSaleh |
2016-01-11 | IDN host names: Remove the port number before converting to ACE | Michael Kaufmann |
2016-01-09 | url: Fix compile error with --enable-werror | Tatsuhiro Tsujikawa |
2016-01-08 | Revert "multiplex: allow only once HTTP/2 is actually used" | Daniel Stenberg |
2016-01-08 | connection reuse: IDN host names fixed | Michael Kaufmann |
2016-01-06 | ConnectionExists: add missing newline in infof() call | Daniel Stenberg |
2016-01-06 | multiplex: allow only once HTTP/2 is actually used | Daniel Stenberg |
2015-12-23 | ConnectionExists: with *PIPEWAIT, wait for connections | Anders Bakken |
2015-12-14 | setstropt: const-correctness | Anders Bakken |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-11-24 | done: make sure the final progress update is made | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
2015-11-09 | oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments | Steve Holme |
2015-10-23 | http2: s/priority/weight | Daniel Stenberg |