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.c
Age
Commit message (
Expand
)
Author
2017-09-22
form/mime: field names are not allowed to contain zero-valued bytes.
Patrick Monnerat
2017-09-20
mime: rephrase the multipart output state machine (#1898) ...
Patrick Monnerat
2017-09-20
mime: fix an explicit null dereference (#1899)
Patrick Monnerat
2017-09-18
mime:escape_string minor clarification change
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-11
Curl_checkheaders: make it available for IMAP and SMTP too
Daniel Stenberg
2017-09-06
mime: drop internal FILE * support.
Patrick Monnerat
2017-09-05
mime: fix a trivial warning.
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-04
mime: use CURL_ZERO_TERMINATED in examples
Viktor Szakats
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-03
mime: fix some implicit curl_off_t --> size_t conversion warnings.
Patrick Monnerat
2017-09-02
mime: new MIME API.
Patrick Monnerat