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

Skip to content
Snippets Groups Projects
  1. Mar 12, 2007
  2. Mar 10, 2007
    • zzz's avatar
      2007-03-10 zzz · d6c8a4d9
      zzz authored and zzz's avatar zzz committed
          * Streaming lib: Change initial RTT deviation from RTT to RTT/2
            to reduce early RTO values
      d6c8a4d9
  3. Mar 08, 2007
    • zzz's avatar
      2007-03-08 zzz · 8e2849b7
      zzz authored and zzz's avatar zzz committed
          * i2psnark changes to improve upload performance:
          *  Implement total uploader limit (10)
          *  Don't timeout non-piece messages out
          *  Change chunk size to 32K (was 64K)
          *  Change request limit to 64K (was 256K)
          * i2psnark: Disconnect from seeds when complete
      8e2849b7
  4. Mar 07, 2007
    • zzz's avatar
      (zzz) take dynamic router keys off the config page · 0aa0cd33
      zzz authored and zzz's avatar zzz committed
      0aa0cd33
    • zzz's avatar
      2007-03-07 zzz · 0960cafa
      zzz authored and zzz's avatar zzz committed
          * Streaming lib changes to improve upstream performance during congestion:
          *   Change min window size from 12 to 1
          *   Change max timeout from 10 to 45 sec
          *   Change initial timeout from 10 to 15 sec
          *   Change intial window size for i2psnark from 12 to 1
          *   Change slow start growth rate for i2psnark from 1/2 to 1
      0960cafa
  5. Mar 04, 2007
  6. Mar 03, 2007
    • zzz's avatar
      2007-03-03 zzz · a5c4ba3b
      zzz authored and zzz's avatar zzz committed
          * Upgrade from Jetty 5.1.6 to 5.1.12 which fixes spaces in URL
          * Add a updaterWithJetty build target
      a5c4ba3b
    • zzz's avatar
      2007-03-03 zzz · 1bbd2cf5
      zzz authored and zzz's avatar zzz committed
          * Implement priority sending for NTCP
          * Disable trimForOverload() in tunnel BuildExecutor which
            was preventing tunnel builds when outbound traffic was high
            (i.e. most of the time when running i2psnark)
      1bbd2cf5
  7. Mar 01, 2007
  8. Feb 24, 2007
    • zzz's avatar
      (zzz) 2-20 · 1447164a
      zzz authored and zzz's avatar zzz committed
      1447164a
  9. Feb 22, 2007
  10. Feb 17, 2007
  11. Feb 16, 2007
  12. Feb 15, 2007
  13. Feb 14, 2007
    • jrandom's avatar
      2007-02-14 jrandom · e54b9649
      jrandom authored and zzz's avatar zzz committed
          * Don't filter out KICK and H(ide oper status) IRC messages
            (thanks Takk and postman!)
      e54b9649
    • jrandom's avatar
      2007-02-13 jrandom · 809f3e84
      jrandom authored and zzz's avatar zzz committed
          * Tell our peers about who we know in the floodfill netDb every
            6 hours or so, mitigating the situation where peers lose track
            of floodfill routers.
          * Disable the Syndie updater (people should use the new Syndie,
            not this one)
          * Disable the eepsite tunnel by default
      809f3e84
    • zzz's avatar
      (zzz) 02-13 · f4beebe6
      zzz authored and zzz's avatar zzz committed
      f4beebe6
  14. Feb 12, 2007
  15. Feb 08, 2007
    • zzz's avatar
      (zzz) 02-06 · c0212551
      zzz authored and zzz's avatar zzz committed
      c0212551
  16. Feb 02, 2007
    • zzz's avatar
      (zzz) 01-30 · 1aa1069b
      zzz authored and zzz's avatar zzz committed
      1aa1069b
  17. Jan 30, 2007
    • zzz's avatar
      2007-01-30 zzz · 91d28107
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Don't hold _snarks lock while checking a snark,
            so web page is responsive at startup
      91d28107
    • zzz's avatar
      2007-01-29 zzz · f339dec0
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Add NickyB tracker
      f339dec0
  18. Jan 29, 2007
    • zzz's avatar
      2007-01-28 zzz · 2aeef44f
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Don't hold sendQueue lock while flushing output,
            to make everything run smoother
      2aeef44f
  19. Jan 28, 2007
    • zzz's avatar
      2007-01-27 zzz · 0fd41a94
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Fix orphaned Snark reader tasks leading to OOMs
      0fd41a94
  20. Jan 21, 2007
    • complication's avatar
      2007-01-20 Complication · 58f10d14
      complication authored and zzz's avatar zzz committed
          * Drop overlooked comment
      58f10d14
    • complication's avatar
      2007-01-20 Complication · 46ca42dd
      complication authored and zzz's avatar zzz committed
          * Modify ReseedHandler to query the "i2p.reseedURL" property from I2PAppContext
            instead of System, so setting a reseed URL in advanced configuration has effect.
          * Clean out obsolete reseed code from ConfigNetHandler.
      46ca42dd
    • zzz's avatar
      2007-01-20 zzz · e6e6d6f4
      zzz authored and zzz's avatar zzz committed
          * Improve performance by not reading in the whole
            piece from disk for each request. A huge memory savings
            on 1MB torrents with many peers.
      e6e6d6f4
    • zzz's avatar
      2007-01-20 zzz · 8a87df60
      zzz authored and zzz's avatar zzz committed
          * i2psnark: More choking rotation tweaks
          * Improve performance by not reading in the whole
            piece from disk for each request. A huge memory savings
            on 1MB torrents with many peers.
      8a87df60
  21. Jan 19, 2007
    • zzz's avatar
      (zzz) 1/16 · 8ca085bc
      zzz authored and zzz's avatar zzz committed
      8ca085bc
  22. Jan 18, 2007
  23. Jan 17, 2007
    • zzz's avatar
      2007-01-17 zzz · d705e0ad
      zzz authored and zzz's avatar zzz committed
          * Add note on Syndie index.html steering people to new Syndie
      d705e0ad
  24. Jan 16, 2007
    • zzz's avatar
      2007-01-17 zzz · 40d209dd
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Fix crash when autostart off and
            tcrrent started manually
      40d209dd
    • zzz's avatar
      2007-01-16 zzz · 7f2a0457
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Fix bug caused by last i2psnark checkin
            (ConnectionAcceptor not started)
          * Don't start PeerCoordinator, ConnectionAcceptor,
            and TrackerClient unless starting torrent
      7f2a0457
  25. Jan 15, 2007
    • jrandom's avatar
      2007-01-15 jrandom · f4749f24
      jrandom authored and zzz's avatar zzz committed
          * small guard against unnecessary streaming lib reset packets
            (thanks Complication!)
      f4749f24
    • zzz's avatar
      2007-01-15 zzz · 9c428300
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Add 'Stop All' link on web page
          * Add some links to trackers and forum on web page
          * Don't start tunnel if 'Autostart' unchecked
          * Fix torrent restart bug by reopening file descriptors
      9c428300
  26. Jan 14, 2007
    • zzz's avatar
      2007-01-14 zzz · 53ba6c2a
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Improvements for torrents with > 4 leechers:
            choke based on upload rate when seeding, and
            be smarter and fairer about rotating choked peers.
          * Handle two common i2psnark OOM situations rather
            than shutting down the whole thing.
          * Fix reporting to tracker of remaining bytes for
            torrents > 4GB (but ByteMonsoon still has a bug)
      53ba6c2a
  27. Jan 13, 2007
    • zzz's avatar
      (zzz) 01-09 · 61b3f21f
      zzz authored and zzz's avatar zzz committed
      61b3f21f
  28. Jan 03, 2007
  29. Dec 28, 2006
Loading