tomcat7.0
2008-12-11 fhanikFix last bug, time for JMX integration
2008-12-11 fhanikmove initialization to poolStarted
2008-12-11 fhanikImplement startPool method to inform interceptors that...
2008-12-11 fhanikRefactor slow query report so that it is extensible...
2008-12-11 fhanikimplement a toString for the CometEventImpl
2008-12-11 fhanikclean up JMX reg
2008-12-11 fhanikhouse keeping
2008-12-11 fhanikminor cleanup
2008-12-11 fhanikImplemented closure notification. Turns out generics...
2008-12-11 fhanikRefactor interceptor instantiation a bit
2008-12-11 fhanikRefactor a bit
2008-12-11 fhanikremove more code not needed
2008-12-11 fhanikget rid of closeListener, it turns into spaghetti code
2008-12-10 fhanikrefactor the slow query report a bit
2008-12-10 fhanikMake sure we check if the attachment is null
2008-12-10 fhanikReset the key to let go off references
2008-12-10 fhanikimplement timeout on sendfile write as wellimplement...
2008-12-10 fhanikRemove methods so that the caller knows what action...
2008-12-09 fhanikoops, must return false, or a leak will happen
2008-12-09 fhanikcleanup methods not used, and correct methods that...
2008-12-09 fhanikImplement an execution that adds the task to the queue...
2008-12-09 fhanikcorrect the import statement
2008-12-09 fhanikRefactored the thread pooling when using an executor...
2008-12-09 fhanikImplement keep alive timeout, and while doing this...
2008-12-08 fhanikImplement keepAliveCount in a thread safe way, and...
2008-12-08 fhanikimplement a bit cleanup and a rough estimate on the...
2008-12-08 fhanikRemove the synchronize/notifyAll based thread pool...
2008-12-06 marktSet line endings for a couple of new files
2008-12-05 fhanikAdd the ability to configure a job queue size, and...
2008-12-05 marktA few more properties
2008-12-05 fhanikQuery collection stats
2008-12-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-12-05 markthttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2008-12-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-12-04 fhanikstart working on the interceptor for query stats
2008-12-04 fhanikfix build script
2008-12-04 fhanikAdd comment and cleanup
2008-12-02 marktGenerics for o.a.c.users and o.a.c.util
2008-12-02 marktGenerics for o.a.c.valves
2008-12-02 fhanikremove some not needed test, add compile version
2008-12-02 fhanikAdd fairness test to build.xml
2008-12-02 fhanikupdate version to next rev
2008-12-02 fhanikimplement cancellation ability for future
2008-12-01 marktAdd log formatter that outputs on a single line (except...
2008-11-30 marktGenerics changes for o.a.el
2008-11-30 marktAllow webapps to access org.apache.jasper.el package.
2008-11-30 marktGenerics for o.a.coyote
2008-11-29 marktLots of EL failures with a security manager without...
2008-11-29 marktFix some TCK failures when using a security manager.
2008-11-27 marktGenerics changes for remainder of Jasper.
2008-11-27 marktAdd doPrivileged block required for Servlet TCK to...
2008-11-27 marktGenerics fixes require change in code generated for...
2008-11-26 marktUse same (more useful) jpda defaults as catalina.sh
2008-11-26 marktTabs -> 8 spaces
2008-11-26 fhanikAdd the ability to configure multiple pollers and defau...
2008-11-26 fhanikFirst attempt for SSL send file
2008-11-26 fhanikincrement version number
2008-11-26 fhanikAdd the ability to retrieve connection object asynchron...
2008-11-25 fhanikRemove the Driver class, its not used anymore, and...
2008-11-25 fhanikwe don't have to wrap it anymore, since the extension...
2008-11-25 fhanikClean up a bit
2008-11-25 fhanikExtend the fair blocking queue to allow asynchronous...
2008-11-25 fhanikPool should throw a SQL exception, never return null
2008-11-25 fhanikAdd an extended key manager to handle a forced server...
2008-11-25 fhanikImplement setter for keyalias, not used yet
2008-11-24 fhanikstart to add back in features
2008-11-24 fhanikprint out some useful test data
2008-11-24 fhanikmake sure the test is time based
2008-11-24 fhanikFix fair blocking queue for now, we will add back the...
2008-11-24 fhanikuse same method names everywhere
2008-11-24 fhanikeclipse autocompletion is gonna kill me
2008-11-24 fhanikfix bug
2008-11-24 fhanikfix sample code
2008-11-24 fhanikimplemented use equals attribute everywhere
2008-11-24 fhanikimplement useEquals for the connection pool itself...
2008-11-24 fhanikAdd doc, update version number
2008-11-24 fhanikAdd in framework for comparing on either reference...
2008-11-24 fhanikupdate changelog
2008-11-24 fhanikdocument how interceptors work and how to configure...
2008-11-24 fhanikproperly throw exception
2008-11-24 fhanikFix NPE
2008-11-23 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-11-23 marktTab police
2008-11-23 marktFix generics in o.a.jasper & o.a.jasper.compiler. Also...
2008-11-23 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-11-23 marktGenerics fixes for o.a.jk
2008-11-22 fhanikAdd ability to customize wait plan
2008-11-22 markto.a.juli generics
2008-11-22 marktRemove deprecated code.
2008-11-21 fhanikadd async call template, not sure how it will work...
2008-11-21 fhanikFix dynamic thread resizing
2008-11-21 marktMake size of all threads pools dynamically configurable
2008-11-21 marktRemove deprecated code in digester (it was this bit...
2008-11-21 marktMake private / remove deprecated methods
2008-11-21 marktClean up
2008-11-21 fhaniktimeout of 0 means we return right away
2008-11-20 marktRevert r718819 that completely broke Tomcat.
2008-11-20 marktGenerics for o.a.naming.*
2008-11-20 marktRelax generics checks otherwise an call with a Properti...
2008-11-19 fhanikFix SEND_FILE bug, with Java NIO you can only change...
next