| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-28 | janet: add documentation to pipeline api | -6/+60 | ||
| 2023-03-28 | janet: improve defapi to do smarter merging | -22/+23 | ||
| this means I can simplify all the defapi calls | ||||
| 2023-03-28 | janet: move handle into request as client | -2/+4 | ||
| 2023-03-27 | janet: initial fancy api preview | -0/+59 | ||
| 2023-03-27 | janet: fix mime-related bug | -13/+19 | ||
| tl;dr mimepost is at odds with post so if we mimepost, do not change method this means you cannot mimepost with a put but that's probably fine | ||||
| 2023-03-27 | janet: format using %V | -4/+4 | ||
| 2023-03-27 | janet: pass in cookies | -2/+4 | ||
| 2023-03-27 | native: correct classification mistake | -2/+2 | ||
| cookiejar etc just take a filename | ||||
| 2023-03-26 | meta: readme s/\t/ /g | -5/+5 | ||
| 2023-03-26 | meta: add installation cmd | -0/+2 | ||
| 2023-03-26 | meta: add contributing | -4/+21 | ||
| 2023-03-26 | meta: update readme and project metadata | -9/+51 | ||
| 2023-03-26 | janet: fix mime data filename missing handle ref | -1/+1 | ||
| 2023-03-26 | janet: add docs to jurl, improve qol | -39/+118 | ||
| 2023-03-26 | native: remove prefixes from authentication keys | -23/+23 | ||
| mostly because they're semi-likely to be used quite often | ||||
| 2023-03-26 | janet: no longer sort multivalue header lists | -3/+3 | ||
| 2023-03-26 | janet: remove jurl/writer | -40/+0 | ||
| no longer needed, we just use postfields, it's fine | ||||
| 2023-03-26 | janet: add jurl/text documentation | -5/+27 | ||
| 2023-03-26 | jurl: add docs to jurl/mime | -8/+35 | ||
| 2023-03-26 | janet: also pass handle | -0/+2 | ||
| you can use that to "continue" a session by passing it further, or to get extra info | ||||
| 2023-03-26 | native: implement getinfo on enums and bitmasks | -9/+122 | ||
| 2023-03-26 | janet: implement headers and cookies | -23/+98 | ||
| sadly, I no longer (promise to) parse cookies for you | ||||
| 2023-03-26 | native: implement getinfo slists | -4/+27 | ||
| 2023-03-25 | jurl: initial client preview | -48/+133 | ||
| pipeline stuff for generating request opts coming still | ||||
| 2023-03-25 | native: allow write callback to handle <size bytes | -2/+5 | ||
| 2023-03-25 | native: use a macro for size of jurl_opts | -2/+3 | ||
| 2023-03-25 | janet: also recognize jurl-mime in jurl/mime | -2/+4 | ||
| 2023-03-25 | janet: misc alignment | -4/+4 | ||
| 2023-03-25 | janet: improve example in jurl/mime | -3/+3 | ||
| 2023-03-25 | janet: bring jurl/mime up to speed | -32/+39 | ||
| it's also quite a bit nicer with the :body handling now | ||||
| 2023-03-24 | native: add comment for future self | -1/+2 | ||
| in case gc breaks you know, as it well could | ||||
| 2023-03-24 | jurl: update mime module | -2/+2 | ||
| you have to give it the handle now I sure hope this won't be a problem with GC | ||||
| 2023-03-24 | native: fix mime stuff | -6/+4 | ||
| tl;dr jurl now discovers libcurl bugs due to how complete it is https://github.com/curl/curl/issues/10834 | ||||
| 2023-03-24 | native: rework mimepart entirely | -63/+113 | ||
| 2023-03-24 | native: cleanup: add elaborative comments | -0/+8 | ||
| 2023-03-24 | native: cleanup, jurl.c edition | -27/+27 | ||
| 2023-03-24 | native: continue reorganizing: main.c edition | -86/+96 | ||
| 2023-03-24 | native: reorganize jurl.h | -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-24 | janet: add writer helper module | -0/+39 | ||
| 2023-03-24 | native: fix warning | -1/+1 | ||
| "fix" | ||||
| 2023-03-24 | native: implement -blob | -8/+20 | ||
| Is this it? Am I done? | ||||
| 2023-03-24 | native: fix another segfault | -1/+1 | ||
| I am bad at C I am just humble lua developer plz forgib | ||||
| 2023-03-24 | native: use getslist universally | -13/+3 | ||
| 2023-03-24 | native: ok this is kind of big, see rest of message | -110/+149 | ||
| 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-23 | native: fix two potential runoffs | -0/+2 | ||
| 2023-03-23 | Revert "native: NULL-terminate all struct[]s" | -12/+9 | ||
| This reverts commit 5ebde8722822ddac5b79755dbeb4c404f1c879fa. | ||||
| 2023-03-23 | native: fix nasty bug | -1/+1 | ||
| thank you libasan | ||||
| 2023-03-23 | native: NULL-terminate all struct[]s | -9/+12 | ||
| 2023-03-23 | janet: add example of get/put interface in init | -2/+3 | ||
| 2023-03-23 | native: add OO-like setopt and getopt | -3/+26 | ||
| caveat: if you put, it doesn't return the code instead, it panics on failure | ||||
