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

Skip to content
Snippets Groups Projects
  1. Nov 28, 2012
  2. Nov 24, 2012
  3. Nov 21, 2012
    • kytv's avatar
      update wrapper to v3.5.16 · 2fbe0e8b
      kytv authored
      - Windows: Self-compiled with VS2010 in Windows 7. The icon has been
        changed from Tanuki's default to Itoopie.
      - FreeBSD: Self-compiled in FreeBSD 7.4 to eliminate the dependency on the
        compat6x port and stripped.
      - Linux PPC32: Self-compiled in Debian Squeeze and stripped
      - Linux x86, Linux x64, Linux ARMv5, MacOSX & Solaris: Binares are from the
        "community edition" deltapack offered by Tanuki. The Linux binaries have
        been stripped.
      2fbe0e8b
  4. Nov 20, 2012
  5. Nov 19, 2012
    • kytv's avatar
      Improved support for GNU/kFreeBSD · d0a3c725
      kytv authored
      - add kFreeBSD to NBI and CPUID
      - add kFreeBSD to jcpuid/jbigi build scripts
      - refresh debian patches to compensate for kFreeBSD changes
      - i2prouter: Detect kFreeBSD and normalize its name
      - clean up osid (switching to "elif") and adding support for detecting kFreeBSD
      - update postinstall.sh; I2P cannot be installed using gij so postinstall.sh
        will not be run. If/when openjdk finally comes to kFreeBSD, we'll be ready for it.
      d0a3c725
    • zzz's avatar
      * NetDB: Add negative lookup cache · f15828fa
      zzz authored
      f15828fa
  6. Nov 17, 2012
  7. Nov 16, 2012
    • zzz's avatar
      * NetDB: · ae6dad6e
      zzz authored
         - Implement automatic reseeding (ticket #521)
         - Increase minimum routers from 15 to 50
      ae6dad6e
  8. Nov 13, 2012
  9. Nov 09, 2012
    • kytv's avatar
      eepget: If java binary is not found, try to determine where java.exe is located. · 2362862f
      kytv authored
      In my testing:
      32 bit Windows (and, of course, 32 bit JRE) = Java added to the PATH
      64 bit Windows and 64 bit JRE = Java added to the PATH
      64 bit Windows and 32 bit JRE = Java *not* added to the PATH.
      
      So...with this check-in:
      
      - If the environment variable JAVA is set in the script, we'll use that
        manually specified Java. We will not look in the registry, but we'll check to
        make sure that the binary exists.
      - If Java is found in the system path, we'll use it instead. We will not look in the
        registry.
      - If the variable is not set manually and Java is not in the system path we'll
        look in the registry to find the java binary.
      
      I've tested this in Windows XP, Vista, and 7 but it should work in any supported version
      of Windows.
      2362862f
  10. Nov 05, 2012
  11. Nov 02, 2012
  12. Oct 31, 2012
  13. Oct 30, 2012
    • zzz's avatar
      * SSU: · 4ce11a17
      zzz authored
         - Adjust RTT/RTO calculations
         - Better bandwidth tracking
         - Cleanup of OutboundMessageState
         - Stat tweaks
       * Transports: Increase min peer port to 1024
      4ce11a17
    • sponge's avatar
      cleanups as requested · f56c804e
      sponge authored
      f56c804e
  14. Oct 28, 2012
    • zzz's avatar
      Fixups after props from: · 4baf3b69
      zzz authored
      	i2p.i2p.zzz.pcap
      	i2p.i2p.zzz.test
      	i2p.i2p.zzz.test2
      	i2p.i2p.zzz.update
      Javadoc fixes
      Checklist tweak
      -1
      4baf3b69
  15. Oct 27, 2012
  16. Oct 25, 2012
  17. Oct 24, 2012
    • zzz's avatar
      * I2PSnark: · 97da508d
      zzz authored
         - Fix (again) partial piece avoidance for seeds
         - Fix several partial piece (temp file) leaks,
           some uncovered by previous rarest-first fixes, some in end game
         - Don't lose all DHT peers if we stop quickly (backport from update branch)
         - Explore a kbucket if it's less than 3/4 full (backport from update branch)
      97da508d
    • str4d's avatar
      211128f1
  18. Oct 21, 2012
  19. Oct 20, 2012
  20. Oct 19, 2012
  21. Oct 18, 2012
  22. Oct 15, 2012
  23. Oct 14, 2012
  24. Oct 12, 2012
  25. Oct 10, 2012
  26. Oct 09, 2012
    • zzz's avatar
      * SSU: · c419016a
      zzz authored
         - Add peer test throttling
         - Peer test packet count fixes
         - Adjust peer test timeouts and add backoff
         - Reject relays and peer tests from same /16
         - More peer test cleanup and log tweaks
       * Transports:
         - Enforce minimum peer port
         - Warn on low router ports
      c419016a
  27. Oct 08, 2012
    • zzz's avatar
      * SSU: · e99dd72c
      zzz authored
         - Fix relay request handling bug from -10
         - Fix peer test reply handling bug from -10
         - Fix NPE from -6
      e99dd72c
  28. Oct 07, 2012
    • zzz's avatar
      * i2ptunnel: · b095b7e7
      zzz authored
         - Set default read timeout in standard server
         - Reduce header timeout, enforce total header timeout
           in IRC and HTTP servers (ticket #723)
       * Streaming: Don't ignore option or force connect timeout to 5 minutes
       * Streaming javadocs
       * SocketTimeout cleanup
      b095b7e7
  29. Oct 06, 2012
  30. Oct 05, 2012
  31. Oct 03, 2012
    • zzz's avatar
      * SSU: · 4d1ea6e4
      zzz authored
         - Increase max outbound establishments based on bandwidth
         - Synchronization fix for Java 5
         - Use multiple buffer sizes in OutboundMessageState to
           reduce memory usage
         - Adjust skew calculation, synchronize too
         - Ping loop improvements
      4d1ea6e4
  32. Oct 02, 2012
    • zzz's avatar
      * SSU: · 4dc90ef5
      zzz authored
         - Fix memory leak in _peersByRemoteHost map caused by not
           removing peers that change IP or port
         - Send keepalives if firewalled
         - Handle peers that change ports on an established session
         - Synchronize adds and drops
         - Don't use peers with high RTTs in clock skew calculation
         - Reduce initial RTT/RTO
      4dc90ef5
  33. Sep 28, 2012
    • zzz's avatar
      * i2psnark: · a71e8fae
      zzz authored
         - Fix bugs in rarest-first tracking
         - Fix requesting of partial piece when there are multiple seeds
         - Synch fix in BitField
      a71e8fae
Loading