aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fail closed and brand reproducible build inputsMonzero Build System3 hours6-26/+28
|
* Merge pull request #10779v0.18.5.1tobtoht2026-06-302-2/+2
|\ | | | | | | | | | | d67a8d8 build: prepare v0.18.5.1 (selsta) ACKs: SNeedlewoods, plowsof
| * build: prepare v0.18.5.1selsta2026-06-292-2/+2
| |
* | http: share deterministic header field parserselsta2026-06-213-103/+124
| |
* | depends: openssl: update to 3.0.21tobtoht2026-06-091-3/+3
|/
* Merge pull request #10697tobtoht2026-06-071-1/+1
|\ | | | | | | dedae52 fix off-by-one over-read in match_string2 unicode escape parsing (alhudz)
| * fix off-by-one over-read in match_string2 unicode escape parsingalhudz2026-06-011-1/+1
| |
* | Merge pull request #10698tobtoht2026-06-062-18/+60
|\ \ | | | | | | | | | | | | b7ca9e7 p2p: close zone connections before stopping net servers (selsta) ec60113 p2p: make stop signal idempotent (selsta)
| * | p2p: close zone connections before stopping net serversselsta2026-06-032-18/+56
| | |
| * | p2p: make stop signal idempotentselsta2026-06-011-1/+5
| |/
* | Merge pull request #10495tobtoht2026-06-051-1/+3
|\ \ | | | | | | | | | c5c9420 p2p: cleaner connection close() (j-berman)
| * | p2p: cleaner connection close()j-berman2026-04-281-1/+3
| | |
* | | Merge pull request #10660tobtoht2026-06-041-5/+11
|\ \ \ | |_|/ |/| | | | | 874b7eb gitian: optional APT cacher for docker builds (vdo)
| * | gitian: optional APT cacher for docker buildsvdo2026-06-041-5/+11
| | |
* | | Merge pull request #10654tobtoht2026-05-272-4/+29
|\ \ \ | | | | | | | | | | | | 98bc2ec depends: unbound: update to 1.25.1 (tobtoht)
| * | | depends: unbound: update to 1.25.1tobtoht2026-05-252-4/+29
| | | |
* | | | Merge pull request #10642tobtoht2026-05-271-15/+17
|\ \ \ \ | | | | | | | | | | | | | | | 98b350f contrib: fix unaligned&aliased levin buffer reads (jeffro256)
| * | | | contrib: fix unaligned&aliased levin buffer readsjeffro2562026-05-211-15/+17
| |/ / / | | | | | | | | | | | | Co-authored-by: selsta <selsta@users.noreply.github.com>
* | | | Merge pull request #10555tobtoht2026-05-251-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 0d49006 depends: explicitely enable cross-compile mode for autoconf (tobtoht)
| * | | | depends: explicitely enable cross-compile mode for autoconftobtoht2026-05-251-1/+1
| |/ / /
* / / / depends: libusb: update to 1.0.30tobtoht2026-05-241-2/+8
|/ / /
* | | epee: skip IPv4 TOS option for non-IPv4 peersiuyua92026-05-141-8/+10
| | |
* | | epee: fix memory leak with readlineComputeryPony2026-05-091-1/+2
| | |
* | | Merge pull request #10406v0.18.5.0tobtoht2026-05-032-2/+2
|\ \ \ | | | | | | | | | | | | 1f1e74b build: prepare v0.18.5.0 (selsta)
| * | | build: prepare v0.18.5.0selsta2026-04-282-2/+2
| | | |
* | | | p2p: wait_for on shutdown instead of indefinite waitj-berman2026-04-281-3/+7
| |_|/ |/| |
* | | daemon: remove miniupnptobtoht2026-04-261-1/+0
| |/ |/|
* | connection: try-catch handlesj-berman2026-04-212-1/+17
|/
* Merge pull request #10401tobtoht2026-04-074-19/+50
|\ | | | | | | 7bc2d5a p2p: fix hanging shutdown (j-berman)
| * p2p: fix hanging shutdownj-berman2026-04-044-19/+50
| |
* | Merge pull request #10400tobtoht2026-04-072-0/+5
|\ \ | |/ |/| | | 0e45918 Add support for Loongarch (YalingFang)
| * Add support for LoongarchYalingFang2026-04-042-0/+5
| |
* | Cleanup some of the fragmented levin handlingLee *!* Clagett2026-03-311-4/+12
| |
* | Merge pull request #10387tobtoht2026-03-311-0/+1
|\ \ | | | | | | | | | f60b400 abstract_tcp_server2: add missing return (selsta)
| * | abstract_tcp_server2: add missing returnselsta2026-03-271-0/+1
| |/
* / Harden HTTP client authLee *!* Clagett2026-03-131-2/+11
|/
* Merge pull request #10318tobtoht2026-02-182-2/+2
|\ | | | | | | a1a106d build: prepare v0.18.4.6 (selsta)
| * build: prepare v0.18.4.6selsta2026-02-132-2/+2
| |
* | Merge pull request #10298tobtoht2026-02-032-62/+105
|\ \ | | | | | | | | | ee9e4a4 p2p: connection patches (j-berman)
| * | p2p: connection patchesj-berman2026-02-022-62/+105
| |/ | | | | | | | | | | | | - Make sure the server sends a complete response when the client includes the "Connection: close" header. - Make sure the server terminates in `m_strand` to avoid concurrent socket closure and ops processing.
* / depends: openssl: update to 3.0.19tobtoht2026-01-291-2/+2
|/
* Merge pull request #10262v0.18.4.5tobtoht2025-12-292-2/+2
|\ | | | | | | ec34c5b build: prepare v0.18.4.5 (selsta)
| * build: prepare v0.18.4.5selsta2025-12-292-2/+2
| |
* | epee: add missing cstdint includetobtoht2025-12-111-0/+1
|/
* depends: hidapi: update to 0.15.0tobtoht2025-11-242-25/+3
|
* Merge pull request #10199tobtoht2025-11-112-2/+2
|\ | | | | | | 64f2d8e build: prepare v0.18.4.4 (selsta)
| * build: prepare v0.18.4.4selsta2025-11-102-2/+2
| |
* | Fix logging deadlockj-berman2025-11-111-2/+10
|/
* build: prepare v0.18.4.3selsta2025-10-072-2/+2
|
* epee: only parse valid portselsta2025-08-311-3/+11
| | | | Reported by hacksandhops and Ada Logic.