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
2018-07-28
mime: check Curl_rand_hex's return code
Daniel Stenberg
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-05-21
checksrc: make sure sizeof() is used *with* parentheses
Daniel Stenberg
2018-04-24
mime: avoid NULL pointer dereference risk
Daniel Stenberg
2018-04-07
build: add picky compiler warning flags for gcc 6 and 7
Eric Gallager
2018-03-16
cleanup: misc typos in strings and comments
luz.paz
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-11-21
mime: fix "Value stored to 'sz' is never read" scan-build error
Daniel Stenberg
2017-10-20
mime: do not reuse previously computed multipart size
Patrick Monnerat
2017-10-19
mime: limit bas64-encoded lines length to 76 characters
Patrick Monnerat
2017-10-13
mime: do not call failf() if easy handle is NULL.
Patrick Monnerat
2017-10-13
mime: fix the content reader to handle >16K data properly
Daniel Stenberg
2017-10-12
mime: keep "text/plain" content type if user-specified.
Patrick Monnerat
2017-10-09
mime: properly unbind mime structure in curl_mime_free().
Patrick Monnerat
2017-10-08
mime: refuse to add subparts to one of their own descendants.
Patrick Monnerat
2017-10-08
mime: avoid resetting a part's encoder when part's contents change.
Patrick Monnerat
2017-10-08
mime: improve unbinding top multipart from easy handle.
Patrick Monnerat
2017-10-08
mime: be tolerant about setting twice the same header list in a part.
Patrick Monnerat
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