tomcat7.0
2007-04-11 fhanikbig oopsie, I know, right after the tag got created
2007-04-10 remm- Changelog update.
2007-04-09 marktFix bug 42072. Don't call destroy() if init() fails...
2007-04-09 peroAdd clean_depend use as Eclispe or DBCP package changed.
2007-04-08 fhanikStart preparing for non blocking writes, the underlying...
2007-04-08 fhanikForward port from 5.5, expose what thread is currently...
2007-04-06 remm- Update dbcp, pool, collections.
2007-04-06 remm- Similar flag fix.
2007-04-06 remm- Fix variable again.
2007-04-06 remm- Fix variable.
2007-04-05 remm- Changelog update.
2007-04-05 remm- 41289: create configBase, since it is no longer creat...
2007-04-05 remm- Simplify the test hello webapp.
2007-04-04 remm- Add the factories for ws.
2007-04-04 remm- Add the factories for ws.
2007-04-04 remm- Add the factories for ws.
2007-04-04 remm- Oops.
2007-04-04 remm- Examples cleanup.
2007-04-04 remm- Polish.
2007-04-03 remm- Changelog update.
2007-04-03 perofixed typo...
2007-04-03 remm- Merge from javadoc.
2007-04-03 remm- It should be possible for the event object to be...
2007-04-03 mturkFix #41973 by not initializing IPV6 if address is null.
2007-04-03 mturkFix #41973 by not initializing IPV6 if address is null.
2007-04-02 remm- Fix javadocs (no return false anymore).
2007-04-02 remm- If an exception is thrown processing an event which...
2007-04-02 mturkDocument APR connector native changes.
2007-04-02 mturkUse the tomcat-native-1.1.10 as recommended version.
2007-04-01 mturkUse the tomcat-native-1.1.9 as recommended version.
2007-03-31 mturkAdd native as external instead maintaining duplicate...
2007-03-31 mturkRemove native/connector
2007-03-30 remm- Adjustments to error processing with Comet during...
2007-03-29 remm- Default configuration updates.
2007-03-28 remm- The poller now has good performance, so remove firstR...
2007-03-28 remm- Tweak startup time a bit.
2007-03-28 remm- License header !
2007-03-27 remm- Skip BOM when reading a JSP.
2007-03-27 perocomment my last changes at AccessLogValves
2007-03-27 peroFix that pattern with subtokens ended, are print out...
2007-03-27 fhanikfix 41786
2007-03-27 fhanikFixed 41703
2007-03-27 fhanikfix 41682
2007-03-27 fhanikdon't log io exception if the connector is not running
2007-03-27 fhanikgit-svn-id: https://svn.apache.org/repos/asf/tomcat...
2007-03-27 fhanikfixes for
2007-03-26 fhaniknever return null
2007-03-26 remm- CRLF inside a URL pattern is always invalid, AFAIK.
2007-03-25 yoavsBugzilla 41675: add a couple of DEBUG-level logging...
2007-03-25 yoavsBugzilla 41227: add a bit of DEBUG-level logging to...
2007-03-25 yoavsBugzilla 40150: validate user and role classes in JAASR...
2007-03-25 yoavsBugzilla 39540: add link to mod_proxy_ajp httpd config...
2007-03-25 fhanikImplemented a one time parachute for java heap oom...
2007-03-25 yoavsBugzilla 39883: add documentation warning about the...
2007-03-25 peroset correct info message
2007-03-25 peroadd some missing attributes
2007-03-25 fcarrionForward exception to the parent class, so the user...
2007-03-23 fhanikbetter error handling
2007-03-23 fhanikchoke the log statement, not needed
2007-03-23 fhanikbig oopsie, forgot to do SSL for executor/socketprocessor
2007-03-23 fhanikOptimized sendfile a tiny bit. Instead of handing off...
2007-03-22 remm- Use fewer threads by default (it uses too much memory...
2007-03-22 fhanikmoved bug notes to the release notes
2007-03-22 fhanikdocumented the useSendfile behavior for NIO
2007-03-22 fhanikadded in some useful release notes for users to be...
2007-03-22 fhanikCatch io exceptions and hide them unless debug is enabled
2007-03-22 fhanikAdded in sendfile support for the NIO connector
2007-03-22 fhanikFix NPE when using Executor
2007-03-22 fhaniksame fix as for APR, always try to do a non blocking...
2007-03-22 remm- Expose executors in JMX (shouldn't hurt).
2007-03-22 remm- Fix problem with blocking reads for keepalive when...
2007-03-22 fhaniksmall comment added
2007-03-22 marktUse the 2.5 schema
2007-03-22 fhanikMake sure that we don't need to use any locks or synchr...
2007-03-22 fhanikDocumented the Executor element
2007-03-21 fhanikAdded in the Executor skeleton. the executor gets creat...
2007-03-21 fhanikdon't give the selector infinite time to shutdown
2007-03-19 fhanikMake sure the connection always closes, no matter what
2007-03-19 fhanikAdded in support for calling CometEvent.END although...
2007-03-19 fhanikforgot to document the other way to set the individual...
2007-03-18 mturkUpdate latest binaries with fix for DAEMON-34.
2007-03-18 mturkUpdate latest binaries with fix for DAEMON-87.
2007-03-18 mturkUpdate latest binaries
2007-03-18 mturkUpdate binaries to version 2.0.3.0
2007-03-18 fhanikadded note about timeouts
2007-03-16 fhanikfixed minor bug introduced recently
2007-03-16 fhanikminor tweaks
2007-03-16 fhanikBeing able to balance thread priorities for all kinds...
2007-03-16 mturkUpdate latest binaries and add targets for amd64 and...
2007-03-16 marktUpdate host doc now directories in appBase without...
2007-03-15 remm- When the platform does not support deferred accept...
2007-03-14 remm- Add logging to display APR capabilities on the platform.
2007-03-14 fhanikImplemented the cache properly with its own attribute...
2007-03-13 fhanikImplement the use of a useful executor, this executor...
2007-03-13 fhanikUse a thread pool executor by default. This makes tomca...
2007-03-13 fhanikcleaned up code a little bit, still haven't figured...
2007-03-12 fhanikAdded in the skeleton for fairness logic, currently...
2007-03-12 remm- Cleanup of the message that is displayed (forgot...
2007-03-12 remm- Cleanup of the message that is displayed.
2007-03-12 remm- Remove try/catch usage for annotation processing...
next