summaryrefslogtreecommitdiff
path: root/xs_curl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xs_webmention.h new file.Gravatar grunfink2025-05-041-2/+2
|
* Fixed length error in xs_smtp_request().Gravatar grunfink2025-04-271-1/+2
|
* Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-02-171-0/+11
|\
| * Show the POST status also as string.Gravatar default2025-02-171-0/+11
| |
* | enforce tls when supported && add testsGravatar shtrophic2025-01-241-6/+16
| |
* | add xs_smtp_requestGravatar shtrophic2025-01-201-0/+36
|/
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* Backport from xs.Gravatar default2024-08-301-2/+1
|
* Added more const.Gravatar default2024-05-231-2/+2
|
* Added const everywhere.Gravatar default2024-05-211-1/+1
|
* Backport from xs.Gravatar default2024-03-091-3/+2
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* Be more strict in not retrying on permanent errors.Gravatar default2023-08-091-2/+7
|
* Backport from xs.Gravatar default2023-08-091-3/+7
|
* Updated comment in headers.Gravatar default2023-07-281-1/+1
|
* Fixed webfinger and curl issuesGravatar poesty2023-05-071-2/+3
|
* Fix heap overflow from curl-originating buffersGravatar Saagar Jha2023-04-101-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.Gravatar default2023-03-301-1/+1
|
* Changed the way the content-length is set.Gravatar default2023-03-031-3/+1
|
* Minor header tweaks.Gravatar default2023-02-021-6/+8
|
* Backport from xs.Gravatar default2023-02-021-2/+2
|
* Backport from xs.Gravatar default2023-01-281-10/+12
|
* Use a shorter timeout for first output connections.Gravatar default2023-01-241-5/+8
|
* Updated year in copyright notices.Gravatar default2023-01-171-1/+1
|
* Backport from xs.Gravatar default2023-01-121-2/+2
|
* Backport from xs.Gravatar default2023-01-081-1/+1
|
* More curl timeout tweaks.Gravatar default2022-12-241-3/+1
|
* Backport from xs.Gravatar default2022-12-171-0/+2
|
* Don't force HTTP/1.1 connections by default.Gravatar default2022-12-161-0/+2
|
* Ensure that pd variable stays in scope while curl request runsGravatar Toby Jaffey2022-12-101-1/+4
| | | | Fix for #19
* Backport from xs.Gravatar default2022-11-041-0/+3
|
* Backport from xs.Gravatar default2022-10-261-0/+2
|
* Backport from xs.Gravatar default2022-10-251-2/+2
|
* Alert if _timeline_find_fn() finds more than one file.Gravatar default2022-10-051-2/+2
|
* More work in http signed request.Gravatar default2022-09-211-4/+1
|
* Imported changes from xs.Gravatar default2022-09-201-0/+2
|
* Renamed xs_splitn() to xs_split_n().Gravatar default2022-09-191-1/+1
|
* Imported xs.Gravatar default2022-09-191-0/+177