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

Skip to content
Snippets Groups Projects
  1. Aug 25, 2011
  2. Aug 24, 2011
  3. Aug 23, 2011
  4. Aug 21, 2011
  5. Aug 20, 2011
  6. Aug 19, 2011
    • zzz's avatar
      * Soft restart: · c5e74fef
      zzz authored
          - Allow NTP to reinitialize clock after the comm system
            in the first minute of uptime
          - Fix i2ptunnels not restarting
          - Increase minimum forward clock shift for soft restart
          - Reduce minimum backward clock shift for soft restart
          - Signal the I2CP client with a different message when restarting
          - I2CP client reconnects when receiving restart message
      c5e74fef
    • zzz's avatar
      cleanups · 10f33379
      zzz authored
      10f33379
    • zzz's avatar
      cleanup · de094433
      zzz authored
      de094433
  7. Aug 17, 2011
  8. Aug 16, 2011
  9. Jul 31, 2011
  10. Jul 30, 2011
  11. Jul 29, 2011
    • zzz's avatar
      * Netdb Search: · dcc18613
      zzz authored
          - Follow all DSRM's, not just the last one, by moving the code
            from the match job to the selector
          - Update peer profile after SingleSearchJob
          - Cleanups, javadocs, log tweaks, final
      dcc18613
    • zzz's avatar
      fast tier size increase · e7f44947
      zzz authored
      e7f44947
  12. Jul 28, 2011
  13. Jul 26, 2011
  14. Jul 24, 2011
    • zzz's avatar
      * UDP: · 734444e1
      zzz authored
          - Implement destroy message sending
            (receiving was implemented in 0.8.1)
          - More cleanups at shutdown
          - Log tweaks
      734444e1
    • zzz's avatar
      * UDP: · 89d32e3b
      zzz authored
          - Revert change in UDPPacket that caused massive corruption
          - Reduce buffer sizes from 2048 to 1536
          - Discard too-large received packets sooner
          - More cleanups
          - Notes on MTU
      89d32e3b
    • zzz's avatar
      more final and cleanups · ec061eb3
      zzz authored
      ec061eb3
    • zzz's avatar
      * UDP: · 702da0a9
      zzz authored
          - Don't delay in OutboundMessageFragments at the end
            of the loop if we have more to send now, this should
            speed things up
          - More cleanups
      702da0a9
  15. Jul 23, 2011
    • zzz's avatar
      * UDP: · 49bba109
      zzz authored
          - Complete rewrite of OutboundMessageFragments for
            concurrent and for efficiency to avoid O(n**2) behavior
          - Queue a new send immediately after a packet is acked
          - Cleanups, log tweaks, javadocs, final
      49bba109
    • zzz's avatar
      cleanups and comments · 3466dc10
      zzz authored
      3466dc10
  16. Jul 22, 2011
    • kytv's avatar
      -14 adds x64 support to the OSX wrapper. With 0.8.7 the wrapper became fat · c716071e
      kytv authored
      (i386 & ppc). With this check-in, the wrapper becomes quad-fat (i386, ppc,
      x86_64, ppc64).
      
      $ lipo -info libwrapper.jnilib wrapper
      Architectures in the fat file: libwrapper.jnilib are: ppc i386 ppc64 x86_64 
      Architectures in the fat file: wrapper are: ppc i386 ppc64 x86_64 
      
      $ file libwrapper.jnilib wrapper
      libwrapper.jnilib: Mach-O universal binary with 4 architectures
      libwrapper.jnilib (for architecture ppc):	Mach-O bundle ppc
      libwrapper.jnilib (for architecture i386):	Mach-O bundle i386
      libwrapper.jnilib (for architecture ppc64):	Mach-O 64-bit bundle ppc64
      libwrapper.jnilib (for architecture x86_64):	Mach-O 64-bit bundle x86_64
      wrapper:           Mach-O universal binary with 4 architectures
      wrapper (for architecture ppc):	Mach-O executable ppc
      wrapper (for architecture i386):	Mach-O executable i386
      wrapper (for architecture ppc64):	Mach-O 64-bit executable ppc64
      wrapper (for architecture x86_64):	Mach-O 64-bit executable x86_64
      
      Binaries fetched from the tanuki software site and fattened with lipo.
      c716071e
  17. Jul 21, 2011
  18. Jul 19, 2011
    • zzz's avatar
      * Tunnel TestJob: · 56d8b72b
      zzz authored
          - Don't continue testing after the pool is dead
          - Tweak test intervals
        * TunnelPool: Make more methods package private
      56d8b72b
  19. Jul 18, 2011
  20. Jul 17, 2011
  21. Jul 15, 2011
    • zzz's avatar
      eliminate max · 65656b33
      zzz authored
      65656b33
    • zzz's avatar
      * Shutdown: · 0bf0715a
      zzz authored
          - Cancel our JVM shutdown hook when shutting down
          - Run a spinner task so shutdown always completes
          - exit() instead of halt() so other JVM shutdown hooks run
          - Prevent duplicate wrapper notifier hooks
          - Notify the wrapper twice, once for stopping and once for stopped
      0bf0715a
  22. Jul 13, 2011
    • zzz's avatar
      * Blocklist: · dfbf01da
      zzz authored
          - Fix delayed lookup of reason from file
          - Tag strings for translation
          - Sort IPs on configpeer.jsp correctly
          - Cleanups
      dfbf01da
Loading