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

Skip to content
Snippets Groups Projects
  1. Jan 01, 2012
  2. Dec 31, 2011
  3. Dec 30, 2011
  4. Dec 29, 2011
  5. Dec 23, 2011
    • zzz's avatar
      fix up-to-date check · 8ea587ac
      zzz authored
      8ea587ac
    • zzz's avatar
      reapply I2P mods · 04cbcf27
      zzz authored
      04cbcf27
    • zzz's avatar
      6.1.26 base for reference · 99ad70e8
      zzz authored
      99ad70e8
    • zzz's avatar
      First cut at migrating to Jetty 6 and prep for using an external · 92b9d0a9
      zzz authored
      Jetty 6 package.
      
      - Add several jars from the Jetty 6 distribution
      - Update jetty.xml
      - Add context XML files
      - Update WorkingDir to migrate the content XML files
      - Update RouterConsoleRunner and LocaleWebAppHandler
      - Remove all old Jetty 5.1.15 local mods;
        this will break Seedless using a custom Server() constructor
      - Update I2PRequestLog to be a mod of NCSARequestLog from 6.1.26
      - Put I2PRequestLog in its own jar
      - Copy MultiPartRequest and other required classes from Jetty 5.1.15
        and add it to susimail, as the replacement MultiPartFilter in
        Jetty 6 is difficult to migrate to, and does not support content-type
      - Update i2psnark for Jetty 6
      - Disable i2psnark RunStandalone, unused and instantiated Jetty 5
      - Fix up all webapp build.xml to reference new jars
      
      Not yet working: Plugin/webapp run detection and stopping, eepsite CGI
      Not well tested: Plugins, classpaths, webapps
      92b9d0a9
  6. Jun 08, 2011
  7. May 22, 2011
  8. Feb 17, 2011
    • zzz's avatar
      * Build: · fd91927c
      zzz authored
            - Add includeAntRuntime=false to all javac targets
            - Add build date, mtn rev, and changed file list to all manifests
            - Add unless=uptodate to all jar and war targets
              (bob and dtg still todo)
      fd91927c
  9. Feb 03, 2011
  10. Dec 26, 2010
  11. Dec 19, 2010
  12. Dec 18, 2010
  13. Jun 14, 2010
  14. May 05, 2010
  15. Apr 27, 2010
  16. Feb 13, 2010
  17. Feb 12, 2010
  18. Feb 07, 2010
  19. Jan 31, 2010
  20. Aug 15, 2009
  21. Jul 01, 2009
  22. Apr 26, 2009
  23. Apr 23, 2009
  24. Apr 08, 2009
    • zzz's avatar
      * IPV6/localhost: · 0cfbe9c2
      zzz authored
            - Enable IPv6 stack in the JVM, hopefully won't break anything
            - Patch Jetty to support binding to IPv6 addresses
            - Allow multiple bind addresses for the router console
              in the clients.config file; for new installs the
              default is now "127.0.0.1,::1"
            - Change most instances of "localhost" to "127.0.0.1"
              throughout the code
          * Router:
            - Move some classes to private static inner
      0cfbe9c2
  25. Jan 24, 2009
    • zzz's avatar
      * Build files: · 9a089b7d
      zzz authored
            - Don't bundle unneeded XML parser xercesImpl.jar for Jetty (1MB)
            - Don't include unneeded stuff in Copy, Delete, Exec.jar (300KB)
      9a089b7d
  26. Nov 14, 2008
    • zzz's avatar
      * build files: · c7bb2e8f
      zzz authored
         - Don't die if depend not available
         - Only verify Jetty hash once
         - Add streaming lib tests to depends task
      c7bb2e8f
  27. Nov 09, 2008
  28. May 22, 2008
  29. Mar 08, 2008
    • complication's avatar
      2008-03-09 Complication · 6606c83c
      complication authored
          * Give the Jetty build file ability to ask permission
            before downloading the Jetty archive from the web,
            and to verify its SHA1 + MD5 hashes. Adjust the main build file
            in accordance with this change.
          * Improve the release checklist.
      6606c83c
  30. Dec 02, 2007
    • complication's avatar
      2007-12-01 Complication · 979a3e98
      complication authored and zzz's avatar zzz committed
          * Separate the checks "does Jetty .zip file need downloading"
            and "does Jetty .zip file need extracting" in the Jetty buildfile.
            First download (unless already done), then extract (unless done).
      979a3e98
  31. Mar 03, 2007
    • zzz's avatar
      2007-03-03 zzz · a5c4ba3b
      zzz authored and zzz's avatar zzz committed
          * Upgrade from Jetty 5.1.6 to 5.1.12 which fixes spaces in URL
          * Add a updaterWithJetty build target
      a5c4ba3b
Loading