I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Nov 13, 2015
    • zzz's avatar
      Console: Fix lifetime participating bandwidth display (ticket #1706) · 8a1f02aa
      zzz authored
      Add locking to HopConfig counts
      Split participatingMessageCount stat into two stats,
      participatingMessageCountAvgPerTunnel for throttle (same as old participatingMessagecount)
      and participatingMessageCount for console (straight total)
      Fix calculation of stat for throttle by adjusting for new
      stat coalesce time (50 not 20 seconds)
      8a1f02aa
  2. Nov 12, 2015
  3. Nov 11, 2015
  4. Nov 05, 2015
  5. Nov 04, 2015
  6. Oct 31, 2015
  7. Oct 30, 2015
  8. Oct 21, 2015
  9. Oct 16, 2015
  10. Oct 11, 2015
  11. Oct 10, 2015
  12. Oct 08, 2015
  13. Sep 27, 2015
  14. Sep 25, 2015
  15. Sep 20, 2015
  16. Sep 19, 2015
  17. Sep 18, 2015
  18. Sep 17, 2015
  19. Sep 16, 2015
  20. Sep 15, 2015
    • zzz's avatar
      News: connect it all together (ticket #1425): · addc9c5c
      zzz authored
       - Enable new NewsManager to load/store feed items on disk by UUID
       - News items are stored forever, not lost when they are removed from feed
       - News read in once at startup, not at every summary bar refresh
       - Convert old initialNews.xml and news.xml to NewsEntry format
       - Limit display to 2 news items in summary bar, /home and /console
       - New /news page to show all news
      addc9c5c
  21. Sep 12, 2015
  22. Sep 11, 2015
  23. Sep 04, 2015
  24. Aug 31, 2015
  25. Aug 29, 2015
    • zzz's avatar
      Router: · b10b8581
      zzz authored
         - Change default RI sig type to Ed25519, with a 10% chance od
           rekeying from DSA at each restart
         - Don't initialize KeyManager before selecting sig type
         - Don't log KeyManager error when changing sig type
      b10b8581
  26. Aug 24, 2015
    • zzz's avatar
      i2psnark: · 5a11a28a
      zzz authored
         - Return partial piece to coordinator after reject
         - Fix tracking of downloaded portion of piece after reject
         - Send reject on receipt of bad request
         - Mark piece unrequested after receiving bad data, so it
           will be requested again, but not from the same peer
         - Fix NPE in Request constructor on error
         - Fix stuck before completion due to reject handling (ticket #1633)
      5a11a28a
  27. Jul 31, 2015
  28. Jul 27, 2015
  29. Jul 25, 2015
  30. Jul 23, 2015
  31. Jul 16, 2015
  32. Jul 12, 2015
  33. Jul 05, 2015
    • zzz's avatar
      SSU: Request outbound bandwidth on the way into the · 05959d51
      zzz authored
      sender queue, not on the way out, so that SSU requests
      bandwidth allocations for each packet in parallel
      and competes more effectively with NTCP for bandwidth.
      Inbound stubbed-out only.
      05959d51
  34. Jun 29, 2015
    • zzz's avatar
      Transport: More fixes for SSU stalling - · fcdd8be7
      zzz authored
      Don't skip further bandwidth allocations for SSU, since
      it needs the entire allocation to proceed.
      Log tweaks
      More synchronization of requests
      fcdd8be7
  35. Jun 25, 2015
  36. Jun 24, 2015
  37. Jun 23, 2015
Loading