- Jun 08, 2011
-
-
kytv authored
-
kytv authored
-
kytv authored
Compiled using mingw32 in Windows XP (gcc --version returns v4.5.2). As was done with the Linux and FreeBSD builds, jbigi was linked with gmp-4.3.2 for the 32bit cpus and 5.0.2 for the 64bit CPUs. Since there current isn't a free version of the wrapper for x64 Windows, there aren't any x64 versions of these dlls.
-
- Jun 07, 2011
-
-
kytv authored
I missed in revision 97672ae2bf487e93c095bb1d142c3df1a2f3d7d7 *Sigh*
-
kytv authored
and 'a81e35f3ea0e85227f834ec3bd4c40c7c18291f8'
-
kytv authored
The aging v3.1.x of the java wrapper is being replaced in this checkin with the latest (current) stable release, 3.5.9. There is now only one copy of wrapper.jar, located in wrapper/all. The build.xml scripts have been changed to reflect this new path. All binaries--with the exception of solaris (I don't have SPARC hardware)--have been stripped. FreeBSD x64 is being included in this release. I have only included the x86 macosx wrapper due to not having a system to test the x64 code on. On the plus side, the wrapper is universal (a FAT powerpc & Intel Mac) binary. No more prompting to install Rosetta!
-
zzz authored
Drop libjbigi-freebsd-viac32.so, dup of libjbigi-freebsd-pentium3.so, case already handled in NBigI.
-
zzz authored
an android-only branch.
-
kytv authored
-
kytv authored
with PIC and stripped
-
kytv authored
-
kytv authored
-
kytv authored
Just as was done with Sponge's compiles for Linux, the 32bit libs/cpus were linked with gmp 4.3.2. The 64bit compiles were linked with gmp 5.0.2. The 32bit compiles for 64bit cpus were linked with 5.0.2 as well. All .so files were compiled with the default gcc on FreeBSD-8.2-RELEASE gcc (GCC) 4.2.1 20070719 [FreeBSD]
-
- Jun 06, 2011
-
-
zzz authored
- Move the classes around - Split into Activity and Service - Add status bar notification - More config changes
-
- Jun 05, 2011
-
-
zzz authored
- Import the main_rules file and remove the copied rules - Set the version code and name in the apk badging - Build target is 8 to allow SD install, MIN-SDK is still 3 - Fix NPE on new install - Remove some debug code from NBigI
-
kytv authored
-
kytv authored
-
kytv authored
-
duck authored
and 'afa8f9152e731dd11cd6a3649d45caaeb65b1b82'
-
duck authored
-
zzz authored
-
zzz authored
and '9d726cbaf7d1591c47b4dd7e6aed864d2c09e25d'
-
zzz authored
- Replace old non-PIC 62-bit linux libs (GMP 4.1.4 built in 2005) with PIC libs built with GMP 5.0.2. License is LGPLv3. Built by sponge with GCC 4.4.4, downloaded from http://sponge.i2p/files/jbigi/gmp-5.0.2/ For 64-bit processors, both performance testing and the GMP changelog led us to use 5.0.2 for both the 32- and 64-bit versions, even though the files are twice as big. See http://zzz.i2p/topics/306 for discussion and test results. libjbigi-linux-athlon64.so was a 64 bit file; by the new naming standard supported by NativeBigInteger, it is now a 32-bit file and the 64-bit one is libjbigi-linux-athlon64_64.so. All new 64-bit libs will have _64 appended. - Update build docs
-
zzz authored
NBI now tries athlon as a fallback for all 64-bit processors.
-
zzz authored
-
zzz authored
disabled by default. Add test code to verify identical results and compare speed.
-
duck authored
-
zzz authored
-
zzz authored
in RouterInfo and LeaseSet
-
zzz authored
-
zzz authored
with PIC libs built with GMP 4.3.2. License is LGPLv3. Built by sponge with GCC 4.4.4, downloaded from http://sponge.i2p/files/jbigi/gmp-4.3.2/ The 4.3.2 files are half the size of those built with GMP 5.0.2, and there was little or no performance difference between the two versions for 32 bit processors. See http://zzz.i2p/topics/306 for discussion and test results.
-
duck authored
-
m1xxy authored
and 'c0bbd3c3725889c45887d4cdce900908d8918df8'
-
m1xxy authored
-
zzz authored
-
- Jun 04, 2011
-
-
zzz authored
- Add a version update script - Disable NTP - Disable external I2CP
-
zzz authored
- Add a lock for reading/writing the router.info file - Check our RouterInfo validity after reading and before saving, to catch fatal errors sooner
-
zzz authored
-
zzz authored
-
zzz authored
- More efficient build of i2p.jar and crypto.jar - More build fixes - Merge package configuration resource with configuration file on device if it exists - Add launcher icon, resized from installer/resources/eepsite.help/help/lib/itoopie.png - Start of a libjbigi build script - Increase min API to 3 so we can use JNI
-