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

Skip to content
Snippets Groups Projects
  1. May 26, 2016
  2. May 07, 2016
  3. May 05, 2016
  4. Oct 09, 2015
    • zzz's avatar
      NBI test improvements: · f8163241
      zzz authored
      - Try to prevent not-coprime errors
      - Minor cleanups
      - Javadoc fix
      Fix build script typo
      f8163241
  5. Oct 08, 2015
  6. Sep 29, 2015
  7. Nov 30, 2014
    • zzz's avatar
      libjbigi updates: · a3c6cc1d
      zzz authored
         Added:
           nativeJbigiVersion()
           nativeGMPMajorVersion()
           nativeGMPMinorVersion()
           nativeGMPPatchVersion()
           nativeModInverse()
           nativeModPowCT()
         Support negative vaules in conversion functions
         Support negative base value in modPow()
         Throw ArithmeticException for bad arguments rather than crashing
         Switch to GMP 6.0.0
         New build targets
      NativeBigInteger changes:
         Test improvements
         Version reporting
      Crypto changes:
         Use constant time modPow() for signing and decryption
         Use native modInverse()
      a3c6cc1d
  8. Sep 20, 2013
  9. May 12, 2013
    • kytv's avatar
      improvements to jbigi scripts · c1da7f77
      kytv authored
      support for Solaris (tested with Solaris 11 x86)
      
      mbuild-all.sh:
      - output correctly formatted file names (tested in Solaris x86, FreeBSD (x86 and x64) and Linux (x86 & x64))
      - switch from echo -e to the more portable printf
      - more error checking, comments
      
      debian/patches: refreshed based on changes to core/c/*
      libjcpuid-x86_64-solaris.so: built in solaris 11 x86 with
                                   java 1.7.0_07 and gcc 4.5.2, stripped
      c1da7f77
  10. Nov 19, 2012
    • kytv's avatar
      Improved support for GNU/kFreeBSD · d0a3c725
      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.
      d0a3c725
  11. Nov 16, 2012
  12. May 28, 2012
    • kytv's avatar
      minor updates to jbigi/jcpuid scripts · e574b5e6
      kytv authored
      - use my find-java-home stub script when building jcupid
      - move find-java-home to core/c
      - add support for ArchLinux to find-java-home
      e574b5e6
  13. Jan 08, 2012
    • kytv's avatar
      update of jbigi scripts · b09071f2
      kytv authored
      - merge mbuild_jbigi.sh into build_jbigi.sh and drop mbuild_jbigi.sh
      - make build.sh's tests optional
      - try to determine the locations of JAVA_HOME and I2P
      b09071f2
  14. Jun 28, 2011
  15. May 31, 2011
  16. Jun 03, 2010
    • dream's avatar
      Fixed build.sh · 8b372ad3
      dream authored
      jbigi's build.sh had a number of failed assumptions as per where I2P and JAVA_HOME were which needed to be removed and a warning put in their place. A better solution would be to have some way to search for JAVA_HOME and I2P in common locations, but at least this solution works if you do it manually:
      
      I2P=~i2p JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.20 sh build.sh dynamic
      
      thank zzz for prodding me to do this
      8b372ad3
  17. Mar 30, 2009
  18. Feb 21, 2008
  19. Jan 22, 2005
    • jrandom's avatar
      2005-01-21 Jhor · d85dc821
      jrandom authored and zzz's avatar zzz committed
          * Updated jbigi build scripts for OSX.
      2005-01-21  jrandom
          * Added support for OSX to the NativeBigInteger code so that it will look
            in the classpath for libjbigi-osx-none.jnilib.  At the moment, that file
            is not bundled with the shipped jbigi.jar yet though.
      d85dc821
  20. Aug 21, 2004
Loading