- Nov 23, 2012
- Nov 22, 2012
-
-
zab authored
-
zab authored
to branch 'i2p.i2p' (head 0e92cf3a3844e7b738ca9c2486112867fc663b6f)
-
zab authored
-
zzz authored
GPLv2 binaries stripped gcc (Debian 4.6.3-12+rpi1) 4.6.3 java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.5) (6b24-1.11.5-1+rpi1) OpenJDK Zero VM (build 20.0-b12, mixed mode) Processor : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 697.95 Features : swp half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7 Hardware : BCM2708 Revision : 0002
-
- Nov 21, 2012
-
-
kytv authored
-
kytv authored
- Windows: Self-compiled with VS2010 in Windows 7. The icon has been changed from Tanuki's default to Itoopie. - FreeBSD: Self-compiled in FreeBSD 7.4 to eliminate the dependency on the compat6x port and stripped. - Linux PPC32: Self-compiled in Debian Squeeze and stripped - Linux x86, Linux x64, Linux ARMv5, MacOSX & Solaris: Binares are from the "community edition" deltapack offered by Tanuki. The Linux binaries have been stripped.
-
zab authored
-
- Nov 20, 2012
-
-
zzz authored
SSU connections in 0.9.2, cutting network capacity in half and harming tunnel build success rates
-
- Nov 19, 2012
-
-
kytv authored
These binaries are identical on 32-bit kFreeBSD, NetBSD, and OpenBSD systems. If a corei CPU is found on these systems we'll use the core2 jbigi binary. 194868,ad47c3d909d0fb85242566f3c7b4be5b,libjbigi-kfreebsd-core2.so 194868,ad47c3d909d0fb85242566f3c7b4be5b,libjbigi-kfreebsd-corei.so 202848,57aa013ca310f3aae990f5ee78c100bd,libjbigi-netbsd-core2.so 202848,57aa013ca310f3aae990f5ee78c100bd,libjbigi-netbsd-corei.so 207657,01483211b6e077057302e256f185f7e7,libjbigi-openbsd-core2.so 207657,01483211b6e077057302e256f185f7e7,libjbigi-openbsd-corei.so The I2P project does not currently ship these binaries, but they can be found in unofficial jbigi packages.
-
kytv authored
Support for these has already been added to CPUID.java.
-
kytv authored
- add kFreeBSD to NBI and CPUID - add kFreeBSD to jcpuid/jbigi build scripts - refresh debian patches to compensate for kFreeBSD changes - i2prouter: Detect kFreeBSD and normalize its name - clean up osid (switching to "elif") and adding support for detecting kFreeBSD - update postinstall.sh; I2P cannot be installed using gij so postinstall.sh will not be run. If/when openjdk finally comes to kFreeBSD, we'll be ready for it.
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
- Nov 18, 2012
- Nov 17, 2012
-
-
zab authored
-
zab authored
-
zab authored
-
zab authored
-
zzz authored
Exploratory: +30 IRC: +15 HTTP Proxy: +10 I2PSnark: -10
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zab authored
Add a new class to store results from rate calculations Add a new method to compute average, last and current measurements Use the new method in RouterThrottleImpl
-
- Nov 16, 2012
-
-
kytv authored
(spotted at http://pastethis.i2p/show/2280/ and jcpuid already matches *FreeBSD* so this fixes a minor consistency issue. Thanks to the anonymous paster.)
-
zzz authored
-
zzz authored
- Implement automatic reseeding (ticket #521) - Increase minimum routers from 15 to 50
-
zzz authored
-
zzz authored
(copy/paste error)
-
- Nov 14, 2012
-
-
zab authored
* Removal of warnings related to generics in StatManager
-
- Nov 13, 2012
-
-
zzz authored
-
zzz authored
The bug has been there forever but never happened before 0.9.3 because the buffers were all 32KB and the largest fragment was about 1500 bytes. In 0.9.3, there are multiple buffer sizes, the smallest is 512 bytes, and a packet of exactly 512 bytes would be silently dropped. Thanks zab for finding it.
-
zzz authored
-
zzz authored
- Fix NPE with more syncing (hopefully) (ticket #770) - Use ByteCache for 16KB buffers
-