| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-07-02 | patch against getcbytes bug, to be tested on linux | -10/+45 | ||
| I didn't catch this in development because macos helpfully zeroes out all malloc pages on allocation, so my buffers *were* \0-terminated. Getcbytes is called in a few spots, namely in setopt, and 4 mime functions. We only ever call setopt using the partial `pt`, so we can just `comp` it with `freeze`. As for mime, we insert a `freeze` in each of the 4 handlers. Either way, also backport the new getcbytes, which still has the failure condition, but only under very specific circumstances. | ||||
| 2023-05-07 | native: polyfills for get/opt cbytes | -9/+29 | ||
| 2023-04-03 | native: fix non-zeroed initialization | -0/+11 | ||
| When we initialize an slist but it's meant to be empty, it might not be zero-allocated and thus recognize it's null. Therefore, explicitly zero-initialize jurl_cleanup->slist. | ||||
| 2023-04-03 | native: make strings more permissive | -6/+15 | ||
| * adds a getcbytes that accepts any JanetBytes * use it across the board, except where we can inform curl of the length | ||||
| 2023-04-02 | native: fix gc allocation error in jurl :dup | -1/+1 | ||
| 2023-03-28 | native: fix compat with curl as old as 7.81.0 | -0/+8 | ||
| 2023-03-27 | native: correct classification mistake | -2/+2 | ||
| cookiejar etc just take a filename | ||||
| 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 | native: implement getinfo on enums and bitmasks | -9/+122 | ||
| 2023-03-26 | native: implement getinfo slists | -4/+27 | ||
| 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-24 | native: add comment for future self | -1/+2 | ||
| in case gc breaks you know, as it well could | ||||
| 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 | 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 | -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-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 | native: add OO-like setopt and getopt | -3/+26 | ||
| caveat: if you put, it doesn't return the code instead, it panics on failure | ||||
| 2023-03-23 | native: implement ssl and security opts | -1/+105 | ||
| 2023-03-23 | native: implement mimepost | -1/+7 | ||
| 2023-03-23 | all: implement mime-data-cb | -4/+64 | ||
| 2023-03-23 | native: main: remove prefixes and rename module | -30/+30 | ||
| 2023-03-23 | reorganize | -0/+1601 | ||
| jurl-native moved to jurl/native some of the renaming hasn't been done yet | ||||
