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

Skip to content
Snippets Groups Projects
  1. Aug 31, 2011
    • kytv's avatar
      De-fuglify the service path in Windows · 9e6f993a
      kytv authored
      The default service path in Windows is fugly and not very convenient. I2P uses
      the correct path, but if you want to access snark or eepsite data, one must go to
      %SYSTEMROOT%\config\systemprofile\AppData\Roaming\I2P\ (Vista/7) or
      %SYSTEMROOT%\system32\config\systemprofile\Application Data\I2P (XP/2003). If
      this wasn't bad enough, in some cases one must take ownership of this path and
      grant permission to him- or herself to access the folder.
      
      With this changeset, I'm setting the path to %ALLUSERSPROFILE%\Application
      Data\I2P as well as adding a shortcut to the I2P folder in the Start menu.
      9e6f993a
    • zzz's avatar
      b328b47b
    • zzz's avatar
      cleanup · bd7e6557
      zzz authored
      bd7e6557
    • zzz's avatar
      javadoc fixes · a928f5ef
      zzz authored
      a928f5ef
  2. Aug 30, 2011
    • zzz's avatar
      * I2CP: Cache b32 lookups client-side · d73eb16a
      zzz authored
        * I2PTunnelHTTPClient: Use existing session for b32 lookups
                               rather than a new SimpleSession
        * Naming: Increase b32 lookup timeout to 15 sec.
      d73eb16a
  3. Aug 29, 2011
    • zzz's avatar
      cleanups · a6728a33
      zzz authored
      a6728a33
    • zzz's avatar
      * Tunnels: · 20855c9c
      zzz authored
          - Increase timeouts on all deferred netdb lookups to 15s; add lookup stats
          - Cleanups, javadocs, log tweaks
      20855c9c
    • zzz's avatar
      * NetDB: · 92ffea22
      zzz authored
          - Replace the old parallel lookup method with a true
            Kademlia lookup that iteratively queries additional floodfill
            peers returned in DatabaseSearchReplyMessages. This is a more
            efficient and reliable lookup that will work much better
            when not all floodfill peers are known, and it removes a serious
            limitation to network growth.
          - Limit max number of DSRM entries to look up
          - Cleanups, javadocs, log tweaks
      92ffea22
    • zzz's avatar
      81240a52
  4. Aug 28, 2011
  5. Aug 27, 2011
  6. Aug 26, 2011
  7. Aug 25, 2011
  8. Aug 24, 2011
  9. Aug 23, 2011
Loading