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

Skip to content
Snippets Groups Projects
  1. Jul 31, 2011
  2. Jul 30, 2011
  3. 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
  4. Jul 28, 2011
  5. 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
  6. Jul 26, 2011
  7. 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
  8. Jul 21, 2011
  9. Jul 18, 2011
  10. 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
  11. 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
  12. Jul 10, 2011
  13. Jul 08, 2011
  14. 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
  15. Jul 06, 2011
    • zzz's avatar
      -5 · 49b39008
      zzz authored
      49b39008
  16. 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
  17. Jul 01, 2011
  18. Jun 30, 2011
  19. Jun 27, 2011
  20. 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
  21. Jun 23, 2011
  22. Jun 21, 2011
  23. 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
  24. Jun 13, 2011
  25. Jun 12, 2011
  26. Jun 11, 2011
    • zzz's avatar
      Polish i2psnark translation from polacco@mail.i2p. · 20f67ae8
      zzz authored
      Fixed single quotes.
      Email follows:
      
      ...
      
      
      I attached file "snark-messages_pl.po.gz". I give you permission to use this file in I2PSnark distribution.
      If you don't believe me that it is true polish translation, you can check it with some web translator.
      
      Fist I used ordinary text editor to translate. Later I used Poedit <http://www.poedit.net/>.
      And I don't know why it gives strange error messages when I save the file.
      
      17:43:29: snark-messages_pl.po:172: a format specification for argument {0} doesn't exist in 'msgstr'
      17:43:29: snark-messages_pl.po:177: a format specification for argument {0} doesn't exist in 'msgstr'
      17:43:29: msgfmt: found 2 fatal errors
      
      _______
      greetz,
      polacco
      20f67ae8
  27. Jun 10, 2011
  28. Jun 09, 2011
    • kytv's avatar
      New: 64-bit wrapper for Windows. · 162c5bca
      kytv authored
      The Tanuki Software website states "64-bit Windows versions of the Java Service Wrapper
      are not currently being made available in the Community Edition." The Makefile
      for x86_64 is missing from the upstream tarball as well. 
      
      Well...included in this checkin is a diff against 
      $WRAPPER-3.5.9-SRC/src/c/Makefile-windows-x86-32.nmake (see the README in
      installer/libs/wrapper/win64.
      162c5bca
  29. Jun 08, 2011
Loading