- Aug 26, 2011
-
-
kytv authored
-
- Aug 25, 2011
-
-
zzz authored
-
- Aug 22, 2011
-
-
zzz authored
-
- Aug 21, 2011
-
-
zzz authored
-
- Aug 20, 2011
- Aug 19, 2011
-
-
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
-
- Aug 17, 2011
-
-
kytv authored
-
- Aug 16, 2011
- Aug 06, 2011
-
- Jul 31, 2011
-
-
zzz authored
to speed integration
-
- Jul 30, 2011
-
-
kytv authored
-
- Jul 29, 2011
-
-
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
-
- Jul 28, 2011
-
-
zzz authored
-
- Jul 27, 2011
-
-
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
-
- Jul 26, 2011
- Jul 22, 2011
-
-
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.
-
- Jul 21, 2011
-
-
zzz authored
* Netdb: Speed up collection of all the floodfill peers by using PeerManager.getPeersByCapability() * PeerManager: Capability cleanups
-
- Jul 18, 2011
-
-
zzz authored
- Add reseed hosts thx matt .at. drollette.com - Remove https://a.netdb.i2p2.de/, bad cert for months - Remove https://c.netdb.i2p2.de/, no data for months
-
- Jul 15, 2011
-
-
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
-
- Jul 13, 2011
-
-
zzz authored
- Fix delayed lookup of reason from file - Tag strings for translation - Sort IPs on configpeer.jsp correctly - Cleanups
-
- Jul 10, 2011
-
-
zzz authored
* OCMOSJ: Clear caches at restart * UPnP: - Fix device rediscovery and port opening after restart
-
- Jul 08, 2011
- Jul 07, 2011
-
-
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
-
- Jul 06, 2011
-
-
zzz authored
-
- Jul 03, 2011
-
-
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
-
- Jul 01, 2011
- Jun 30, 2011
-
-
zzz authored
-
- Jun 27, 2011
-
- Jun 26, 2011
-
-
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
-
- Jun 23, 2011
-
-
zzz authored
-
- Jun 21, 2011
-
-
kytv authored
(either wrong architecture or i2psvc is just plain missing) and give a more useful error message.
-
- Jun 14, 2011
-
-
zzz authored
-
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.
-