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

Skip to content
Snippets Groups Projects
  1. Nov 20, 2008
    • zzz's avatar
      EepGet: · da9a4ce5
      zzz authored
         - Better handling of 504 gateway timeout
           (keep going up to limit of retry count rather
            than just one more partial fetch)
         - Add -t cmd line option for timeout
         - Better handling of 403, 409, 503 errors
         - Don't keep going after unknown return code
         - Don't delay before exiting after a failure
      da9a4ce5
  2. Nov 15, 2008
    • zzz's avatar
      * I2CP Compression: · afa17a8c
      zzz authored
            - Add i2cp.gzip option (default true)
            - Don't bother compressing if really small
      afa17a8c
  3. Nov 13, 2008
  4. Nov 11, 2008
  5. Nov 10, 2008
    • zzz's avatar
      * Streaming - Fix several bugs and improve performance · b0ec6a08
      zzz authored
            when the initial data is larger than one MTU,
            e.g. HTTP GETs with large URLs, CGI params or cookies,
            or large HTTP POSTS:
            - Don't reject additional packets received without a
              send stream ID (i.e. sent before the SYN ACK was received)
            - Put unknown non-SYN packets on the SYN queue also
              so they won't be rejected
            - Reduce flusher delay to 250ms (was 500)
            - Flush unless window is full (was window is non-empty)
      b0ec6a08
  6. Nov 09, 2008
    • zzz's avatar
      -9 · 5271838a
      zzz authored
      5271838a
  7. Nov 02, 2008
    • zzz's avatar
      * Certificates: · bf12c5f9
      zzz authored
            - Add a signed Certificate type
            - Add a main() to PrivateKeyFile to generate
              Destinations with various Certificate types
            - Add a VerifiedDestination class to check Certificates
              of various types
            - Add a HashCash library from http://www.nettgryppa.com/code/
              (no distribution restrictions)
            - Allow non-null Certificates in addressbook
      bf12c5f9
  8. Oct 26, 2008
  9. Oct 19, 2008
  10. Oct 14, 2008
  11. Oct 10, 2008
  12. Oct 09, 2008
  13. Oct 08, 2008
  14. Oct 07, 2008
  15. Oct 06, 2008
  16. Sep 29, 2008
    • zzz's avatar
      * checklist update · bf07a6a3
      zzz authored
          * i2psnark: Add codevoid link, remove mastertracker
          * hosts.txt: add echelon, codevoid
      bf07a6a3
  17. Sep 23, 2008
  18. Sep 20, 2008
  19. Sep 19, 2008
    • zzz's avatar
      2008-09-19 zzz · 6b1224b2
      zzz authored
          * Tunnels:
            - Add missing message accounting for inbound gateways,
              we were underestimating participating traffic because of it,
              and the tunnels were classified "inactive"
            - Add participating tunnel role on tunnels.jsp
      6b1224b2
  20. Sep 18, 2008
    • zzz's avatar
      * Throttle: · 0bbc94f4
      zzz authored
            - Correctly check inbound and outbound total bw limits separately
            - Fix up and actually use the tunnel.participatingMessageCount stat,
              favor it if lower than the total bw stat, so that
              client traffic isn't included for throttle decisions
            - Reduce min message count from 60 to 40
          * Tunnel Dispatcher:
            - Add tunnel.participatingBandwidth stat
            - Remove all 3h and 24h stats
      0bbc94f4
  21. Sep 15, 2008
  22. Sep 12, 2008
    • zzz's avatar
      * HarvesterJob: Don't instantiate if disabled · 825af3e6
      zzz authored
          * NetDb: Add netDb.exploreKeySet stat
          * netdb.jsp: Add parameter ?r=xxxxxx to view a single routerinfo,
            and ?r=. to view our own; change links on other pages too
      825af3e6
  23. Sep 06, 2008
  24. Aug 29, 2008
  25. Aug 27, 2008
  26. Aug 24, 2008
  27. Aug 20, 2008
  28. Aug 13, 2008
  29. Aug 04, 2008
    • zzz's avatar
      * Floodfill Peer Selector: · 719ba3f6
      zzz authored
            - Avoid peers whose netdb is old, or have a recent failed store,
              or are forever-shitlisted
      719ba3f6
  30. Jul 30, 2008
    • zzz's avatar
      * Blocklists: · 9652db96
      zzz authored
            - New, disabled by default, except for blocking of
              forever-shitlisted peers. See source for instructions
              and file format.
          * Transport - Reject peers from inbound connections:
            - Check IP against blocklist
            - Check router hash against forever-shitlist, then block IP
      9652db96
  31. Jul 16, 2008
    • zzz's avatar
      -9 · 481af00b
      zzz authored
      481af00b
  32. Jul 07, 2008
    • zzz's avatar
      * SSU: · 52285432
      zzz authored
            - Try to pick better introducers by checking shitlist,
              wasUnreachable list, failing list, and idle times
            - To keep introducer connections up and valid,
              periodically send a "ping" (a data packet with no data and no acks)
              to everybody that has been an introducer in the last two hours
            - Add a stat udp.receiveRelayRequestBadTag, make udp.receiveRelayRequest only for good ones
            - Remove some 60s and 5m stats, leave only the 10m ones
            - Narrow the range for the retransmit time after an allocation fail
            - Adjust some logging
      52285432
  33. Jun 30, 2008
    • zzz's avatar
      * NTCP: · 2768bef9
      zzz authored
            - Try to fix 100% CPU, caused perhaps by JVM NIO bug...
            - Fix failsafe stats
      2768bef9
  34. Jun 24, 2008
  35. Jun 20, 2008
    • zzz's avatar
      * PRNG: Add two stats · 49e429c1
      zzz authored
          * Summary bar:
            - Display Warning for TCP private IP address
            - Display PRNG stats
      49e429c1
  36. Jun 17, 2008
  37. Jun 16, 2008
  38. Jun 10, 2008
Loading