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

Skip to content
Snippets Groups Projects
  1. Jun 28, 2007
    • jrandom's avatar
      2007-06-27 jrandom · 71aaf03d
      jrandom authored and zzz's avatar zzz committed
          * fix for a streaming lib bug that could leave a thread waiting
            indefinitely (thanks Complication!)
      71aaf03d
  2. Jun 16, 2007
    • complication's avatar
      2007-06-16 Complication · 30c99e63
      complication authored and zzz's avatar zzz committed
          * First pass on EepGet and ReseedHandler improvements,
            please avoid use on routers which matter!
          * Give EepGet ability of downloading into an OutputStream,
            such as the ByteArrayOutputStream of ReseedHandler.
          * Detect failure to reseed better, report it persistently
            and more verbosely, provide a link to logs
            and suggest manual reseed.
      30c99e63
  3. May 06, 2007
    • complication's avatar
      2007-05-06 Complication · 445b3917
      complication authored and zzz's avatar zzz committed
          * spelling correction to history.txt
      445b3917
    • complication's avatar
      2007-05-06 Complication · 571c2d60
      complication authored and zzz's avatar zzz committed
          * Fix the build.xml file, so the preppkg build target won't try copying files
            which became deprecated with the old Syndie (thank for alerting, itsu!)
      571c2d60
  4. Apr 11, 2007
    • zzz's avatar
      (zzz) 4-10 · 42ff7639
      zzz authored and zzz's avatar zzz committed
      42ff7639
  5. Apr 08, 2007
  6. Apr 05, 2007
  7. Mar 31, 2007
    • zzz's avatar
      2007-03-31 zzz · 915914eb
      zzz authored and zzz's avatar zzz committed
          * Add trevorreznik jump server to the http proxy error page
          * Add anonymity to the trackers supporting details links in i2psnark
      915914eb
  8. Mar 25, 2007
    • zzz's avatar
      (zzz) 3-20 · c438b563
      zzz authored and zzz's avatar zzz committed
      c438b563
  9. Mar 24, 2007
    • zzz's avatar
      2007-03-24 zzz · 307ccfb1
      zzz authored and zzz's avatar zzz committed
          * Remove Syndie from build targets and navbar
      307ccfb1
  10. Mar 22, 2007
    • zzz's avatar
      2007-03-22 zzz · 34e23259
      zzz authored and zzz's avatar zzz committed
          * i2psnark tracker handling tweaks:
          -   Add link to tracker details page (Postman only for now, requires bytemonsoon patch)
          -   Add Base URL to tracker list configuration
          -   Web page links built from tracker list Base URLs
          -   Only build and sort tracker list once
          -   Add anonymityWeb tracker to default list
          -   Add tooltip info for TrackerErrs
          -   Stop torrent if not registered with tracker
          -   Mark temp files as delete on exit
      34e23259
  11. Mar 18, 2007
  12. Mar 17, 2007
  13. Mar 15, 2007
  14. Mar 14, 2007
    • zzz's avatar
      2007-03-13 zzz · b6e597e5
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Make max total uploaders configurable (thanks Amiga4000!)
      b6e597e5
  15. Mar 12, 2007
  16. 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
  17. 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
  18. 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
  19. Mar 04, 2007
  20. 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
  21. Mar 01, 2007
  22. Feb 24, 2007
    • zzz's avatar
      (zzz) 2-20 · 1447164a
      zzz authored and zzz's avatar zzz committed
      1447164a
  23. Feb 22, 2007
  24. Feb 17, 2007
  25. Feb 16, 2007
  26. Feb 15, 2007
  27. 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
Loading