Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-02 | mime: new MIME API. | Patrick Monnerat | |
Available in HTTP, SMTP and IMAP. Deprecates the FORM API. See CURLOPT_MIMEPOST. Lib code and associated documentation. | |||
2017-08-28 | Add a man page for curl_global_sslset() | Johannes Schindelin | |
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | |||
2017-08-09 | make install: add 8 missing man pages to the installation | Daniel Stenberg | |
2017-03-21 | docs: split file lists into Makefile.inc | Peter Wu | |
For easier sharing with CMake. The contents were reformatted to use two-space indent and expanded tabs (matching lib/Makefile.common). Ref: https://github.com/curl/curl/pull/1288 |