- Oct 29, 2020
-
-
zzz authored
WIP - unused for now. Don't instantiate files_utf8 unless needed, which it never is
-
zzz authored
-
zzz authored
Store back ref to controller in tunnel Stop server controller on I2PException Support generation of keys with fractional days expiration for testing
-
idk authored
un-do android check in ObjectCounter and fix hte issue by correctly setting the classpath instead, see RELEASE-PROCESS.md in i2p.android.base
-
- Oct 28, 2020
- Oct 27, 2020
- Oct 26, 2020
- Oct 25, 2020
- Oct 23, 2020
- Oct 22, 2020
-
-
idk authored
Update the Firefox user-agent string to match the Firefox ESR that is currently used in Tor Browser, credit to dr|zed for pointing out the update and the fix. Tor Browser updated to Firefox ESR 78 with the 10.0 release on September 24, 2020
-
- Oct 21, 2020
-
-
zzz authored
-
zzz authored
modelled on TCP Reno (RFCs 5681 and 6298) - Use a single timer per connection - Resend up to half the un-acked messages per timer event instead of a single message - Only send either old or new messages, do not mix - Cache/avoid several timer calls - Instead of 3 return values, allocating bandwidth is now a boolean function - Avoid one of the iterations over all un-acked messages every packet pusher loop - Remove 100 ms failsafe - Fix OMF debug log NPE With the same cpu usage the bandwidth is much higher Significant speed improvement for lossy connections (e.g. wifi) Patch by zlatinb
-
zzz authored
-
zzz authored
Support sending encrypted lookups and stores to ECIES routers Support requesting AEAD replies to ECIES routers Encrypt RI lookups when using ECIES even on slow machines Switch back to RatchetSKM Don't schedule ack timer for router SKM Reduce getContext() calls GMB null check cleanup MessageWrapper javadoc clarifications Log tweaks
-
zzz authored
-
zzz authored
-
- Oct 17, 2020
- Oct 16, 2020
-
-
idk authored
Work on lining up some of the button text and icons a little better, fix peer icon and top/bottom icon, various padding issues
-
- Oct 15, 2020
-
-
zzz authored
-
zzz authored
stripped gcc: 7.5.0 jdk: openjdk version "1.8.0_265" Built on: Raspberry Pi 4 Model B Rev 1.4 Add support to mbuild-all.sh
-
zzz authored
Hide BEP 48 padding directory from UI Check for and reject BEP 52 info multihashes for now Use cached fai.isDirectory for efficiency Use storage.getFileCount() instead of meta.getFiles() to prep for padding files Add notes for padding file TODOs
-
zzz authored
-
zzz authored
NetDB parts still TODO Remove PK param from GMB.buildECIESMessage(), already in config
-