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

Skip to content
Snippets Groups Projects
  1. Dec 08, 2008
  2. Dec 01, 2008
  3. Nov 26, 2008
  4. Nov 21, 2008
    • zzz's avatar
      * Cache DNS and negative DNS for 5m (was 1m and forever) · 4e5825c6
      zzz authored
          * Delay shitlist cleaner at startup
          * Strip wrapper properties from client config
          * Define multiple cert type
          * Prohibit negative maxSends in streaming
          * HTML fixup on configtunnels.jsp
          * Increase wrapper exit timeout from default 15s to 30s
      4e5825c6
  5. 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
  6. 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
  7. Nov 13, 2008
  8. Nov 11, 2008
  9. 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
  10. Nov 09, 2008
    • zzz's avatar
      -9 · 5271838a
      zzz authored
      5271838a
  11. 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
  12. Oct 26, 2008
  13. Oct 19, 2008
  14. Oct 14, 2008
  15. Oct 10, 2008
  16. Oct 09, 2008
  17. Oct 08, 2008
  18. Oct 07, 2008
  19. Oct 06, 2008
  20. Sep 29, 2008
    • zzz's avatar
      * checklist update · bf07a6a3
      zzz authored
          * i2psnark: Add codevoid link, remove mastertracker
          * hosts.txt: add echelon, codevoid
      bf07a6a3
  21. Sep 23, 2008
  22. Sep 20, 2008
  23. 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
  24. 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
  25. Sep 15, 2008
  26. 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
  27. Sep 06, 2008
  28. Aug 29, 2008
  29. Aug 27, 2008
  30. Aug 24, 2008
  31. Aug 20, 2008
  32. Aug 13, 2008
  33. 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
  34. 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
  35. Jul 16, 2008
    • zzz's avatar
      -9 · 481af00b
      zzz authored
      481af00b
  36. 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
  37. 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
  38. Jun 24, 2008
Loading