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

Skip to content
Snippets Groups Projects
  1. Oct 14, 2012
  2. Aug 12, 2012
  3. Apr 12, 2012
  4. Mar 26, 2012
  5. Mar 25, 2012
  6. Mar 17, 2012
  7. Mar 12, 2012
    • zzz's avatar
      * Console: · 2415091a
      zzz authored
          - Better IPv6 test, hopefully will work on Windows
          - Hide home page flags once language is selected
          - Home page shrinkage and other CSS tweaks
      2415091a
  8. Mar 10, 2012
  9. Jan 18, 2012
  10. Jan 08, 2012
    • 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
  11. Dec 31, 2011
  12. Dec 30, 2011
  13. Dec 29, 2011
  14. 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
  15. Dec 23, 2011
    • 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
  16. Dec 15, 2011
  17. Dec 05, 2011
    • zzz's avatar
      * Router: · 0f384c86
      zzz authored
          - More refactoring tasks to their own files
          - Adjust some thread priorities
      0f384c86
  18. Nov 09, 2011
  19. Jun 16, 2011
    • zzz's avatar
      * Shutdown: · cb72bb04
      zzz authored
          - Implement and call shutdown for BandwidthRefiller
          - Implement and register shutdown hook for Timestamper
          - Implement and register shutdown hook for Jetty console server
          - Fix UPnP-SSDPNotifySocket thread not stopping
          - Fix all but one UDP PacketHandler threads not stopping
      cb72bb04
  20. Feb 27, 2011
    • zzz's avatar
      * Console: · 21f14ac2
      zzz authored
            - Fix numerous readme HTML errors
            - Fix flag locations in readmes
            - desktopgui.enable now defaults to false; run systray if false
            - Start icon app before console
            - Restore systray form in configservice.jsp
            - Only save lang when clicking on flags if desktopgui is running
            - Only allow two-letter lang code from cgi parameter
      21f14ac2
  21. Feb 17, 2011
  22. Feb 14, 2011
  23. Feb 11, 2011
  24. Jan 20, 2011
  25. Jan 19, 2011
  26. Dec 31, 2010
  27. Dec 27, 2010
  28. Dec 14, 2010
    • zzz's avatar
      minor · c44c2225
      zzz authored
      c44c2225
  29. Dec 05, 2010
    • zzz's avatar
      * Console: · 4a9f7b74
      zzz authored
            - Add SSL support - To enable, change clients.config. Examples:
                  ## Change to SSL only - just add a '-s'
                  clientApp.0.args=-s 7657 ::1,127.0.0.1 ./webapps/
                  ## Use both non-SSL and SSL - add '-s port interface'
                  clientApp.0.args=7657 ::1,127.0.0.1 -s 7667 ::1,127.0.0.1 ./webapps/
                  ## ...and change URLLauncher args further down for the browser to open https:// at startup if you like.
      4a9f7b74
  30. Jul 06, 2010
  31. Jun 29, 2010
  32. May 05, 2010
  33. Mar 29, 2010
    • zzz's avatar
      * configclients.jsp: · c43b16cf
      zzz authored
            - Always show start button for webapps and plugins
          * configclients.jsp, configupdate.jsp:
            - Fix submission when entering CR in a text box
          * Plugins:
            - Stop all plugins at shutdown
            - Log tweaks
          * WebApps:
            - Remove the WAC after stopping it
            - Stop a WAC before starting it to prevent dups
      c43b16cf
  34. Feb 27, 2010
  35. Feb 10, 2010
    • zzz's avatar
      * Plugins: · 949aea95
      zzz authored
            - Hook up update/delete/check/save buttons
            - Implement delete
            - Hide unless router.enablePlugins=true
      949aea95
Loading