| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More fixes to libcurl warnings. | 2025-10-24 | 1 | -5/+5 | |
| | | |||||
| * | Added cast to curl_read_callback functions to mute warnings. | 2025-10-24 | 1 | -4/+4 | |
| | | |||||
| * | xs_webmention.h new file. | 2025-05-04 | 1 | -2/+2 | |
| | | |||||
| * | Fixed length error in xs_smtp_request(). | 2025-04-27 | 1 | -1/+2 | |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into curl-smtp | 2025-02-17 | 1 | -0/+11 | |
| |\ | |||||
| | * | Show the POST status also as string. | 2025-02-17 | 1 | -0/+11 | |
| | | | |||||
| * | | enforce tls when supported && add tests | 2025-01-24 | 1 | -6/+16 | |
| | | | |||||
| * | | add xs_smtp_request | 2025-01-20 | 1 | -0/+36 | |
| |/ | |||||
| * | Bumped copyright year. | 2025-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2024-08-30 | 1 | -2/+1 | |
| | | |||||
| * | Added more const. | 2024-05-23 | 1 | -2/+2 | |
| | | |||||
| * | Added const everywhere. | 2024-05-21 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2024-03-09 | 1 | -3/+2 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Be more strict in not retrying on permanent errors. | 2023-08-09 | 1 | -2/+7 | |
| | | |||||
| * | Backport from xs. | 2023-08-09 | 1 | -3/+7 | |
| | | |||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Fixed webfinger and curl issues | 2023-05-07 | 1 | -2/+3 | |
| | | |||||
| * | Fix heap overflow from curl-originating buffers | 2023-04-10 | 1 | -1/+1 | |
| | | | | | | | | | 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.) | ||||
| * | Backport from xs. | 2023-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Changed the way the content-length is set. | 2023-03-03 | 1 | -3/+1 | |
| | | |||||
| * | Minor header tweaks. | 2023-02-02 | 1 | -6/+8 | |
| | | |||||
| * | Backport from xs. | 2023-02-02 | 1 | -2/+2 | |
| | | |||||
| * | Backport from xs. | 2023-01-28 | 1 | -10/+12 | |
| | | |||||
| * | Use a shorter timeout for first output connections. | 2023-01-24 | 1 | -5/+8 | |
| | | |||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-01-12 | 1 | -2/+2 | |
| | | |||||
| * | Backport from xs. | 2023-01-08 | 1 | -1/+1 | |
| | | |||||
| * | More curl timeout tweaks. | 2022-12-24 | 1 | -3/+1 | |
| | | |||||
| * | Backport from xs. | 2022-12-17 | 1 | -0/+2 | |
| | | |||||
| * | Don't force HTTP/1.1 connections by default. | 2022-12-16 | 1 | -0/+2 | |
| | | |||||
| * | Ensure that pd variable stays in scope while curl request runs | 2022-12-10 | 1 | -1/+4 | |
| | | | | | Fix for #19 | ||||
| * | Backport from xs. | 2022-11-04 | 1 | -0/+3 | |
| | | |||||
| * | Backport from xs. | 2022-10-26 | 1 | -0/+2 | |
| | | |||||
| * | Backport from xs. | 2022-10-25 | 1 | -2/+2 | |
| | | |||||
| * | Alert if _timeline_find_fn() finds more than one file. | 2022-10-05 | 1 | -2/+2 | |
| | | |||||
| * | More work in http signed request. | 2022-09-21 | 1 | -4/+1 | |
| | | |||||
| * | Imported changes from xs. | 2022-09-20 | 1 | -0/+2 | |
| | | |||||
| * | Renamed xs_splitn() to xs_split_n(). | 2022-09-19 | 1 | -1/+1 | |
| | | |||||
| * | Imported xs. | 2022-09-19 | 1 | -0/+177 | |