Age | Commit message (Expand) | Author |
2016-04-28 | mbedtls: Fix session resume | Jay Satiro |
2016-04-26 | openssl: avoid BN_print a NULL bignum | Daniel Stenberg |
2016-04-26 | CONNECT_ONLY: don't close connection on GSS 401/407 reponses | Marcel Raad |
2016-04-26 | mbedtls.c: silly spellfix of a comment | Daniel Stenberg |
2016-04-25 | multi: accidentally used resolved host name instead of proxy | Daniel Stenberg |
2016-04-25 | url.c: fixed DEBUGASSERT() for WinSock workaround | Karlson2k |
2016-04-24 | PolarSSL: Implement public key pinning | moparisthebest |
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 | 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 | 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-18 | connect: implement TCP Fast Open for Linux | 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 | 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-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
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-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 | sasl: Fixed compilation errors from commit 9d89a0387 | Steve Holme |
2016-04-09 | url: Corrected comments following 9d89a0387 | Steve Holme |
2016-04-08 | Makefile: Fixed echo of checksrc check | Steve Holme |
2016-04-08 | checksrc: Fix issue with the autobuilds not picking up the whitelist | Steve Holme |
2016-04-08 | checksrc: Added missing vauth and vtls directories | Steve Holme |
2016-04-08 | ftp/imap/pop3/smtp: Allow the service name to be overridden | Steve Holme |
2016-04-08 | http_negotiate: Calculate service name and proxy service name locally | Steve Holme |
2016-04-07 | mbedtls: fix MBEDTLS_DEBUG builds | Damien Vielpeau |
2016-04-07 | mbedtls: implement and provide *_data_pending() | Daniel Stenberg |
2016-04-07 | mbedtls: follow-up for the previous commit | Daniel Stenberg |
2016-04-07 | mbedtls.c: name space pollution fix, Use 'Curl_' | Daniel Stenberg |
2016-04-07 | mbedtls.c: changed private prefix to mbed_ | Daniel Stenberg |
2016-04-07 | mbedtls.h: fix compiler warnings | Daniel Stenberg |