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

Skip to content
Snippets Groups Projects
  1. Aug 26, 2011
  2. Aug 25, 2011
  3. Aug 22, 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
  7. Aug 17, 2011
  8. Aug 16, 2011
  9. Aug 06, 2011
  10. Jul 31, 2011
  11. Jul 30, 2011
  12. 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
  13. Jul 28, 2011
  14. 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
  15. Jul 26, 2011
  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 18, 2011
  19. 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
  20. 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
  21. Jul 10, 2011
  22. Jul 08, 2011
  23. Jul 07, 2011
    • zzz's avatar
      * Blockfile: · 2b4f8ed5
      zzz authored
          - Log error on out-of-order spans
          - Log error on corrupt level and discard
          - Fix SkipSpan non-flush bug causing null levels
          - Add level fixer that repairs nulls and out-of-order levels
          - Fix bug on backwards span construction, not hit in practice
          - Lots of log level changes
      2b4f8ed5
  24. Jul 06, 2011
    • zzz's avatar
      -5 · 49b39008
      zzz authored
      49b39008
  25. Jul 03, 2011
    • zzz's avatar
      * AppContext: Add hasWrapper() method · 43044586
      zzz authored
        * Shutdown:
          - Clear more resources in peer manager, netdb, stat manager,
            session key manager, naming service, tunnel dispatcher,
            OCMOSJ (result of testing with jvisualvm)
          - Don't call wrapper on shutdown (starting two threads) if we
            were started with runplain
      43044586
  26. Jul 01, 2011
  27. Jun 30, 2011
  28. Jun 27, 2011
  29. Jun 26, 2011
    • zzz's avatar
      * Fixes after review: · 2f10cca4
      zzz authored
          - Fix Polish po file
          - Install as a service by default on Windows again
          - Change CPUID getters to package private
          - Split new jbigi install messages into two lines
          - Javadocs
      2f10cca4
  30. Jun 23, 2011
  31. Jun 21, 2011
  32. Jun 14, 2011
    • zzz's avatar
      bump · 89191f40
      zzz authored
      89191f40
    • zzz's avatar
      * jbigi / NBI / wrapper / installer: · bb8b4285
      zzz authored
          jbigi and wrapper files for arm.
          Compiled on trimslice with gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) 
          Log postinstall errors to postinstall.log.
          java version "1.6.0_18"
          OpenJDK Runtime Environment (IcedTea6 1.8.7) (6b18-1.8.7-0ubuntu2.1)
          OpenJDK Zero VM (build 14.0-b16, mixed mode)
          GMP 4.3.2 (half the size of 5.0.2, and no speed difference) LGPLv3
          Wrapper 3.5.9 GPLv2
          All binaries stripped.
      
          As on the Android emulator, the stock BigInteger.modPow()
          has some serious bug on arm.
          Without the libjbigi checked in here, the JVM crashes almost immediately.
      bb8b4285
Loading