Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Fix typos in comments | Daniel Gustafsson | 2019-03-22 | 1 | -1/+1 |
* | mime: put the boundary buffer into the curl_mime struct | Daniel Stenberg | 2019-02-12 | 1 | -2/+5 |
* | formdata: use the mime-content type function | Daniel Stenberg | 2018-02-05 | 1 | -0/+5 |
* | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat | 2018-01-14 | 1 | -1/+2 |
* | mime: improve unbinding top multipart from easy handle. | Patrick Monnerat | 2017-10-08 | 1 | -0/+2 |
* | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat | 2017-09-22 | 1 | -1/+0 |
* | mime: drop internal FILE * support. | Patrick Monnerat | 2017-09-06 | 1 | -5/+2 |
* | mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code. | Patrick Monnerat | 2017-09-05 | 1 | -4/+4 |
* | mime: implement encoders. | Patrick Monnerat | 2017-09-05 | 1 | -1/+21 |
* | mime: unified to use the typedef'd mime structs everywhere | Daniel Stenberg | 2017-09-05 | 1 | -35/+35 |
* | mime: new MIME API. | Patrick Monnerat | 2017-09-02 | 1 | -0/+119 |