aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorLines
2023-03-24native: cleanup, jurl.c editionChloe Kudryavtsev-27/+27
2023-03-24native: continue reorganizing: main.c editionChloe Kudryavtsev-86/+96
2023-03-24native: reorganize jurl.hChloe Kudryavtsev-20/+29
It's kind of a pain to find things quickly right now, so I'm sorting everything. Please wait patiently (for you it's all one big push so you're done waiting).
2023-03-24native: fix warningChloe Kudryavtsev-1/+1
"fix"
2023-03-24native: implement -blobChloe Kudryavtsev-8/+20
Is this it? Am I done?
2023-03-24native: fix another segfaultChloe Kudryavtsev-1/+1
I am bad at C I am just humble lua developer plz forgib
2023-03-24native: use getslist universallyChloe Kudryavtsev-13/+3
2023-03-24native: ok this is kind of big, see rest of messageChloe Kudryavtsev-94/+131
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-23native: fix two potential runoffsChloe Kudryavtsev-0/+2
2023-03-23Revert "native: NULL-terminate all struct[]s"Chloe Kudryavtsev-12/+9
This reverts commit 5ebde8722822ddac5b79755dbeb4c404f1c879fa.
2023-03-23native: fix nasty bugChloe Kudryavtsev-1/+1
thank you libasan
2023-03-23native: NULL-terminate all struct[]sChloe Kudryavtsev-9/+12
2023-03-23native: add OO-like setopt and getoptChloe Kudryavtsev-3/+26
caveat: if you put, it doesn't return the code instead, it panics on failure
2023-03-23native: implement ssl and security optsChloe Kudryavtsev-1/+105
2023-03-23native: implement mimepostChloe Kudryavtsev-1/+7
2023-03-23all: implement mime-data-cbChloe Kudryavtsev-4/+64
2023-03-23native: main: remove prefixes and rename moduleChloe Kudryavtsev-30/+30
2023-03-23reorganizeChloe Kudryavtsev-0/+1601
jurl-native moved to jurl/native some of the renaming hasn't been done yet