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

Skip to content
Snippets Groups Projects
  1. Jul 19, 2007
  2. Jul 16, 2007
    • zzz's avatar
      2007-07-16 zzz · 9fd5ba7b
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Add tooltip info for choked/uninterested
      9fd5ba7b
    • zzz's avatar
      2007-07-16 zzz · 05b5df9d
      zzz authored and zzz's avatar zzz committed
          * Make selection of graphed data configurable via configstats.jsp,
            remove most of the default graphs to save some memory
      05b5df9d
  3. Jul 15, 2007
    • zzz's avatar
      2007-07-15 zzz · 5c1dc797
      zzz authored and zzz's avatar zzz committed
          * Add current values to graph legends
          * Fix up previous Rate fix to check for divide by zero
      5c1dc797
    • complication's avatar
      2007-07-14 Complication · 4acd2996
      complication authored and zzz's avatar zzz committed
          * Take the post-download routerInfo size check back out of ReseedHandler,
            since it wasn't helpful, and a lower limit caused false warnings.
          * Give EepGet ability to enforce a min/max HTTP response size.
          * Enforce a maximum response size of 8 MB when ReseedHandler
            downloads into a ByteArrayOutputStream.
          * Refactor ReseedHandler/ReseedRunner from static to ordinary classes,
            change invocation from RouterConsoleRunner accordingly.
          * Add an EepGet status listener to ReseedHandler to log causes of reseed failure,
            provide status reports to indicate the progress of reseeding.
          * Enable icon for default eepsite, and the index page
            of the router console (more later).
      4acd2996
  4. Jul 14, 2007
    • zzz's avatar
      2007-07-14 zzz · 16fa6a89
      zzz authored and zzz's avatar zzz committed
          * Clean up graphs.jsp - set K=1024 where appropriate,
            output image sizes in html, catch ooms, other minor tweaks
          * Fix current event count truncation which fixes graphs with low
            60-sec event counts displaying high values
            (bw.* and router.* graphs for example were 1.5x too high)
            Affects all "events per period" (non-lifetime) counts.
      16fa6a89
  5. Jul 10, 2007
    • zzz's avatar
      2007-07-09 zzz · 2a72e857
      zzz authored and zzz's avatar zzz committed
          * i2psnark: give a better error message for a non-i2p torrent
      2a72e857
  6. Jul 07, 2007
    • zzz's avatar
      2007-07-07 zzz · d4a1bcf2
      zzz authored and zzz's avatar zzz committed
          * Add auto-detect IP/Port to NTCP. When enabled on config.jsp,
            SSU will notify/restart NTCP when the external address changes.
            Now you can enable inbound TCP without a static IP or dyndns service.
      d4a1bcf2
  7. Jul 04, 2007
    • zzz's avatar
      2007-07-04 zzz · 409b71de
      zzz authored and zzz's avatar zzz committed
          * Display calculated share bandwidth and remove load testing
            on config.jsp
      409b71de
  8. Jul 01, 2007
    • zzz's avatar
      2007-07-01 zzz · 2dc5fbda
      zzz authored and zzz's avatar zzz committed
          * Replace broken option i2np.udp.alwaysPreferred with
            i2np.udp.preferred and adjust UDP bids; possible settings are
            "false" (default), "true", and "always".
            Default setting results in same behavior as before
            (NTCP is preferred unless it isn't established and UDP is established).
            Use to compare NTCP and UDP transports.
      2dc5fbda
  9. 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
  10. 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
  11. 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
  12. Apr 11, 2007
    • zzz's avatar
      (zzz) 4-10 · 42ff7639
      zzz authored and zzz's avatar zzz committed
      42ff7639
  13. Apr 08, 2007
  14. Apr 05, 2007
  15. 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
  16. Mar 25, 2007
    • zzz's avatar
      (zzz) 3-20 · c438b563
      zzz authored and zzz's avatar zzz committed
      c438b563
  17. 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
  18. 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
  19. Mar 18, 2007
  20. Mar 17, 2007
  21. Mar 15, 2007
  22. 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
  23. Mar 12, 2007
  24. 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
  25. 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
  26. 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
  27. Mar 04, 2007
  28. 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
Loading