Age | Commit message (Expand) | Author |
2016-08-09 | CONTRIBUTE.md: markdown extension | Daniel Stenberg |
2016-08-09 | CONTRIBUTE: changed to markdown | Daniel Stenberg |
2016-08-09 | CONTRIBUTE: refreshed | Daniel Stenberg |
2016-08-09 | TODO: added an SSH section and two SFTP things to do | Daniel Stenberg |
2016-08-09 | TODO: remove the 1.22 duplicated item | Daniel Stenberg |
2016-08-09 | TODO: move "CURLOPT_MAIL_CLIENT" to SMTP section | Daniel Stenberg |
2016-08-09 | TODO: API for URL parsing/splitting | Daniel Stenberg |
2016-08-09 | TODO: move QUIC to the HTTP section | Daniel Stenberg |
2016-08-09 | winbuild: Free name $(CC) in Makefile (#950) | Simon Warta |
2016-08-08 | TODO: Use huge HTTP/2 windows | Daniel Stenberg |
2016-08-08 | winbuild: Avoid setting redundant CFLAGS to compile commands (#949) | Simon Warta |
2016-08-08 | cmake: Enable win32 threaded resolver by default | Jay Satiro |
2016-08-08 | cmake: Enable win32 large file support by default | Jay Satiro |
2016-08-07 | TODO: added several ideas, removed SPDY | Daniel Stenberg |
2016-08-05 | http2: always wait for readable socket | Daniel Stenberg |
2016-08-05 | RELEASE-NOTES: synced with 7b4bf37a44791 | Daniel Stenberg |
2016-08-05 | mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined | Thomas Glanzmann |
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg |
2016-08-04 | TFTP: Fix upload problem with piped input | Serj Kalichev |
2016-08-04 | mk-ca-bundle.pl: -m keeps ca cert meta data in output | Daniel Stenberg |
2016-08-04 | multi: make Curl_expire() work with 0 ms timeouts | Daniel Stenberg |
2016-08-04 | transfer: return without select when the read loop reached maxcount | Daniel Stenberg |
2016-08-03 | mbedtls: Added support for NTLM | Bill Nagel |
2016-08-03 | travis: removed option to rebuild autotool from source | Sergei Nikulov |
2016-08-03 | bump: start working toward 7.50.2 | Daniel Stenberg |
2016-08-03 | THANKS: 7 new contributors from the 7.50.1 release | Daniel Stenberg |
2016-08-03 | RELEASE-NOTES: 7.50.1 | Daniel Stenberg |
2016-08-03 | TLS: only reuse connections with the same client cert | Daniel Stenberg |
2016-08-03 | TLS: switch off SSL session id when client cert is used | Daniel Stenberg |
2016-08-03 | curl_multi_cleanup: clear connection pointer for easy handles | Daniel Stenberg |
2016-08-03 | KNOWN_BUGS: SOCKS proxy not working via IPv6 | Daniel Stenberg |
2016-08-03 | KNOWN_BUGS: CURLOPT_SEEKFUNCTION not called with CURLFORM_STREAM | Daniel Stenberg |
2016-08-03 | KNOWN_BUGS: transfer-encoding: chunked in HTTP/2 | Daniel Stenberg |
2016-08-03 | TODO: Provide cmake config-file | Daniel Stenberg |
2016-08-02 | os400: define BUILDING_LIBCURL in make script. | Patrick Monnerat |
2016-08-01 | RELEASE-NOTES: synced with aa9f536a18b | Daniel Stenberg |
2016-08-01 | mbedtls: Fix debug function name | Thomas Glanzmann |
2016-08-01 | travis: fix OSX build by re-installing libtool | Sergei Nikulov |
2016-08-01 | win32: fix a potential memory leak in Curl_load_library | Martin Vejnár |
2016-07-31 | include: revert 9adf3c4 and make public types void * again | Daniel Stenberg |
2016-07-28 | cmake: Fix for schannel support | Yonggang Luo |
2016-07-28 | Revert "travis: Install libtool for OS X builds" | Jay Satiro |
2016-07-28 | travis: Install libtool for OS X builds | Jay Satiro |
2016-07-26 | TODO: minor typo in last commit | Viktor Szakats |
2016-07-26 | TODO: Timeout idle connections from the pool | Daniel Stenberg |
2016-07-25 | os400: minimum supported OS version: V6R1M0. | Patrick Monnerat |
2016-07-24 | tests: Fix for http/2 feature | Jay Satiro |
2016-07-23 | README: Mention wolfSSL in the 'Dependencies' section | Steve Holme |
2016-07-23 | vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO | Steve Holme |
2016-07-23 | spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration | Steve Holme |