index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mime.h
Age
Commit message (
Expand
)
Author
2020-03-02
formdata/mime: copyright year range update
Daniel Stenberg
2020-03-02
Revert "mime: latch last read callback status."
Daniel Stenberg
2020-03-02
Revert "mime: do not perform more than one read in a row"
Daniel Stenberg
2020-03-02
mime: do not perform more than one read in a row
Patrick Monnerat
2020-03-02
mime: latch last read callback status.
Patrick Monnerat
2019-09-18
mime: when disabled, avoid C99 macro
Daniel Stenberg
2019-05-13
mime: acknowledge CURL_DISABLE_MIME
Daniel Stenberg
2019-03-22
lib: Fix typos in comments
Daniel Gustafsson
2019-02-12
mime: put the boundary buffer into the curl_mime struct
Daniel Stenberg
2018-02-05
formdata: use the mime-content type function
Daniel Stenberg
2018-01-14
mime: clone mime tree upon easy handle duplication.
Patrick Monnerat
2017-10-08
mime: improve unbinding top multipart from easy handle.
Patrick Monnerat
2017-09-22
form/mime: field names are not allowed to contain zero-valued bytes.
Patrick Monnerat
2017-09-06
mime: drop internal FILE * support.
Patrick Monnerat
2017-09-05
mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code.
Patrick Monnerat
2017-09-05
mime: implement encoders.
Patrick Monnerat
2017-09-05
mime: unified to use the typedef'd mime structs everywhere
Daniel Stenberg
2017-09-02
mime: new MIME API.
Patrick Monnerat