tomcat7.0
2007-04-16 remm- Update path (part of 42130).
2007-04-16 remm- Port changes from the NIO connector to the APR connec...
2007-04-15 marktFix bug 41990. Add some new mime-type mappings.
2007-04-15 marktFix bug 42025. Refer to correct regular expression...
2007-04-15 marktUpdate change log. Move post 6.0.11 change to correct...
2007-04-15 marktFix bug 42039. Log a stack trace if a servlet throws...
2007-04-15 marktRemove old, unused utility methods.
2007-04-15 marktFix bug 42119 using approach suggested by Leigh L Klotz...
2007-04-14 fhanikremove comments
2007-04-14 fhanikremove duplicate code, cause of all my headaches
2007-04-14 fhanikRevert to revision 528735, something is broken and...
2007-04-14 fhanikoops, didn't mean to make that into the prev commit
2007-04-14 fhanikconsolidate methods into one
2007-04-14 fhanikapply the right exit condition
2007-04-14 fhanikminor optimization, go directly to the poller, chances...
2007-04-14 fhanikMinor optimizations
2007-04-14 fhanikSmarter executor, only create threads if no threads...
2007-04-13 fhanikAdded a TCP ping for membership, to be used with static...
2007-04-13 fhanikremove redundant calls, easier to track usage
2007-04-13 fhanikconsolidate usage between executor runnables and worker...
2007-04-13 fhanikUse the remaining for the byte buffer as the capacity...
2007-04-13 fhanikprevent a timeout when a servlet write is issued, but...
2007-04-13 fhanikPrevent NPE on a key that was cancelled by the poller
2007-04-13 fhanikif the flush is not guaranteed, then try again
2007-04-13 fhanikThis write has to be synchronized since comet can write...
2007-04-13 remm- XML directive (most important commit ever !!).
2007-04-13 fhanikSince we can keep alive a HTTP connection, even after...
2007-04-13 fhanikUpdated with some useful info
2007-04-13 fhanikFix the handling of the Http11NioProcessors when the...
2007-04-12 remm- 42085: The handlers for the root logger are now added...
2007-04-12 fhanikDon't unmark the object as a comet, if we do, it will...
2007-04-11 fcarrionSend back error code and Initialise jaxrpcmapping path
2007-04-11 fcarrionAdd proxy user/pass to setproxy
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
next