aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-10url.c: fix clang warning: no newline at end of fileDaniel Stenberg
2016-03-10curl_multi_wait: never return -1 in 'numfds'Daniel Stenberg
2016-03-09HTTP2.md: add CURL_HTTP_VERSION_2TLS and updated alt-svc linkDaniel Stenberg
2016-03-09curl_multi_wait.3: add exampleDaniel Stenberg
2016-03-08imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme
2016-03-08opt-docs: fix heading macrosJay Satiro
2016-03-08cookie: do not refuse cookies for localhostTim Rühsen
2016-03-08ftp_done: clear tunnel_state when secondary socket closesDaniel Stenberg
2016-03-08openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messagesGisle Vanem
2016-03-08HTTP2.md: HTTP/2 by default for curl's HTTPS connectionsDaniel Stenberg
2016-03-08pipeline: Sanity check pipeline pointer before accessing it.Anders Bakken
2016-03-08HTTP2.md: mention the disable ALPN and NPN optionsDaniel Stenberg
2016-03-07TODO: 17.12 keep running, read instructions from pipe/socketDaniel Stenberg
2016-03-07README.md: linkifiedDaniel Stenberg
2016-03-07README.md: markdown version of READMEDaniel Stenberg
2016-03-06mprintf: update trio project linkJay Satiro
2016-03-06CURLOPT_ACCEPTTIMEOUT_MS.3: added exampleDaniel Stenberg
2016-03-06CURLOPT_ACCEPT_ENCODING.3: added exampleDaniel Stenberg
2016-03-06CURLOPT_APPEND.3: added exampleDaniel Stenberg
2016-03-06CURLOPT_NOPROGRESS.3: added example, conform to stardard styleDaniel Stenberg
2016-03-06build-openssl/checksrc.bat: Fixed prepend vs append of Perl pathSteve Holme
2016-03-06opts: added two examplesDaniel Stenberg
2016-03-06CURLOPT_SSL_CTX_FUNCTION.3: use .NF for exampleDaniel Stenberg
2016-03-06CURLOPT_SSL_CTX_FUNCTION.3: added exampleDaniel Stenberg
2016-03-06curlx.c: use more curl style codeDaniel Stenberg
2016-03-06test46: change cookie expiry dateDaniel Stenberg
2016-03-05makefile.m32: add missing libs for static -winssl-ssh2 buildsViktor Szakats
2016-03-05mbedtls: fix user-specified SSL protocol versionJay Satiro
2016-03-05.gitignore: Added *.VC.opendb and *.vcxproj.user files for VC14Steve Holme
2016-03-05build-openssl.bat: Fixed cannot find perl if installed but not in pathSteve Holme
2016-03-05checksrc.bat: Fixed cannot find perl if installed but not in pathSteve Holme
2016-03-05makefile.m32: fix to allow -ssh2-winssl combinationViktor Szakats
2016-03-05cookie: Don't expire session cookies in remove_expiredJay Satiro
2016-03-03cookie: remove redundant checkDaniel Stenberg
2016-03-01url: if Curl_done is premature then pipeline not in useAnders Bakken
2016-03-01makefile.m32: allow to pass .dll/.exe-specific LDFLAGSViktor Szakats
2016-02-29formpost: fix memory leaks in AddFormData error branchesDaniel Stenberg
2016-02-28getinfo: Fix syntax error when mbedTLSJay Satiro
2016-02-27getinfo: Add support for mbedTLS TLS session infoJay Satiro
2016-02-26ROADMAP: clarify on the TLS proxy, mention HTTP cookies to work onDaniel Stenberg
2016-02-25file: try reading from files with no sizeDaniel Stenberg
2016-02-25configure: warn on invalid ca bundle or pathJay Satiro
2016-02-24Curl_read: check for activated HTTP/1 pipelining, not only requestedDaniel Stenberg
2016-02-24os400: Fix ILE/RPG definition of CURLOPT_TFTP_NO_OPTIONSPatrick Monnerat
2016-02-23getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro
2016-02-23multi_remove_handle: keep the timeout list until after disconnectDaniel Stenberg
2016-02-23tests/sshserver.pl: use RSA instead of DSA for host authKamil Dudka
2016-02-23TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro
2016-02-23TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig
2016-02-22runtests: Fixed usage of %PWD on MinGW64Karlson2k