tomcat7.0
2010-09-17 marktRemove unused import
2010-09-17 marktRemove unnecessary code. Superclass method does exactly...
2010-09-17 marktCode clean-up.
2010-09-17 marktRemove more START/STOP actions and started attribute...
2010-09-17 marktRemove START/STOP actions and started attribute. They...
2010-09-17 marktNIO and APR processors don't use START/STOP so this...
2010-09-17 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-09-15 marktRemove empty dir
2010-09-15 marktFix niggle
2010-09-15 marktInclude the suffix in the version number
2010-09-15 marktFix Javadoc
2010-09-15 marktUpdate changelog
2010-09-15 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-09-15 marktAddress a concern raised in https://issues.apache.org...
2010-09-14 marktMore re-factoring: AsyncContext will throw exception
2010-09-14 marktMore re-factoring: expose the Executor
2010-09-14 marktMore re-factoring prior to large async changes
2010-09-14 marktCode clean-up and a little preparatory re-factoring...
2010-09-14 marktFix most of the warnings in this package
2010-09-14 kfujinoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-09-14 marktAdd @Override markers to package
2010-09-13 marktConvert ActionCode to an enum.
2010-09-13 marktRe-factoring the connectors. Remove large chunks of...
2010-09-13 marktCode clean-up
2010-09-12 marktFix Eclipse warnings prior to working on bz49884 refact...
2010-09-12 marktFix typos. Remove attributes that don't exist. Add...
2010-09-12 marktFurther work for https://issues.apache.org/bugzilla...
2010-09-11 marktUpdate commons pool to 1.5.5
2010-09-11 marktUpdate changelog
2010-09-11 marktFix an issue where <Context .../> elements defined...
2010-09-11 marktRevert r996112. At least some of that config is required.
2010-09-11 marktRemove unnecessary digester configuration
2010-09-10 marktRemove pointless comment.
2010-09-09 marktCode clean up
2010-09-09 marktRefactor log messages to use logger from concrete class
2010-09-09 marktShorten the debug output
2010-09-09 marktUpdate change log
2010-09-09 marktTrim whitespace from interceptor class names, property...
2010-09-08 marktUpdate changelog
2010-09-08 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-09-08 marktFix @Override warnings
2010-09-08 marktUpdate changelog
2010-09-08 marktDocument new validation class (https://issues.apache...
2010-09-08 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-09-08 marktRemove some unused code
2010-09-08 marktUpdate changelog
2010-09-08 marktUpdate to latest Tomact 6.0.x and DBCP 1.3.x release
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...
next