Age | Commit message (Expand) | Author |
2016-01-11 | IDN host names: Remove the port number before converting to ACE | Michael Kaufmann |
2016-01-10 | mbedtls: implement CURLOPT_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-01-09 | url: Fix compile error with --enable-werror | Tatsuhiro Tsujikawa |
2016-01-08 | http2: Ensure that http2_handle_stream_close is called | Tatsuhiro Tsujikawa |
2016-01-08 | http2: handle the received SETTINGS frame | Daniel Stenberg |
2016-01-08 | Revert "multiplex: allow only once HTTP/2 is actually used" | Daniel Stenberg |
2016-01-08 | http2: Fix PUSH_PROMISE headers being treated as trailers | Tatsuhiro Tsujikawa |
2016-01-08 | connection reuse: IDN host names fixed | Michael Kaufmann |
2016-01-07 | mbedtls: Fix ALPN support | Jay Satiro |
2016-01-06 | http2: Fix client write for trailers on stream close | Jay Satiro |
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 | ftplistparser.c: fix handling of file LISTings using Windows EOL | Marc Hoersken |
2015-12-23 | ConnectionExists: with *PIPEWAIT, wait for connections | Anders Bakken |
2015-12-16 | cyassl: deal with lack of *get_peer_certificate | Daniel Stenberg |
2015-12-16 | wolfssl: handle builds without SSLv3 support | Daniel Stenberg |
2015-12-15 | http2: Support trailer fields | Tatsuhiro Tsujikawa |
2015-12-15 | x509asn1: Fix host altname verification | Jay Satiro |
2015-12-15 | cyassl: fix compiler warning on type conversion | Daniel Stenberg |
2015-12-14 | setstropt: const-correctness | Anders Bakken |
2015-12-14 | libressl: the latest openssl x509 funcs are not in libressl | Daniel Stenberg |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-12-10 | openssl: adapt to openssl >= 1.1.0 X509 opaque structs | Daniel Stenberg |
2015-12-10 | openssl: avoid BIO_reset() warnings since it returns a value | Daniel Stenberg |
2015-12-10 | openssl: adapt to 1.1.0+ name changes | Daniel Stenberg |
2015-12-09 | fix b6d5cb40d7038fe | Daniel Stenberg |
2015-12-08 | http2: Fix hanging paused stream | Tatsuhiro Tsujikawa |
2015-12-08 | build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGS | Christian Stewart |
2015-12-07 | config-win32: Fix warning HAVE_WINSOCK2_H undefined | Gisle Vanem |
2015-12-07 | openssl: BoringSSL doesn't have CONF_modules_free | Gisle Vanem |
2015-12-07 | lwip: Fix compatibility issues with later versions | Gisle Vanem |
2015-12-07 | version: Add flag CURL_VERSION_PSL for libpsl | Gisle Vanem |
2015-12-07 | formdata: Check if length is too large for memory | Jay Satiro |
2015-11-30 | Curl_read_plain: clean up ifdefs that break statements | Flavio Medeiros |
2015-11-30 | http2: convert some verbose output into debug-only output | Daniel Stenberg |
2015-11-30 | http2 push: add missing inits of new stream | Daniel Stenberg |
2015-11-30 | http2 push: set weight for new stream | Daniel Stenberg |
2015-11-28 | curl_setup.h: undef freeaddrinfo in c-ares block to fix build | Daniel Stenberg |
2015-11-27 | nonblock: fix setting non-blocking mode for Amiga | Daniel Stenberg |
2015-11-27 | lib: Only define curl_dofreeaddrinfo if struct addrinfo is available | Dan Fandrich |
2015-11-25 | timecond: do not add if-modified-since without timecondition | 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-21 | smb.c: Fixed compilation warnings | Steve Holme |
2015-11-21 | schannel: Corrected copy/paste error in commit 8d17117683 | Steve Holme |
2015-11-21 | schannel: Use GetVersionEx() when VerifyVersionInfo() isn't available | Steve Holme |
2015-11-20 | pop3: Differentiate between success and continuation responses | Steve Holme |
2015-11-20 | pop3: Added clarity on some server response codes | Steve Holme |
2015-11-17 | http2: http_done: don't free already-freed push headers | Daniel Stenberg |
2015-11-16 | getconnectinfo: Don't call recv(2) if socket == -1 | Anders Bakken |