Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-14suppress duplicate attributes in the influence chainJesse McConnell1-1/+18
2012-08-13Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jet...Jesse McConnell7-218/+299
2012-08-13removed managed=true from ManagedOperation and ManagedAttributeJesse McConnell12-41/+21
2012-08-13remove managed=true need for ManagedOperationJesse McConnell1-1/+16
2012-08-13wire up way to remove the need for managed=true on ManagedAttributeJesse McConnell5-17/+56
2012-08-13Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jet...Joakim Erdfelt28-104/+118
2012-08-13Attempting to get client connection workingJoakim Erdfelt7-218/+299
2012-08-13more mbean -> annotation conversionJesse McConnell15-42/+69
2012-08-13more mbean -> annotation conversionJesse McConnell13-62/+49
2012-08-13add typing to context handler mbean and remove import from xmlconfigurationJesse McConnell2-4/+3
2012-08-13Jetty9 - Removed duplicate logger definitions.Simone Bordet2-15/+5
2012-08-13Jetty9 - Code cleanups: using generics, diamond operator, removed warnings, etc.Simone Bordet7-172/+150
2012-08-12jetty-9 more work on stop/close. Turned on statistics all of the time, but s...Greg Wilkins16-51/+197
2012-08-12jetty-9 fixed some XML validation issuesGreg Wilkins4-15/+15
2012-08-11Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jet...Jesse McConnell12-52/+138
2012-08-11Remove Managed annotation and convert the context handler over to the new usageJesse McConnell3-116/+21
2012-08-11jetty-9 cleaned up the stop and stopTimeout handlngGreg Wilkins12-52/+138
2012-08-10add note to readonly annotation elementJesse McConnell1-0/+2
2012-08-10more annotation jmx jiggeringJesse McConnell13-44/+18
2012-08-10Merge branch 'multimap-ng' into jetty-9Joakim Erdfelt13-326/+348
2012-08-10[multimap-ng] moving UrlEncoded over and fixing various other failing testsJoakim Erdfelt5-29/+35
2012-08-10simone added an attribute to abstractlifecycle increasing the attribute count...Jesse McConnell1-2/+2
2012-08-10[Bug 380924] xmlconfiguration <Configure and <New supports named constructors...Jesse McConnell5-5/+271
2012-08-10[multimap-ng] making MultiPartFilter behave.Joakim Erdfelt1-2/+1
2012-08-10[multimap-ng] step 2, make MultiMap a generic, and remove LazyList useJoakim Erdfelt5-180/+293
2012-08-10Merge branch 'jetty-9' into multimap-ngJoakim Erdfelt27-388/+381
2012-08-10Jetty9 - Fixed handling of <Configure> when it contains only <Arg> elements.Simone Bordet1-7/+5
2012-08-10Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jet...Jesse McConnell18-234/+150
2012-08-10[multimap-ng] step 1, make MultiMap participate as a full fledged member of t...Joakim Erdfelt6-147/+51
2012-08-10add test for arg configure and fix issue in xml configuration for itJesse McConnell3-2/+139
2012-08-10Jetty9 - Set stopTimeout to zero by default, and setting defaults for threade...Simone Bordet5-3/+13
2012-08-10Jetty9 - Refactored usage of components that were using custom stop timeout t...Simone Bordet17-232/+138
2012-08-10ignore testJesse McConnell1-0/+2
2012-08-10updates to managed attribute, tests, objectmbean impl and a note to improve i...Jesse McConnell11-161/+236
2012-08-10more surgical excision of LazyListJoakim Erdfelt1-20/+25
2012-08-10Quick lancing of another LazyListJoakim Erdfelt1-5/+6
2012-08-10Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jet...Joakim Erdfelt15-118/+335
2012-08-10Fixing bad UTF8 test assumptionJoakim Erdfelt1-6/+4
2012-08-10jetty-9 fixed stderrlog testGreg Wilkins1-18/+26
2012-08-10jetty-9 Less reliance on booleans in SslConnectionGreg Wilkins1-15/+21
2012-08-10Jetty9 - Better handling of cases where the SslConnection has its output shut...Simone Bordet1-31/+57
2012-08-10Jetty9 - Introduced Connection.close() for better stop of lifecycle components.Simone Bordet4-34/+96
2012-08-10Jetty9 - Added logging.Simone Bordet1-1/+3
2012-08-10Jetty9 - Code cleanup, renaming methods to be more expressive.Simone Bordet1-22/+20
2012-08-10377055 Prevent webapp classloader leaksJan Bartel3-3/+3
2012-08-10jetty-9 potential SSL fixGreg Wilkins5-35/+51
2012-08-10jetty-9 better dispatching of events to SSLGreg Wilkins5-11/+56
2012-08-10jetty-9 write on ssl connection test harnessGreg Wilkins1-1/+31
2012-08-10jetty-9 improved loggingGreg Wilkins6-5/+29
2012-08-09Replacing with optional CollectionsJoakim Erdfelt1-27/+56

Back to the top