Commit Graph
8747 Commits
Author SHA1 Message Date
orignal aeda3bc006 delete expired unacked datagrams. drop packets if window is full 2025-11-25 17:15:48 -05: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
orignal ab6dbe620c send ack request every RTT milliseconds 2025-10-25 17:57:46 -04:00
orignal bdc8263196 send ack to repliable datagram only if requested 2025-10-21 16:05:33 -04:00
orignal a6d8203f1c shedule ack timer for repliable datagram3 2025-10-21 13:27:56 -04:00
orignal 1891bd5ba5 raise confirmation alert before quit 2025-10-18 09:55:36 -04:00
orignal 80080fd8f5 show tunnels in Tunnels menu 2025-10-15 16:30:16 -04:00
orignal 50b780c9f5 Merge pull request #2255 from Jercik/feature/i2pcontrol-ipv6-status-metric
Add IPv6 network status metric to I2PControl
2025-10-14 22:12:56 -04:00
Łukasz Jerciński 001744514b refactor(i2pcontrol): remove redundant newlines in NetStatusV6Handler 2025-10-14 13:09:56 +02:00
Łukasz Jerciński 23821f3eae feat(i2pcontrol): add IPv6 network status metric 2025-10-14 08:38:15 +02:00
orignal 675b82dfdd use Mapping for I2CP options 2025-10-13 18:28:51 -04:00