| 2007-03-27 |
fhanik | don't log io exception if the connector is not running |
commit | commitdiff | tree | snapshot |
| 2007-03-27 |
fhanik | git-svn-id: https://svn.apache.org/repos/asf/tomcat... |
commit | commitdiff | tree | snapshot |
| 2007-03-27 |
fhanik | fixes for |
commit | commitdiff | tree | snapshot |
| 2007-03-26 |
fhanik | never return null |
commit | commitdiff | tree | snapshot |
| 2007-03-26 |
remm | - CRLF inside a URL pattern is always invalid, AFAIK. |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
yoavs | Bugzilla 41675: add a couple of DEBUG-level logging... |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
yoavs | Bugzilla 41227: add a bit of DEBUG-level logging to... |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
yoavs | Bugzilla 40150: validate user and role classes in JAASR... |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
yoavs | Bugzilla 39540: add link to mod_proxy_ajp httpd config... |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
fhanik | Implemented a one time parachute for java heap oom... |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
yoavs | Bugzilla 39883: add documentation warning about the... |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
pero | set correct info message |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
pero | add some missing attributes |
commit | commitdiff | tree | snapshot |
| 2007-03-25 |
fcarrion | Forward exception to the parent class, so the user... |
commit | commitdiff | tree | snapshot |
| 2007-03-23 |
fhanik | better error handling |
commit | commitdiff | tree | snapshot |
| 2007-03-23 |
fhanik | choke the log statement, not needed |
commit | commitdiff | tree | snapshot |
| 2007-03-23 |
fhanik | big oopsie, forgot to do SSL for executor/socketprocessor |
commit | commitdiff | tree | snapshot |
| 2007-03-23 |
fhanik | Optimized sendfile a tiny bit. Instead of handing off... |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
remm | - Use fewer threads by default (it uses too much memory... |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | moved bug notes to the release notes |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | documented the useSendfile behavior for NIO |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | added in some useful release notes for users to be... |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | Catch io exceptions and hide them unless debug is enabled |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | Added in sendfile support for the NIO connector |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | Fix NPE when using Executor |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | same fix as for APR, always try to do a non blocking... |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
remm | - Expose executors in JMX (shouldn't hurt). |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
remm | - Fix problem with blocking reads for keepalive when... |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | small comment added |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
markt | Use the 2.5 schema |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | Make sure that we don't need to use any locks or synchr... |
commit | commitdiff | tree | snapshot |
| 2007-03-22 |
fhanik | Documented the Executor element |
commit | commitdiff | tree | snapshot |
| 2007-03-21 |
fhanik | Added in the Executor skeleton. the executor gets creat... |
commit | commitdiff | tree | snapshot |
| 2007-03-21 |
fhanik | don't give the selector infinite time to shutdown |
commit | commitdiff | tree | snapshot |
| 2007-03-19 |
fhanik | Make sure the connection always closes, no matter what |
commit | commitdiff | tree | snapshot |
| 2007-03-19 |
fhanik | Added in support for calling CometEvent.END although... |
commit | commitdiff | tree | snapshot |
| 2007-03-19 |
fhanik | forgot to document the other way to set the individual... |
commit | commitdiff | tree | snapshot |
| 2007-03-18 |
mturk | Update latest binaries with fix for DAEMON-34. |
commit | commitdiff | tree | snapshot |
| 2007-03-18 |
mturk | Update latest binaries with fix for DAEMON-87. |
commit | commitdiff | tree | snapshot |
| 2007-03-18 |
mturk | Update latest binaries |
commit | commitdiff | tree | snapshot |
| 2007-03-18 |
mturk | Update binaries to version 2.0.3.0 |
commit | commitdiff | tree | snapshot |
| 2007-03-18 |
fhanik | added note about timeouts |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
fhanik | fixed minor bug introduced recently |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
fhanik | minor tweaks |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
fhanik | Being able to balance thread priorities for all kinds... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
mturk | Update latest binaries and add targets for amd64 and... |
commit | commitdiff | tree | snapshot |
| 2007-03-16 |
markt | Update host doc now directories in appBase without... |
commit | commitdiff | tree | snapshot |
| 2007-03-15 |
remm | - When the platform does not support deferred accept... |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
remm | - Add logging to display APR capabilities on the platform. |
commit | commitdiff | tree | snapshot |
| 2007-03-14 |
fhanik | Implemented the cache properly with its own attribute... |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
fhanik | Implement the use of a useful executor, this executor... |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
fhanik | Use a thread pool executor by default. This makes tomca... |
commit | commitdiff | tree | snapshot |
| 2007-03-13 |
fhanik | cleaned up code a little bit, still haven't figured... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
fhanik | Added in the skeleton for fairness logic, currently... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
remm | - Cleanup of the message that is displayed (forgot... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
remm | - Cleanup of the message that is displayed. |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
remm | - Remove try/catch usage for annotation processing... |
commit | commitdiff | tree | snapshot |
| 2007-03-12 |
remm | - Fix reporting of errors which do not correspond to... |
commit | commitdiff | tree | snapshot |
| 2007-03-09 |
fhanik | added fairness counter, using this counter, I will... |
commit | commitdiff | tree | snapshot |
| 2007-03-09 |
fhanik | Added in the ASF main repository, need to figure out... |
commit | commitdiff | tree | snapshot |
| 2007-03-09 |
fhanik | Took care of JMX error upon startup, component still... |
commit | commitdiff | tree | snapshot |
| 2007-03-08 |
fhanik | just added some notes |
commit | commitdiff | tree | snapshot |
| 2007-03-08 |
jim | foo2 |
commit | commitdiff | tree | snapshot |
| 2007-03-08 |
remm | - 41790: close file stream. |
commit | commitdiff | tree | snapshot |
| 2007-03-08 |
remm | - Use the trim property and trim directive, which shoul... |
commit | commitdiff | tree | snapshot |
| 2007-03-05 |
markt | Port fix for bug 41747. Correct minor error in ant... |
commit | commitdiff | tree | snapshot |
| 2007-03-04 |
remm | - Minor optimization |
commit | commitdiff | tree | snapshot |
| 2007-03-03 |
markt | Port fix for bug 41752. Correct error message on except... |
commit | commitdiff | tree | snapshot |
| 2007-03-03 |
markt | Code clean-up. No functional change. |
commit | commitdiff | tree | snapshot |
| 2007-03-03 |
markt | Port partial fix for bug 41655. Update some of the... |
commit | commitdiff | tree | snapshot |
| 2007-03-03 |
markt | Port fix for bug 41666. Correct handling of boundary... |
commit | commitdiff | tree | snapshot |
| 2007-03-03 |
markt | Port fix from TC5. As per RFC2616, requests with multip... |
commit | commitdiff | tree | snapshot |
| 2007-03-03 |
markt | Tabs -> 8 spaces. No functional change. |
commit | commitdiff | tree | snapshot |
| 2007-03-02 |
funkman | fix gump complaint for xsl |
commit | commitdiff | tree | snapshot |
| 2007-03-02 |
markt | Put change in right section. |
commit | commitdiff | tree | snapshot |
| 2007-03-02 |
markt | Port fix for bug 41739. Servlets with a load-on-startup... |
commit | commitdiff | tree | snapshot |
| 2007-03-01 |
remm | - Add plumbing code for supporting web services references. |
commit | commitdiff | tree | snapshot |
| 2007-02-28 |
fhanik | By default dont use direct buffers, in a situation... |
commit | commitdiff | tree | snapshot |
| 2007-02-28 |
fhanik | Sized the app buffers more appropriately |
commit | commitdiff | tree | snapshot |
| 2007-02-27 |
fhanik | Add and correct documentation |
commit | commitdiff | tree | snapshot |
| 2007-02-26 |
fhanik | properties are getting stuck in the attributes list... |
commit | commitdiff | tree | snapshot |
| 2007-02-25 |
fhanik | More documentation, added acceptorThreadCount as a... |
commit | commitdiff | tree | snapshot |
| 2007-02-24 |
markt | Use correct definition for servlet 2.5 xsd. |
commit | commitdiff | tree | snapshot |
| 2007-02-23 |
fhanik | When a read or write times out, make sure the key is... |
commit | commitdiff | tree | snapshot |
| 2007-02-22 |
fhanik | Add in configuration options to control the application... |
commit | commitdiff | tree | snapshot |
| 2007-02-22 |
remm | - Remove sync + clone to be consistent. |
commit | commitdiff | tree | snapshot |
| 2007-02-22 |
remm | - Remove sync + clone from InstanceSupport. |
commit | commitdiff | tree | snapshot |
| 2007-02-21 |
fhanik | Added in remainder of docs |
commit | commitdiff | tree | snapshot |
| 2007-02-21 |
fhanik | Accept doesn't need a worker thread, the operations... |
commit | commitdiff | tree | snapshot |
| 2007-02-21 |
fhanik | Fixed latch behavior, still could be improved upon... |
commit | commitdiff | tree | snapshot |
| 2007-02-21 |
remm | - (quick fix) findClassInternal may loop so the fancy... |
commit | commitdiff | tree | snapshot |
| 2007-02-21 |
fhanik | added in notes to myself about blocking the poller... |
commit | commitdiff | tree | snapshot |
| 2007-02-20 |
fhanik | Fix (may not be complete yet) to the memory leak in... |
commit | commitdiff | tree | snapshot |
| 2007-02-19 |
remm | - Refactoring of ExtendedAccessLogValve, which now... |
commit | commitdiff | tree | snapshot |
| 2007-02-16 |
markt | Port fix bug 41608. Make log levels consistent. |
commit | commitdiff | tree | snapshot |
| 2007-02-15 |
fhanik | set APR to have unlimited poll set |
commit | commitdiff | tree | snapshot |
| 2007-02-15 |
remm | - Remove dead code. |
commit | commitdiff | tree | snapshot |
| 2007-02-14 |
fhanik | Added in documentation specific to the NIO connector... |
commit | commitdiff | tree | snapshot |
| 2007-02-13 |
remm | - Changelog update. |
commit | commitdiff | tree | snapshot |
| 2007-02-12 |
remm | - Fix minor glitch, submitted by Anil Saldhana. |
commit | commitdiff | tree | snapshot |
| next |