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

Skip to content
Snippets Groups Projects
  1. Feb 03, 2014
    • zzz's avatar
      * Jetty: · 001b1272
      zzz authored
         - Update to Jetty 8.x, Servlet 3.0, JSP 2.2
         - Require Java 6
         - Use Servlet and JSP jars from Jetty instead of Tomcat
         - Tomcat remains at 6.0.37 supporting Servlet 2.5 / JSP 2.1
         - Remove Jetty dependency in console error pages
         - Build files for Jetty 8.1.14
         - Doc updates
         - Delete Jetty 7.6.14
         - Jetty 8.1.14 not yet checked in,
           waiting to see if a new version is released soon,
           but build will download it for testing
      001b1272
  2. Oct 16, 2013
  3. Dec 16, 2012
  4. Dec 07, 2012
  5. May 22, 2011
  6. Jun 16, 2010
  7. Oct 09, 2009
    • zzz's avatar
      docs · 376d61c1
      zzz authored
      376d61c1
  8. Oct 07, 2009
  9. Jun 11, 2009
    • zzz's avatar
      Upgrade to izpack 4.3.0 and add a short script to fix Vista install problems. · ce50a9ca
      zzz authored
      (previous izpack was 3.7.2 from 2005-04-22)
      
      izpack 4.3.0 from :
      http://dist.codehaus.org/izpack/releases/4.3.0/IzPack-install-4.3.0.jar
      SHA1 f06da6b26ac2c68fed64ab38980352989b8d8841
      (no signatures or sha1sums found on website, and the jar is unsigned)
      License: Apache 2.0
      
      upack izpack:
      java -jar IzPack-install-4.3.0.jar
      or
      java -jar IzPack-install-4.3.0.jar -console
      
      get the standalone-compiler.jar from the installation lib/ directory:
      SHA1 6d2b4a5657bfb864a333b1c4b1c0f8223aa57d80
      (no signatures or sha1sums found on website, and the jar is unsigned)
      
      This fixes the bug with the install windows centered in all the
      workspaces, not the current workspace. And who knows what other
      bugs in the last 4 years.
      
      To fix Vista (and presumably Windows 7) permissiom problems,
      add a run-privileged flag for those, and run the new fixperms.bat
      which calls icacls to add the privileges to the install directory.
      
      Add support for 6 more language packs found in the new release.
      Change from ISO3 codes to native language names.
      
      Disable creation of the i2p.tar.bz2 file in build.xml
      (distributed as i2pheadless-0.7.x.tar.bz2), as izpack 4.3.0 now
      supports headless installation with java -jar i2pinstall.exe -console.
      Update INSTALL.txt and INSTALL-headless.txt accordingly.
      ce50a9ca
  10. Jun 01, 2009
  11. Oct 14, 2008
  12. Oct 05, 2005
    • jrandom's avatar
      2005-10-05 jrandom · 4dd628db
      jrandom authored and zzz's avatar zzz committed
          * Allow the first few packets in the stream to fill in their IDs during
            handshake (thanks cervantes, Complication, et al!)  This should fix at
            least some of the intermittent HTTP POST issues.
      4dd628db
  13. Sep 29, 2005
    • jrandom's avatar
      * 2005-09-29 0.6.1 released · 848ead76
      jrandom authored and zzz's avatar zzz committed
      2005-09-29  jrandom
          * Let syndie users modify their metadata.
          * Reseed the router on startup if there aren't enough peer references
            known locally.  This can be disabled by creating the file .i2pnoreseed
            in your home directory, and the existing detection and reseed handling
            on the web interface is unchanged.
      848ead76
  14. Dec 21, 2004
    • jrandom's avatar
      2004-12-21 jrandom · 758293dc
      jrandom authored and zzz's avatar zzz committed
          * Cleaned up the postinstall/startup scripts a bit more to handle winME,
            and added windows info to the headless docs. (thanks ardvark!)
          * Fixed a harmless (yet NPE inspiring) race during the final shutdown of
            a stream (thanks frosk!)
          * Add a pair of new stats for monitoring tunnel participation -
            tunnel.participatingBytesProcessed (total # bytes transferred) and
            tunnel.participatingBytesProcessedActive (total # bytes transferred for
            tunnels whose byte count exceed the 10m average).  This should help
            further monitor congestion issues.
          * Made the NamingService factory property public (thanks susi!)
      758293dc
  15. Sep 29, 2004
  16. Sep 02, 2004
Loading