Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-30 | Backport from xs. | default | |
2024-05-23 | Added more const. | default | |
2024-05-21 | Added const everywhere. | default | |
2024-03-09 | Backport from xs. | default | |
2024-01-04 | Updated copyright year. | default | |
2023-08-09 | Be more strict in not retrying on permanent errors. | default | |
2023-08-09 | Backport from xs. | default | |
2023-07-28 | Updated comment in headers. | default | |
2023-05-07 | Fixed webfinger and curl issues | poesty | |
2023-04-10 | Fix heap overflow from curl-originating buffers | Saagar Jha | |
Most of xs.h seems to expect that buffers are rounded up to block size, so we should preserve that invariant here. (In particular, xs_expand will avoid calling xs_realloc if the new size fits in the same block, which means that if we don't pad out the data it will expand out of the memory we're allocated.) | |||
2023-03-30 | Backport from xs. | default | |
2023-03-03 | Changed the way the content-length is set. | default | |
2023-02-02 | Minor header tweaks. | default | |
2023-02-02 | Backport from xs. | default | |
2023-01-28 | Backport from xs. | default | |
2023-01-24 | Use a shorter timeout for first output connections. | default | |
2023-01-17 | Updated year in copyright notices. | default | |
2023-01-12 | Backport from xs. | default | |
2023-01-08 | Backport from xs. | default | |
2022-12-24 | More curl timeout tweaks. | default | |
2022-12-17 | Backport from xs. | default | |
2022-12-16 | Don't force HTTP/1.1 connections by default. | default | |
2022-12-10 | Ensure that pd variable stays in scope while curl request runs | Toby Jaffey | |
Fix for #19 | |||
2022-11-04 | Backport from xs. | default | |
2022-10-26 | Backport from xs. | default | |
2022-10-25 | Backport from xs. | default | |
2022-10-05 | Alert if _timeline_find_fn() finds more than one file. | default | |
2022-09-21 | More work in http signed request. | default | |
2022-09-20 | Imported changes from xs. | default | |
2022-09-19 | Renamed xs_splitn() to xs_split_n(). | default | |
2022-09-19 | Imported xs. | default | |