Age | Commit message (Expand) | Author |
2017-09-05 | examples/mime: minor example code fixes | Viktor Szakats |
2017-09-05 | docs/curl_mime_*.3: added examples | Daniel Stenberg |
2017-09-05 | MAIL-ETIQUETTE: added "1.9 Your emails are public" | Daniel Stenberg |
2017-09-04 | docs: Update to secure URL versions | Viktor Szakats |
2017-09-04 | mime: use CURL_ZERO_TERMINATED in examples | Viktor Szakats |
2017-09-04 | examples/post-callback: stop returning one byte at a time | Daniel Stenberg |
2017-09-04 | docs: curl_mime_*.3 man page formatting edits | Daniel Stenberg |
2017-09-03 | mime: use size_t instead of ssize_t in public API interface. | Patrick Monnerat |
2017-09-03 | mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). | Patrick Monnerat |
2017-09-02 | mime: tests and examples. | Patrick Monnerat |
2017-09-02 | mime: use in curl cli tool instead of form API. | Patrick Monnerat |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-09-01 | curl_global_sslset: select backend by name case insensitively | Daniel Stenberg |
2017-08-31 | curl_global_sslset.3: show the struct and enum too | Daniel Stenberg |
2017-08-30 | examples/sslbackend.c: fix failure of 'make checksrc' | Kamil Dudka |
2017-08-30 | curl_global_sslset.3: clarify | Daniel Stenberg |
2017-08-29 | HELP-US.md: spelling | Daniel Stenberg |
2017-08-29 | HELP-US.md: "How to get started helping out in the curl project" | Daniel Stenberg |
2017-08-28 | curl_global_init.3: mention curl_global_sslset(3) | Daniel Stenberg |
2017-08-28 | version: add the CURL_VERSION_MULTI_SSL feature flag | Johannes Schindelin |
2017-08-28 | docs/examples: demonstrate how to select SSL backends | Johannes Schindelin |
2017-08-28 | Add a man page for curl_global_sslset() | Johannes Schindelin |
2017-08-28 | vtls: introduce curl_global_sslset() | Johannes Schindelin |
2017-08-25 | examples/threaded-ssl: mention that this is for openssl before 1.1 | Daniel Stenberg |
2017-08-24 | CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD | Daniel Stenberg |
2017-08-22 | request-target.d: mention added in 7.55.0 | Daniel Stenberg |
2017-08-18 | KNOWN_BUGS: HTTP test server 'connection-monitor' problems | Daniel Stenberg |
2017-08-17 | CURLOPT_SSH_COMPRESSION.3: enable with 1L | Daniel Stenberg |
2017-08-17 | compressed-ssh.d: "Added: 7.56.0" | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-16 | examples/ftpuploadresume: checksrc compliance | Jay Satiro |
2017-08-15 | progress: Track total times following redirects | Ryan Winograd |
2017-08-15 | zsh.pl: produce a working completion script again | Kamil Dudka |
2017-08-14 | examples/ftpuploadresume.c: use portable code | Daniel Stenberg |
2017-08-13 | RELEASE-NOTES/THANKS: curl 7.55.1 release time | Daniel Stenberg |
2017-08-12 | connect-to.d: better language | Daniel Stenberg |
2017-08-12 | connect-to.d: clarified | Daniel Stenberg |
2017-08-12 | docs: fix typo funtion -> function | Alessandro Ghedini |
2017-08-12 | docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT description | Alessandro Ghedini |
2017-08-12 | docs: fix typo stuct -> struct | Alessandro Ghedini |
2017-08-09 | make install: add 8 missing man pages to the installation | Daniel Stenberg |
2017-08-09 | THANKS: 20 new contributors in 7.55.0 | Daniel Stenberg |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-08-02 | CURLOPT_NETRC.3: fix typo in 7e48aa386156f9c2 | Daniel Stenberg |
2017-08-02 | CURLOPT_NETRC.3: mention the file name on windows | Daniel Stenberg |
2017-08-01 | BUGS: improved phrasing about security bugs | Daniel Stenberg |
2017-08-01 | BUGS: clarify how to report security related bugs | Daniel Stenberg |
2017-07-30 | include.d: clarify --include is only for response headers | Jay Satiro |
2017-07-28 | include.d: clarify that it concerns the response headers | Daniel Stenberg |
2017-07-07 | CURLOPT_POSTFIELDS.3: explain the 100-continue magic better | Daniel Stenberg |