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

Skip to content
Snippets Groups Projects
  1. Jan 14, 2012
  2. Jan 10, 2012
  3. Jan 09, 2012
  4. Jan 08, 2012
    • zzz's avatar
      fixup after prop · 7feaadbd
      zzz authored
      7feaadbd
    • zzz's avatar
      * Router shutdown: · f6ca6a5e
      zzz authored
          - Fix failsafe shutdown hook broken in 0.8.8;
            HUP, INT, and TERM signals should now shut down cleanly.
          - Shutdown hook no longer prevents other hooks from running
          - Trap HUP, if router.gracefulHUP=true, and do graceful shutdown.
            Only under wrapper, non-Windows.
          - i2prouter stop now uses SIGTERM
          - Implement i2prouter graceful using SIGHUP (ticket #580)
          - Configure wrapper to ignore SIGUSR1 and SIGUSR2 as they will shut down
            or crash the JVM
      f6ca6a5e
  5. Jan 06, 2012
  6. Jan 02, 2012
  7. Dec 31, 2011
  8. Dec 30, 2011
  9. Dec 29, 2011
  10. Dec 24, 2011
    • zzz's avatar
      - Fix Console concurrent ThreadPool · ec7ec564
      zzz authored
      - Uncomment eepsite concurrent ThreadPool and fix arguments
      - Reduce eepsite acceptors to 1
      - Add jetty-ssl.xml example
      - jetty.xml cleanup
      ec7ec564
    • zzz's avatar
      - Fix help.jsp mapping to language · 0fb90960
      zzz authored
      - Fix nowebapp.jsp for non-started webapps
      - Fix nowebapp.jsp for url /foo for non-started webapp foo
      0fb90960
    • zzz's avatar
      * Plugins: · bb7a88ff
      zzz authored
          - Enforce min and max Jetty versions at plugin installation
          - Enforce I2P, Java, and Jetty versions at plugin startup too
      bb7a88ff
  11. Dec 23, 2011
    • zzz's avatar
      RouterInfo, RouterAddress: Optimizations and integrity checks · 8fa72053
      zzz authored
          - Remove synchronization
          - Do not allow contents to change after being set, throw IllegalStateException
          - Do not copy contents out in getters
          - Make options final
          - Add getOption() and getOptionsMap() methods
      8fa72053
    • zzz's avatar
      fix getWebApp() · d976b597
      zzz authored
      d976b597
    • 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
  12. Dec 15, 2011
  13. Dec 05, 2011
    • zzz's avatar
      * Router: · 0f384c86
      zzz authored
          - More refactoring tasks to their own files
          - Adjust some thread priorities
      0f384c86
    • zzz's avatar
      cleanup · 4c2c198c
      zzz authored
      4c2c198c
  14. Dec 04, 2011
    • zzz's avatar
      * Console: · c5f98a04
      zzz authored
          - Less icons on configclients.jsp
          - Fix some browsers breaking line on negative numbers
          - Tab CSS tweaks
      c5f98a04
  15. Dec 02, 2011
    • zzz's avatar
      * Console: · c9cccd75
      zzz authored
          - Summary bar tweaks
          - Config nav CSS tabs
          - CSS cleanups from last checkin
      c9cccd75
  16. Nov 30, 2011
    • zzz's avatar
      * Console: · 080cc962
      zzz authored
          - Split up config network page
          - CSS tweaks and cleanups
          - Change some form notices to errors
          - Spiff up the buttons
      
          new silk icons: See licenses/LICENSE-SilkIcons.txt
          new toopie icon: Shrunk from existing one
      080cc962
  17. Nov 28, 2011
  18. Nov 16, 2011
  19. Nov 14, 2011
  20. Nov 11, 2011
    • zzz's avatar
      * Console: · 624badfb
      zzz authored
          - Less magic and fix img sizes, for speed and less artifacts while rendering
          - CSS tweaks
      624badfb
  21. Nov 09, 2011
  22. Nov 03, 2011
  23. Oct 25, 2011
    • zzz's avatar
      * Tunnels: · 157a7885
      zzz authored
          - Make most classes package private
          - Final, static, logs, cleanups
          - Consolideate createRateStat calls
          - Add getTotalLength()
          - Remove unused lengthOverride()
      157a7885
  24. Oct 17, 2011
Loading