Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-20369048: more test cases for ConstraintSecurityHandlerThomas Becker1-11/+269
2012-01-20Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins2-8/+20
2012-01-20368992 avoid non-blocking flush when writing to avoid setting !_writable with...Greg Wilkins2-11/+4
2012-01-19359329 Prevent reinvocation of LoginModule.login with jaspi for already authe...Jan Bartel1-5/+14
2012-01-19additional more informative test error messagesJesse McConnell1-2/+4
2012-01-19[369120] more descriptive test failure outputJesse McConnell1-1/+2
2012-01-19368992: improved loggingGreg Wilkins1-2/+8
2012-01-19removed unneeded importsGreg Wilkins1-2/+0
2012-01-19Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins11-71/+114
2012-01-19368992 clear interest ops for double dispatch even if no read/write blocked t...Greg Wilkins1-2/+5
2012-01-18Revert "Get rid of javax.activation."Jesse McConnell6-0/+37
2012-01-18[368593] javax.activation is _not_ present in 1.5.0_18Jesse McConnell1-0/+15
2012-01-18[368593] remove profile altogether, javax.activation is part of allJesse McConnell1-15/+0
2012-01-18368948 - POM for jetty-jndi references unknown version for javax.activation.Simone Bordet1-12/+12
2012-01-18Improved logging of exceptions; now stack traces are printed in debug mode, i...Simone Bordet2-6/+5
2012-01-18Made SslConnection logger a per-instance variable, to avoid lock contention w...Simone Bordet2-44/+44
2012-01-18368920 - JettyAwareLogger always formats the arguments.Simone Bordet1-13/+20
2012-01-18368821 improved test harnessGreg Wilkins1-3/+34
2012-01-18JETTY-1475 made output state fields volatile to provide memory barrier for no...Greg Wilkins2-9/+10
2012-01-18368821 SslConnection.handle always calls wrapped Connection.handle, so state ...Greg Wilkins5-59/+64
2012-01-17Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Simone Bordet34-274/+401
2012-01-17368821 - SSL Spin on asyncDispatch.Simone Bordet1-1/+172
2012-01-17When dumping the selector, we should take the keys only once, otherwise the s...Simone Bordet1-4/+6
2012-01-17Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jan Bartel1-6/+6
2012-01-17368632 Remove superfluous removal of org.apache.catalina.jsp_fileJan Bartel1-2/+2
2012-01-17Updating testcase to indicate reason of failure (when testing on OSX)Joakim Erdfelt1-6/+6
2012-01-17Setting TRACE tests to @Ignore pending review of changes for realmless securi...Joakim Erdfelt1-2/+4
2012-01-17Minor update to VERSION.txt formatJoakim Erdfelt1-4/+2
2012-01-17368821 Only do SSL asyncDispatch for temp buffer fillsGreg Wilkins1-17/+20
2012-01-17368773 process data constraints without realmGreg Wilkins4-13/+215
2012-01-17368787 always set token view to new header buffers in httpparserGreg Wilkins4-150/+85
2012-01-16368635 moved lifecycle state reporting from toString to dumpGreg Wilkins3-3/+4
2012-01-16368635 moved lifecycle state reporting from toString to dumpGreg Wilkins7-32/+25
2012-01-16368633 fixed configure.dtd resource mappingsGreg Wilkins6-11/+24
2012-01-13Get rid of javax.activation.Alexander Kurtakov6-37/+0
2012-01-13Merge branch 'release'Jesse McConnell1-1/+18
2012-01-13Updating VERSION.txt top sectionJesse McConnell1-0/+2
2012-01-13[maven-release-plugin] prepare for next development iterationJesse McConnell60-60/+60
2012-01-13[maven-release-plugin] prepare release jetty-7.6.0.RC4jetty-7.6.0.RC4Jesse McConnell60-60/+60
2012-01-13Updating VERSION.txt top sectionJesse McConnell1-2/+17
2012-01-13Merge branch 'master' into releaseJesse McConnell105-2043/+2770
2012-01-13366472: Javadocs.Simone Bordet1-2/+8
2012-01-13366472: CrossDomainFilter accepts wildcard domains like *.example.comThomas Becker2-7/+71
2012-01-13Added one more SSL bytes tests that send RST while the server is read blocked.Simone Bordet1-12/+78
2012-01-13Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-0/+2
2012-01-13365302: clean up old Logger mbeansGreg Wilkins6-6/+4
2012-01-12add some textJesse McConnell1-0/+3
2012-01-12nop changeJesse McConnell1-1/+0
2012-01-12Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-3/+5
2012-01-12365302: made map of loggers concurrent and shared in abstractGreg Wilkins16-121/+186

Back to the top