aboutsummaryrefslogtreecommitdiff
path: root/src/mime.c (unfollow)
AgeCommit message (Collapse)AuthorLines
2023-04-03native: make strings more permissiveChloe Kudryavtsev-4/+4
* adds a getcbytes that accepts any JanetBytes * use it across the board, except where we can inform curl of the length
2023-03-24native: add comment for future selfChloe Kudryavtsev-1/+2
in case gc breaks you know, as it well could
2023-03-24native: fix mime stuffChloe Kudryavtsev-5/+4
tl;dr jurl now discovers libcurl bugs due to how complete it is https://github.com/curl/curl/issues/10834
2023-03-24native: rework mimepart entirelyChloe Kudryavtsev-59/+100
2023-03-24native: use getslist universallyChloe Kudryavtsev-1/+1
2023-03-24native: ok this is kind of big, see rest of messageChloe Kudryavtsev-3/+15
splitting this like usual was too much effort sorry * implement mime-headers * move util stuff out of jurl.c * reorganize header a bit (will do more of this soon) * make cleanup universal * wrap slist generation
2023-03-23all: implement mime-data-cbChloe Kudryavtsev-3/+63
2023-03-23reorganizeChloe Kudryavtsev-0/+0
jurl-native moved to jurl/native some of the renaming hasn't been done yet
2023-03-23native: implement curl_mime*Chloe Kudryavtsev-0/+163