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

Skip to content
Snippets Groups Projects
  1. Apr 14, 2018
  2. Nov 25, 2017
  3. May 17, 2017
  4. May 03, 2017
  5. Mar 04, 2017
    • zzz's avatar
      Move setting of InstanceManager to WebAppConfiguration to avoid race · f38ee48c
      zzz authored
      Fix up LICENSES.txt
      Build.xml cleanup
      Debian:
      - Add support for with-libtomcat8-java but not with-libjetty9-java for wheezy/jessie
      - Fix wheezy/precise/trusty build files to use tomcat8 but not jetty9 packages
      - Remove build dependency on ant-optional, not required
      - Remove some remaining eclipse-ecj dependencies
      - Add short README files for wheezy and jessie
      f38ee48c
  6. Mar 03, 2017
    • zzz's avatar
      Debian builds: · b72085bc
      zzz authored
      - Remove with-libtomcat6-java and with-libtomcat7-java
      - Replace with-libjetty8-java with-libjetty9-java
      - Add libtomcat8-java dependency in debian builds
      - Change libservlet-3.0-java implicit dependency to libservlet-3.1-java
      - Initial mods for trusty build files, as it does not have jetty 9
      - Initial xenial build files
      - Add link to jetty9-apache-jsp.jar
      - Add necessary util jars to jsp classpath
      Non-Debian builds:
      - Move tomcat runtime from javax.servlet.jar to jasper-runtime.jar,
        to be consistent with Jetty 8
      - Switch from jetty (glassfish) to apache (tomcat) jsp implementation,
        to be consistent with Debian builds
      - Drop checked-in Tomcat 6 and Jetty 8 jars
      Code:
      - Force Jasper initialization in RouterConsoleRunner since we
        don't use the Jetty annotation scanner
      b72085bc
  7. Dec 15, 2016
    • zzz's avatar
      Debian: Updates · 0a1cd205
      zzz authored
      - Fix jetty version in build.xml
      - Make javadoc package priority 'extra'
      - Beginning of xenial files, Java 8 only, untested
      - Build doc updates
      - Add zesty, remove wily in docs
      0a1cd205
  8. Oct 20, 2016
  9. May 26, 2016
  10. Mar 31, 2016
  11. Mar 29, 2016
  12. Mar 27, 2016
    • zzz's avatar
      Transport: · 169fd565
      zzz authored
      Include Maxmind geoip-api-java library v1.3.1 (LGPL v2.1)
      Use Maxmind database for geoip lookup if it exists
      Debian:
      Don't bundle geoip.txt and geoipv6.dat.gz, depend on geoip-database instead
      169fd565
  13. Mar 26, 2016
    • zzz's avatar
      Debian: Set bootclasspath in override.properties · 97a6cbda
      zzz authored
      Require openjdk-7-jdk to build hso we have the correct bootclasspath jars
      97a6cbda
    • zzz's avatar
      Debian: Remove libcommons-logging-java build dependency · 51e04f7c
      zzz authored
      mtn-ignore tweak
      51e04f7c
    • zzz's avatar
      Build: · ee138a2b
      zzz authored
      Don't bundle launch4j licenses in non-windows builds
      Clarify in LICENSES.txt that launch4j is not bundled in non-windows builds and packages
      Debian:
      Change maintainer
      Remove Debian patch that drops the launch4j licenses
      ee138a2b
    • zzz's avatar
      Debian: · 5405792f
      zzz authored
      Add missing patch with update for .25
      Add missing line to require wrapper
      Add launchpad help document
      Add .24 and .25 releases to changelog
      5405792f
  14. Mar 21, 2016
  15. Dec 06, 2015
  16. Jun 14, 2015
  17. Feb 18, 2015
  18. Apr 06, 2014
  19. Apr 01, 2014
  20. Mar 13, 2014
  21. Apr 30, 2013
  22. Dec 23, 2012
  23. Dec 19, 2012
    • kytv's avatar
      debian: add commented entries required for PPA builds & update "debianhowto" target · aa6eefcc
      kytv authored
      If someone runs "ant debian" to make installable packages, they do not need to
      have their own wrapper or commons-logging  jars. The PPA builds, however, do
      require them. During the last release I made the mistake of overwriting my "PPA
      debian/control" file with the one from MTN that did not include these
      dependencies.
      
      Also updating "debianhowto" to reflect the fact that we no longer use
      Debian's/Ubuntu's Jetty pkgs since Jetty6 appears to be leaving their repos in
      the near future.
      aa6eefcc
  24. Nov 18, 2012
  25. Jul 23, 2012
  26. Apr 26, 2012
  27. Mar 04, 2012
  28. Feb 27, 2012
  29. Jan 04, 2012
  30. Jan 01, 2012
  31. Oct 08, 2011
  32. Aug 18, 2011
  33. Aug 09, 2011
  34. Jun 22, 2011
    • kytv's avatar
      Debian: Drop versioned dep on lsb-base so that the I2P package can be installed in · 8f84481d
      kytv authored
      GnewSense.
      
      This change will break nothing since we check for the existence of the lsb
      function files in the initscript. With an older version of lsb-base (like the
      one that came with Hardy (and GnewSense uses), the output from the initscript
      will simply look a little different (but again, nothing will break). Virtually 
      everything but GnewSense comes with the desired lsb-base package anyway...
      8f84481d
  35. Jun 13, 2011
  36. May 27, 2011
    • kytv's avatar
      Debian: Creating a new fourth package by splitting the i2p package in two · 164f060a
      kytv authored
       This commit splits the i2p package into a second package, i2p-router.
         * The new 'i2p-router' package does not depend on the java-wrapper nor jbigi.
           Jbigi is recommended. This package can be installed on the ports or 
           distributions that the java-wrapper is not available for.
         * The new 'i2p' package depends on i2p-router, libjbigi-jni, and the java-wrapper. 
           This package will add the i2psvc system user and the initscript. Existing
           users of the i2p package will have the i2p-router package pulled in
           automatically and for them there will be no usability changes.
      
       Executive summary: No functionality changes will take place for either those
      		    that installed the i2p package in the past or those that
      		    install the newly split i2p package. For them, "The Song
                          Remains the Same."
      164f060a
Loading