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

Skip to content
Snippets Groups Projects
  1. Jun 10, 2008
  2. Jun 09, 2008
  3. Jun 08, 2008
  4. Jun 07, 2008
  5. Jun 06, 2008
    • zzz's avatar
      add de-ebook-archiv.i2p · a8e62507
      zzz authored
      a8e62507
    • zzz's avatar
      * LeaseSet: · 88e26224
      zzz authored
            - Sort the leases by expiration date in TunnelPool.locked_buildNewLeaseSet()
              to make later LeaseSet comparisons reliable. This cleans up the code too.
            - Fix broken old vs. new LeaseSet comparison
              in ClientConnectionRunner.requestLeaseSet(),
              so that we only sign and publish a new LeaseSet when it's really new.
              Should reduce outbound overhead both in LeaseSet publishing and LeaseSet bundling,
              and floodfill router load, since locked_buildNewLeaseSet() generates
              the same LeaseSet as before quite frequently, often just seconds apart.
      88e26224
  6. Jun 05, 2008
  7. Jun 04, 2008
  8. Jun 01, 2008
  9. May 30, 2008
  10. May 27, 2008
  11. May 26, 2008
  12. May 22, 2008
  13. May 20, 2008
    • zzz's avatar
      * Reachability: · 7e3800a5
      zzz authored
            - Call the previously unused profile.tunnelTestFailed()
              (redefined to include a probability argument)
              and severely downgrade a peer's capacity upon failures,
              depending on tunnel length and direction.
              This will help push unreachable and malicious peers
              out of the High Capacity tier.
            - Put recent fail rate on profiles.jsp
          * ProfileOrganizer: Logging cleanup
          * eepsite_index.html: Update add-host and jump links
          * HTTP Proxy: Remove trevorreznik jump server from list
      7e3800a5
    • dev's avatar
      updated history · 6c7691ce
      dev authored
      6c7691ce
    • dev's avatar
      merge of '883c453307272eee439471d4e9da1e120804dac1' · 760c3164
      dev authored
           and 'c60598471c5f08b7d7e12e38d39f7a1d4c8ccf63'
      760c3164
    • dev's avatar
      implemented PrivateKeyFile(implements #3) · 5d9d8287
      dev authored
      5d9d8287
  14. May 18, 2008
    • zzz's avatar
      * Throttle: Reject tunnels for first 20m uptime (was 10m) · 9b8772a4
      zzz authored
          * TunnelPeerSelectors:
             - Re-enable strict ordering of peers,
               based on XOR distance from a random hash
             - Restrict peers with uptime < 90m from tunnels (was 2h),
               which is really 60m due to rounding in netDb publishing.
          * i2psnark:
             - Limit max pipelined requests from a single peer to 128KB
               (was unlimited; i2p-bt default is 5 * 64KB)
             - Increase max uploaders per torrent to 6 (was 4)
             - Reduce max connections per torrent to 16 (was 24) to increase
               unchoke time and reduce memory consumption
             - Strictly enforce max connections per torrent
             - Choke more gradually when over BW limit
          * help.jsp: Add a link to the FAQ
          * peers.jsp: Fix UDP direction indicators
          * hosts.txt: Add update.postman.i2p
      9b8772a4
  15. May 12, 2008
    • zzz's avatar
      * i2psnark: · bc5d87e6
      zzz authored
            - Randomize the PeerCheckerTask start times to make global limiting
              work better
            - Calculate bw limits using 40s rather than 4m averages to make
              bw limiting work better
            - Change default bw limit from uplimit/3 to uplimit/2 due to
              overhead reduction from the leaseset bundling change
      bc5d87e6
    • zzz's avatar
      * Outbound message: · d81bff26
      zzz authored
            - Tweak the cache key for efficiency
      d81bff26
    • zzz's avatar
      * Stats: · 042399f2
      zzz authored
            - Require two udp stats when stats.full=false, caused NPE on peers.jsp
      042399f2
    • zzz's avatar
      * libjbigi: · 5be7ea1f
      zzz authored
            - Add documentation on dynamic build option
            - Add two speed tests to the build script
            - Clean up the build script, make it easier to build dynamic
      5be7ea1f
    • zzz's avatar
      * Update Handler: · db34665b
      zzz authored
            - Add postman to the list
      db34665b
Loading