Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-12Removing [version] sections in modulesJoakim Erdfelt2-6/+0
2015-06-10469860 - Add module metadata versioning to support backwards compatJoakim Erdfelt2-0/+6
2015-05-13467289 - Not possible to specify jmxrmi port valueGreg Wilkins1-1/+1
2015-05-07466645 Allow XmlConfiguration Properties to use Elements or AttributesGreg Wilkins2-5/+5
2015-04-22464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt2-7/+8
2015-04-13460671 - Rationalize property names.Simone Bordet3-34/+32
2015-03-12461941 JMX Remote host:port set from start propertiesGreg Wilkins1-10/+12
2015-01-16457696 - JMX implementation should not be overridden by WebApp classesJoakim Erdfelt1-22/+12
2015-01-08Happy New Year 2015Joakim Erdfelt15-15/+15
2014-07-23expanded tabs in indentsGreg Wilkins1-12/+12
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet2-31/+55
2014-03-26430825 - jetty-start / use of jetty-jmx.xml prevents configuration of ThreadP...Joakim Erdfelt1-0/+3
2014-01-02Happy New Year - 2014!Joakim Erdfelt15-15/+15
2013-11-25422398 - moved jmx remote config to jmx-remote.modGreg Wilkins2-8/+8
2013-11-04global clean up importsGreg Wilkins1-1/+0
2013-10-24Cleaning up modulesJoakim Erdfelt2-5/+6
2013-10-24420103 - Split out jmx-remote module from existing jmx moduleJoakim Erdfelt3-44/+38
2013-09-12Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins1-6/+19
2013-09-12416990 JMX names statically uniqueGreg Wilkins1-6/+19
2013-09-12Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-1/+1
2013-09-12416990 JMX names statically uniqueGreg Wilkins1-1/+1
2013-09-06refined start.jar mechanism to align with updated documentationGreg Wilkins1-2/+2
2013-08-29update other jetty mods to new formatJesse McConnell1-4/+7
2013-08-27415826 start.jar module --enable and --disableGreg Wilkins1-0/+4
2013-08-22first pass for mod files for distributionJesse McConnell1-0/+9
2013-08-14Fixing malformed Javadoc warnings in jetty-jmxJoakim Erdfelt1-2/+2
2013-08-09414740 Removed the parent peeking LoaderGreg Wilkins1-1/+1
2013-05-21Add package-info.java files to all jetty packages.Jesse McConnell2-0/+46
2013-02-25401641 Fixed MBean setter for String[]Greg Wilkins1-15/+13
2013-02-01399721 - Change <Ref id= ...> to <Ref refid= ...>Simone Bordet1-9/+9
2013-01-11merge from jetty-8 and update license blocks.Jesse McConnell13-13/+13
2013-01-11update license blocks for 2013Jesse McConnell9-9/+9
2013-01-11jetty-9 organised imports. Cleaned up some TODOsGreg Wilkins6-4/+9
2012-11-29[Bug 395168] fix unavailable attributes when return type has annotationJesse McConnell4-18/+79
2012-11-02Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins2-3/+5
2012-11-02393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase callsGreg Wilkins2-2/+3
2012-10-11jetty-9 reverted to more start.ini rather than start.d usage as we will not ...Greg Wilkins1-2/+0
2012-09-21jetty-9 improved mbean namesGreg Wilkins1-23/+11
2012-09-21jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycleGreg Wilkins4-210/+122
2012-09-20jetty-9 - Removed references to JUnit 3.x.Simone Bordet1-1/+1
2012-09-06jetty-9 distribution workingGreg Wilkins2-12/+6
2012-08-29Jetty9 - Reduced test logging.Simone Bordet1-1/+1
2012-08-24Merge branch 'jetty-9-aggregation' into jetty-9-spdy-httpSimone Bordet12-275/+357
2012-08-17standardize license headersJesse McConnell3-0/+54
2012-08-17Merge from jetty-8 to jetty-9 (license header standarization)Joakim Erdfelt9-108/+150
2012-08-17standardize license header blocksJesse McConnell9-108/+150
2012-08-14fix logging bitsJesse McConnell1-4/+4
2012-08-14fix logging bitsJesse McConnell1-6/+6
2012-08-14removed the wrapper element from the ManagedObject annotation, rejiggered obj...Jesse McConnell3-48/+57
2012-08-14suppress duplicate attributes in the influence chainJesse McConnell1-1/+18

Back to the top