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

Skip to content
Snippets Groups Projects
  1. Sep 08, 2011
  2. Sep 07, 2011
  3. Sep 06, 2011
  4. Sep 04, 2011
  5. Sep 03, 2011
    • zzz's avatar
      * UDP Inbound: · 6364f142
      zzz authored
          - Hopefully fix race NPE, thx dream
          - Catch some more fragment errors
          - Exception and log tweaks
          - Cleanups and javadocs
      6364f142
  6. Sep 02, 2011
  7. Aug 31, 2011
  8. 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
  9. Aug 29, 2011
  10. Aug 28, 2011
    • zzz's avatar
      -2 · f8df3571
      zzz authored
      f8df3571
  11. Aug 26, 2011
  12. Aug 25, 2011
  13. Aug 22, 2011
  14. Aug 21, 2011
  15. Aug 20, 2011
  16. 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
  17. Aug 17, 2011
  18. Aug 16, 2011
  19. Aug 06, 2011
  20. Jul 31, 2011
  21. Jul 30, 2011
  22. 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
  23. Jul 28, 2011
  24. Jul 27, 2011
    • kytv's avatar
      Add armel wrapper · 18db940d
      kytv authored
      Compiled on Debian Squeeze within qemu.
      
      GCC version:
      Using built-in specs.
      Target: arm-linux-gnueabi
      Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8'
      --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
      --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
      --program-suffix=-4.4 --enable-shared --enable-multiarch
      --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib
      --without-included-gettext --enable-threads=posix
      --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls
      --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
      --disable-sjlj-exceptions --enable-checking=release --build=arm-linux-gnueabi
      --host=arm-linux-gnueabi --target=arm-linux-gnueabi
      Thread model: posix
      gcc version 4.4.5 (Debian 4.4.5-8) 
      
      $ uname -a
      Linux debian-armel 2.6.32-5-versatile #1 Wed Jan 12 23:05:11 UTC 2011 armv5tejl GNU/Linux
      18db940d
  25. Jul 26, 2011
  26. 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
  27. Jul 21, 2011
  28. Jul 18, 2011
  29. Jul 15, 2011
    • 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
  30. 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
  31. Jul 10, 2011
  32. Jul 08, 2011
Loading