orignal
8ff60128fe
local delivery type for multi cloves garlic message
2025-12-10 18:02:22 -05:00
orignal
1ce9671878
send multiple cloves garlic message for datagrams
2025-12-10 16:04:33 -05:00
orignal
59b50e7c57
use weak_ptr for peding sessions
2025-12-04 19:16:14 -05:00
orignal
99ed95c7eb
Request ack more often
2025-12-03 15:07:30 -05:00
orignal
a95b1ce061
removing the window size growth rate limit
2025-11-29 11:14:31 -05:00
orignal
639d9fb271
Merge pull request #2268 from Jercik/fix/i2pcontrol-case-sensitive-header
...
Handle all lowercase `content-length` header in I2PControl
2025-11-25 21:30:57 -05:00
orignal
162e70a9ea
drop packet if window is full on server side
2025-11-25 20:43:35 -05:00
orignal
aeda3bc006
delete expired unacked datagrams. drop packets if window is full
2025-11-25 17:15:48 -05:00
Łukasz Jerciński
e4365e5aeb
fix(I2PControl): use boost::iequals for RFC-compliant Content-Length parsing
...
Use case-insensitive comparison via boost::iequals to handle all
Content-Length header variations per RFC 2616.
2025-11-25 18:26:17 +01:00
Łukasz Jerciński
86ddc033e5
fix(I2PControl): handle case-insensitive Content-Length header
...
HTTP headers are case-insensitive per RFC 7230. The previous code only
matched "Content-Length" exactly, causing requests with lowercase
"content-length" (common in Rust's hyper/reqwest and other HTTP/2-derived
clients) to fail with JSON parse errors when payloads exceeded the
initial 1024-byte buffer read.
Now accepts both "Content-Length" and "content-length" header names.
2025-11-25 13:03:52 +01:00
orignal
4618534ca9
close stream if too many unacked packets on session level
2025-11-22 11:21:57 -05:00
Darkcyankitty
042f861c2a
Hardening for i2pd. service ( #2229 )
2025-11-22 11:04:04 +03:00
orignal
776d6b3043
Merge pull request #2261 from Jercik/feature/i2pcontrol-net-error-metrics
...
Add network error and testing metrics to i2pcontrol
2025-11-20 21:08:31 -05:00
Łukasz Jerciński
470c7dcdcb
Add network testing state metrics to i2pcontrol API
2025-11-19 10:07:27 +01:00
Łukasz Jerciński
d3b44ea7df
Add network error metrics to i2pcontrol API
2025-11-19 10:00:25 +01:00
orignal
7bc7cdec36
don't run peer test if limited connectivity
2025-11-18 13:35:32 -05:00
orignal
a52f619d6a
implement stan mode
2025-11-17 21:46:32 -05:00
orignal
b54f2ff5db
Merge pull request #2260 from LLE8/fixi2pcontrol
...
add trailing newline character in i2pcontrol json response
2025-11-17 21:24:21 -05:00
Anon2025
d64030e255
add trailing newline in i2pcontrol json response
2025-11-17 13:56:38 +03:00
orignal
4c2c06fda8
call UnixDaemon::start for daemon mode
2025-11-12 16:07:58 -05:00
orignal
92e3d29f22
Merge pull request #2259 from 5nefarious/bugfix/fedora-43
...
Fix missing group and user dependencies
2025-11-11 19:54:53 -05:00
Arvin Ignaci
49243f5586
Fix spec file for Git-based build
2025-11-11 17:15:41 -07:00
Arvin Ignaci
85dc3d7f67
Specify provided group and user in spec
2025-11-11 17:04:21 -07:00
orignal
640e5261fb
Merge pull request #2258 from LLE8/fixtypo
...
fix typos in i2pd.conf
2025-11-11 16:17:44 -05:00
orignal
9b181c391f
create new stream only if bandwidth is available. Close non-responding streams
2025-11-10 20:28:22 -05:00
Anon2025
1f6cee7f77
fix typos in i2pd.conf
2025-11-10 13:42:14 +03:00
R4SAS
474cda03ad
[makefile] homebrew: macOS on Intel uses old path
2025-11-08 01:49:58 +03:00
R4SAS
b1e7a2c575
[gha] macos: fix make flags
2025-11-08 01:33:22 +03:00
R4SAS
1b6cfcac73
[gha] macos: test static build
2025-11-08 01:29:22 +03:00
R4SAS
fccd47b125
[makefile] homebrew: expect openssl 3.5 for build, remove unused boost libraries linking
2025-11-08 01:24:02 +03:00
R4SAS
dc8de380a0
[gha] macos: more tests
2025-11-08 01:05:45 +03:00
R4SAS
cc6e961662
[gha] macos: test with arm64
2025-11-08 00:59:57 +03:00
R4SAS
fa456164ba
[gha] macos: more tests
2025-11-08 00:58:20 +03:00
R4SAS
d9d7e98d38
[gha] macos: another test
2025-11-08 00:53:18 +03:00
R4SAS
1a8a0df1df
[gha] limit macos concurrent build to one
2025-11-08 00:42:58 +03:00
R4SAS
f386b2e209
[gha] macos: test with different target systems
2025-11-08 00:36:16 +03:00
R4SAS
9771d62892
[gha] docker: enable build and tag merging back
2025-11-08 00:11:36 +03:00
R4SAS
57df4e28eb
[gha] docker: test only merging with other tag definition [2]
2025-11-08 00:07:53 +03:00
R4SAS
c56fceb444
[gha] docker: test only merging with other tag definition
2025-11-08 00:06:36 +03:00
R4SAS
e7000ca250
[gha] docker: updating option names, locking action to specified version
2025-11-07 23:27:04 +03:00
orignal
f94990c870
i2pheaders param for HTTP server tunnel
2025-11-02 12:09:06 -05:00
orignal
cfcd0261c3
ack timer for UDP server tunnel session
2025-10-30 21:15:17 -04:00
orignal
5b8c5a5eff
calculate RTT for server tunnel session. Common UDPConnection
2025-10-30 19:05:24 -04:00
R4SAS
c2556b9b9d
[gha] disable windows xp build
2025-10-30 19:37:58 +03:00
orignal
421c7653e5
calculate average RTT
2025-10-29 20:48:42 -04:00
orignal
06a86f31a1
exclude boost_system
2025-10-28 17:24:48 -04:00
orignal
e0c2711607
update yggdrasil reseed
2025-10-28 17:07:20 -04:00
orignal
e73f738bfa
assign next available UDP port to UDP associate
2025-10-26 21:09:12 -04:00
orignal
aafaebc560
read UDP associate socket until close
2025-10-26 19:19:56 -04:00
orignal
689a35c142
impement UDP associate in SOCKS proxy
2025-10-26 18:39:53 -04:00