Commit Graph

2364 Commits (e4962b855f14d1f0baa7a017fbd422c9ef9ca7e7)

Author SHA1 Message Date
orignal ac876a0cd5 use boost::filesystem for Mac OS X 2 months ago
orignal 4a4b76141a C++20 support 2 months ago
orignal a93043f064 check for __cpp_lib_filesystem 2 months ago
orignal ae309ca632 use std::filesystem for C++17 2 months ago
orignal 3ff79038b5 handle individual NACKs 2 months ago
orignal da0e527777 termination check timeout variance 2 months ago
orignal 66223792f3 use std::mt19937 instead rand(). termination timeout variance 2 months ago
orignal a69eade1f4 use pool's rng for random tunnel/remote lease selection 2 months ago
orignal e7423b1ffc save timestamp from epoch instead local time to profiles 2 months ago
orignal ff5c76f8f2 don't include expired lease to LeaseSet for I2Cp 2 months ago
orignal 0191e58b05 adjust number of leases in LS2 if expired tunnels 2 months ago
orignal c43926083e don't include already expired lease to LeaseSet 2 months ago
orignal bd98f2c3ee max flush interval 2 months ago
orignal 02c52f59cb max flush interval 2 months ago
orignal fa218d3cf5 reset routing path if session is stuck 2 months ago
orignal d169b422da drop window if remote lease changes 2 months ago
orignal 7be64dad89 limit number of resent packets at the time 2 months ago
orignal 3720a5fce3 don't select same peer too often 2 months ago
orignal 0df895b6a7 check minimal router version for connected peer selection 2 months ago
orignal 32ab95478e check crypto type and congestion of connected peer for tunnel 2 months ago
orignal 28adb54c0a don't send quick ack for each duplicated packet 2 months ago
orignal b4fcf76480 fixed warning 2 months ago
orignal fb8e0e1b5b limit stream's inbound speed 2 months ago
orignal 41dd8b527d reduce number of acks being sent 2 months ago
orignal 7376f7c399 generate max number of tags for follow on tagsets 2 months ago
orignal d47ae3012a periodic sending ack requests in ECEISX25519 session and dead path detection in I2CP 2 months ago
orignal 09dbe9fc03 check option and packet length 2 months ago
orignal 11328a429d set minimal resend interval. Resend attempt after only Ack 2 months ago
orignal 0c924836cf fixed AEAD verification for LibreSSL 2 months ago
orignal 52a313bb65 force LeaseSet timestamp update if published at the same second 2 months ago
orignal d75f15104e select only established sessions for peer tests 2 months ago
orignal b306bf2db9 don't handle connect timer for already terminated session 2 months ago
orignal 349c4e30b6 correct receive ratchet tagsetid calculation 2 months ago
orignal 3c69e0b2af keep sending reverse key until tag received on new tagset 2 months ago
orignal 42782944fb Streaming congestion control improvements. Patch by onon 3 months ago
orignal efd754eb93 set min pacing time to 250 microseconds 3 months ago
orignal db4208e2e2 fixed 3 months ago
orignal fe740249a5 2.53.1 3 months ago
orignal 86f86fc711 fixed #2078. don't stop service when destination stops 3 months ago
orignal 1410fa5c21 added i2cp.inboundlimit and i2cp.outboundlimit 3 months ago
orignal 3a4833aa67
Merge pull request #2017 from Vort/show_bw_caps
show bandwidth caps for hops
3 months ago
orignal d3062d2994 don't create full identity from buffer if only ident hash is needed 3 months ago
orignal d7ff459f12 include tagsetid into msgid 3 months ago
orignal f232c8f2df don't limit num attempts in routing path. Increased routing path expiration to 2 minutes 3 months ago
orignal f6ddcd432e removed openssl/engine.h 3 months ago
orignal bed5a18294 2.53.0 3 months ago
orignal 45221da1dc floodfill must have published ipv6 if no published ipv4 3 months ago
orignal 8440633614 increased number of floodfills threshold to 1200 3 months ago
orignal 50f455e0a2 make a floodfill eligble if reachable by ipv4 3 months ago
orignal 5fbcfadd6d set min floodfill version to 0.9.59 3 months ago
orignal 5af13849a9 check if offline signature is expired when load keys 3 months ago
orignal a9c486d7a1 fixed stream hanging due to inactivity. Smoother RTT 3 months ago
orignal 8c0a1197d7 drop incoming SSU2 session from duplicated router 3 months ago
orignal 4e5f5c218a mark router as dup0licted only if address mismatch 3 months ago
orignal 64cc59d1e9 recognize duplicated routers and store duplicated flag in profile 3 months ago
orignal 0c943f4405 use received RouterInfo if older than one in netdb 3 months ago
orignal 37d3d9e604 removed openssl 1.0.2 support 3 months ago
orignal d23451fdf6 delete unused variable 4 months ago
orignal d843502832 calculate min pacing time. Return wrongly removed line 4 months ago
orignal 0428b5ece1 limit stream's outbound speed 4 months ago
orignal df787060c3 stop destination's thread before cleanup 4 months ago
orignal ea9c69cd53 some cleanup 4 months ago
orignal 199d149bed improved congestion control 4 months ago
orignal ff8941af71 check if address is still introducer before trying to introduce 4 months ago
orignal f125936b2e try to lookup other introducers' routers if found out doesn't have applicable addresses 4 months ago
orignal 457b64f92d try to connect to introducer through any available address 4 months ago
orignal 6caec6b551 check if updated router is still introducer. Remove non-introducer sessions from introducers list 4 months ago
orignal 362edc68ad removed ls's reseed 4 months ago
orignal 29872fc003 check if local address exists 4 months ago
orignal 81d383c99e don't pick routers older that 0.9.58 for client tunnels 4 months ago
orignal 12653f2fe4 don't try introducer with invalid address. Terminate session immediately if appropriate introducer not found 4 months ago
orignal 43f5ba286c update congestion caps before initial publishing 4 months ago
orignal f990a2f69f don't reply with relay tag if we are not on introducer on that address 4 months ago
orignal 0b97b4294c don't request relay tag for every session if we have enough introducers 4 months ago
orignal 4178ac8eac select newest introducers to publish 4 months ago
orignal 6a590bf970 use std::mt19937 instead rand() 4 months ago
orignal 2f847d62bb fixed typo 4 months ago
orignal df6d48dbae request only not found routers from introducers 4 months ago
orignal bacce7dc60 fixed introducer's index 4 months ago
orignal b3314380cc don't use expired introducer even if we a session with it 4 months ago
orignal d4eea61b82 use mt19937 instead rand 5 months ago
orignal a1995c13cd flood to 2 next day closest floodfills before UTC midnight 5 months ago
orignal bc8adf1433 move unsent I2NP messages to new session if replaced 5 months ago
orignal a1322d4667 move unsent I2NP messages to new session if replaced 5 months ago
orignal 4100249313 removed bootstrap from floodfill. Removed requested destinations mutex 5 months ago
orignal acbd3f897b fixed race condition between local buffer creation and sending it through the transports 5 months ago
orignal 7dc5a04b8d update timestamp for non-reachable router 5 months ago
orignal 03635f4444 publish through tunnels in case of restricted routes 5 months ago
orignal 0fae04f96a update local RouterInfo timestamp by timer even in hidden mode 5 months ago
orignal bb531a878d request newly discovered routers with random intervals after exploratory 5 months ago
orignal 0f7db8e418 list of request callbacks 5 months ago
orignal 9a724b2af9 separate timer for netdb requests cleanup 5 months ago
orignal f4ea6138e8 removed non longer used mutex 5 months ago
orignal e74272781f moved exploratory to netdb requests thread 5 months ago
orignal b75e418879 request destination in netdb requests thread 5 months ago
orignal 927123188c handle onDrop for request message in nedb requests thread 5 months ago
orignal c00eb8cf44 handle requests completions in netdb requests thread 5 months ago
orignal 265bb8b779 handle DatabaseSearchReply in netdb requests thread 5 months ago
orignal e3be409945 moved netdb requests to separate thread 5 months ago
orignal 39e16824b9 reset routing path if duplicated SYN received 5 months ago