tomcat7.0
2010-09-08 marktBring changelog up to date
2010-09-08 marktFix warnings in the host manager package
2010-09-08 marktRemove unused attributes. This all moved to Context.
2010-09-08 marktRemove unused attributes. This all moved to Context.
2010-09-07 marktAdditional debug logging to investigate
2010-09-06 marktReduce visibility, remove unused/unnecessary methods...
2010-09-06 marktAdd @Override to test code
2010-09-06 marktAvoid NPE when a parallel request invalidates the curre...
2010-09-06 marktCouple of trivial Eclipse nags
2010-09-06 marktmanager -> manager-script
2010-09-06 marktIf a ping message fails, removed the failed members...
2010-09-06 marktExtend fix for bz49883
2010-09-06 marktFix typo
2010-09-06 marktSwitch to a JSP for the Tomcat home page and make the...
2010-09-06 marktgit-svn-id: https://svn.apache.org/repos/asf/tomcat...
2010-09-05 marktMisc code clean-up.
2010-09-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-09-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-09-05 marktMake sure async timeout thread is stopped when the...
2010-09-05 marktMake sure acceptor threads are stopped when the connect...
2010-09-03 marktFix an Eclispe nag.
2010-09-03 marktRemove debug code that was added in r991959
2010-09-03 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-09-03 mturkUse shutdown instead close for hard closing the socket...
2010-09-03 mturkHard close the accepting socket if unlockAccept failed
2010-09-03 markthttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2010-09-03 marktRemove some unnecessary code and fix an Eclipse warning
2010-09-03 marktWhite-space clean-up
2010-09-03 marktAdd @Override markers. Auto generated by Eclipse. Check...
2010-09-03 marktTrace through some unused code and remove it.
2010-09-03 marktUpdate merge info
2010-09-03 marktSync with Jakarta. Add generated serialVersionUID's.
2010-09-03 marktKeep MBean names consistent with Tomact 6.
2010-09-03 mturkMake destroy method returning when the worker thread...
2010-09-03 mturkCall join only for alive threads
2010-09-03 mturkAdd wrapper over Socket.destroy which will make sure...
2010-09-03 marktRemove method that no longer exists
2010-09-03 marktExpose current state of Lifecycle components via JMX...
2010-09-03 rjungBZ 49869: Javadoc Fix.
2010-09-03 mturkJoin poller and sendfile threads on destroy. This requi...
2010-09-03 mturkMake sure we exit the thread if not running. Otherwise...
2010-09-03 mturkStore the Acceptor instances in the array like we do...
2010-09-03 mturkTrim trailing spaces. No functional change
2010-09-02 rjungBZ 49865: ExceptionUtils throw NoClassDefFoundError
2010-09-02 rjungFollowup to r991959.
2010-09-02 rjungBZ 48967: Replace strings "catalina.base" and "catalina...
2010-09-02 marktFix warnings
2010-09-02 marktUpdate the Servlet, JSP & EL javadoc links and add...
2010-09-02 marktAdd a comment as a reminder
2010-09-02 marktRemove setting distributable on the Context from the...
2010-09-01 marktRemove excludes for files no longer in source tree
2010-08-31 marktRe-factoring. Reduce code duplication. More still to...
2010-08-31 marktRe-factoring. Preparing for Http11AprProtocol to extend...
2010-08-31 marktClean-up
2010-08-31 marktSome Lifecycle clean-up
2010-08-31 marktFix warnings
2010-08-31 marktFix warnings
2010-08-30 marktClean-up unused attributes
2010-08-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-30 marktRemove some unused code
2010-08-29 marktFix likely cause of Gump failure. Fix for https://issue...
2010-08-29 marktFix warnings
2010-08-29 marktRemove the debug logging since we got to the bottom...
2010-08-28 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-26 rjungBZ49828: Remove deprecated J2SE/J2EE terminology
2010-08-25 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-25 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-25 marktTrivial code clean-up
2010-08-25 marktMinor clean-up. Merge methods.
2010-08-25 mturkSimplify APR version requirement checks by calculating...
2010-08-24 marktRemove empty package
2010-08-24 marktFix memory leak on context stop
2010-08-24 marktFix some edge cases in the NIO connector when handling...
2010-08-24 marktFix logger visibility
2010-08-24 marktNotes on a couple more checks
2010-08-24 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-24 marktCorrectly handle anchors in URLs with the CSRF preventi...
2010-08-24 marktFix typo
2010-08-24 marktRemove methods already defined by Container
2010-08-23 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-23 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-23 marktUpdate changelog
2010-08-23 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-23 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-23 marktFix the Eclipse warnings in o.a.c.loader
2010-08-23 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-23 marktFix Gump build
2010-08-23 kfujinoAdd support for LAST_ACCESS_AT_START system property...
2010-08-22 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-22 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-22 marktCorrect test name since this turned out to be a side...
2010-08-22 marktProvide 100 Continue responses if required during FORM...
2010-08-22 marktAdd support for parsing a session ID and the 100-contin...
2010-08-22 marktExtend the simple MapRealm use for testing to support...
2010-08-22 marktCode clean-up. No functional change.
2010-08-22 rjungFix tpyos.
2010-08-22 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-08-22 marktFix import ordering - no functional change
2010-08-22 marktUpdate changelog
2010-08-22 marktFix POM reference error ID'd on users list
next