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