- Jan 01, 2012
-
-
kytv authored
-
- Dec 31, 2011
-
-
zzz authored
-
- Dec 30, 2011
- Dec 29, 2011
-
-
zzz authored
- Add delay in systray port checker to ensure console is up - Move I2PRequestLog to net.i2p.jetty package
-
- Dec 23, 2011
-
-
zzz authored
-
zzz authored
-
zzz authored
-
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
-
- Jun 08, 2011
-
-
zzz authored
-
- May 22, 2011
-
-
zzz authored
affected 0.8.4 and 0.8.6 installers. Include jar in the updater for the next release. Thx KYTV.
-
- Feb 17, 2011
-
-
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)
-
- Feb 03, 2011
-
-
zzz authored
- Fix non-UTF-8 comment in Jetty source File
-
- Dec 26, 2010
- Dec 19, 2010
- Dec 18, 2010
- Jun 14, 2010
-
-
echelon authored
-
- May 05, 2010
-
-
zzz authored
-
- Apr 27, 2010
-
-
zzz authored
-
- Feb 13, 2010
-
-
sponge authored
-
- Feb 12, 2010
-
-
sponge authored
org.mortbay.jetty.Server modified method to accept Attributes for batch webapp launches via addWebApplications().
-
- Feb 07, 2010
-
-
zzz authored
-
- Jan 31, 2010
- Aug 15, 2009
-
-
zzz authored
-
- Jul 01, 2009
-
-
zzz authored
for efficiency (thanks Arsene for the suggestion)
-
- Apr 26, 2009
-
-
zzz authored
-
- Apr 23, 2009
-
-
zzz authored
Jetty forms the temp directory name from, among other things, the bound address. The patch in 0.7.2 to bind to IPV6 addresses led to ':' in the directory name, which is not allowed on windows. Change these to '_'.
-
- Apr 08, 2009
-
-
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
-
- Jan 24, 2009
-
-
zzz authored
- Don't bundle unneeded XML parser xercesImpl.jar for Jetty (1MB) - Don't include unneeded stuff in Copy, Delete, Exec.jar (300KB)
-
- Nov 14, 2008
-
-
zzz authored
- Don't die if depend not available - Only verify Jetty hash once - Add streaming lib tests to depends task
-
- Nov 09, 2008
-
-
zzz authored
-
- May 22, 2008
-
-
dev authored
-
- Mar 08, 2008
-
-
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.
-
- Dec 02, 2007
-
-
* 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).
-
- Mar 03, 2007
-