| 2006-11-02 |
remm | - Redo the checkXmlAttributes method, as I could not... |
commit | commitdiff | tree | snapshot |
| 2006-11-02 |
remm | - Indentation. |
commit | commitdiff | tree | snapshot |
| 2006-11-02 |
remm | - i18n handling fixes (according to what the spec autho... |
commit | commitdiff | tree | snapshot |
| 2006-11-01 |
remm | - Fix woops. |
commit | commitdiff | tree | snapshot |
| 2006-11-01 |
remm | - Check for some of the errors. |
commit | commitdiff | tree | snapshot |
| 2006-11-01 |
remm | - For tag files, also put attributes in the wrapped... |
commit | commitdiff | tree | snapshot |
| 2006-11-01 |
remm | - Always call jspInit (some work in always done there... |
commit | commitdiff | tree | snapshot |
| 2006-11-01 |
remm | - Adjust the tests for deferred expressions evaluation. |
commit | commitdiff | tree | snapshot |
| 2006-10-31 |
remm | - Better impl of JSP id consumer: actually this was... |
commit | commitdiff | tree | snapshot |
| 2006-10-31 |
remm | - Add parsing of implicit.tld for tag files. |
commit | commitdiff | tree | snapshot |
| 2006-10-31 |
remm | - Taglibs have their own version number, so isExpressio... |
commit | commitdiff | tree | snapshot |
| 2006-10-31 |
remm | - Add two allowed directives. |
commit | commitdiff | tree | snapshot |
| 2006-10-30 |
fhanik | after close has been called we are no longer a comet... |
commit | commitdiff | tree | snapshot |
| 2006-10-30 |
fhanik | cancel the keys |
commit | commitdiff | tree | snapshot |
| 2006-10-30 |
pero | Fix some html smells |
commit | commitdiff | tree | snapshot |
| 2006-10-30 |
fhanik | Fixed null pointer exception on comet socket timeout |
commit | commitdiff | tree | snapshot |
| 2006-10-30 |
fhanik | Fixed bug where OP interest is different for the first... |
commit | commitdiff | tree | snapshot |
| 2006-10-30 |
fhanik | Revert fix, suggestion was incorrect and can lead to... |
commit | commitdiff | tree | snapshot |
| 2006-10-30 |
fhanik | If the key is null, channel is closed,not sure this... |
commit | commitdiff | tree | snapshot |
| 2006-10-30 |
pero | fix small html smells |
commit | commitdiff | tree | snapshot |
| 2006-10-29 |
funkman | There is no org.apache.catalina.Logger or setLogger... |
commit | commitdiff | tree | snapshot |
| 2006-10-29 |
mturk | On explicit flush, create an empty (8 bytes) |
commit | commitdiff | tree | snapshot |
| 2006-10-27 |
remm | - Implement the JspIdConsumer feature. |
commit | commitdiff | tree | snapshot |
| 2006-10-26 |
remm | - Some deferred expressions handling fixes. |
commit | commitdiff | tree | snapshot |
| 2006-10-26 |
fhanik | Cleaned up imports |
commit | commitdiff | tree | snapshot |
| 2006-10-26 |
fhanik | Ooops, forgot to pass in the double buffered channel... |
commit | commitdiff | tree | snapshot |
| 2006-10-26 |
fhanik | Make sure the socket buffer is not bigger than anticipa... |
commit | commitdiff | tree | snapshot |
| 2006-10-26 |
fhanik | Reverted the removal of the "socket buffer", writing... |
commit | commitdiff | tree | snapshot |
| 2006-10-26 |
remm | - Also use the parent constructor here. |
commit | commitdiff | tree | snapshot |
| 2006-10-26 |
remm | - Refactor exception reporting using Throwable.getCause... |
commit | commitdiff | tree | snapshot |
| 2006-10-25 |
fhanik | Zero GC objects. everything gets cached. |
commit | commitdiff | tree | snapshot |
| 2006-10-25 |
fhanik | Documented socket properties |
commit | commitdiff | tree | snapshot |
| 2006-10-25 |
fhanik | Code clean up, last pieces to make is a the KeyAttachme... |
commit | commitdiff | tree | snapshot |
| 2006-10-25 |
jfclere | Allow variable size of AJP message via packetSize=n... |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
fhanik | don't cancel, only do that within the selector thread... |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
fhanik | Make the buffer pool configurable, still need to make... |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
fhanik | adjust default properties |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
fhanik | Add a socket properties class so that we can configure... |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-24 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-23 |
markt | Correct props. |
commit | commitdiff | tree | snapshot |
| 2006-10-23 |
markt | Fix properties. |
commit | commitdiff | tree | snapshot |
| 2006-10-23 |
fhanik | remy is right, lets not sacrifice performance to protec... |
commit | commitdiff | tree | snapshot |
| 2006-10-23 |
fhanik | Added in blocking logic to the NIO connector. This... |
commit | commitdiff | tree | snapshot |
| 2006-10-23 |
fhanik | added my pee stain :) |
commit | commitdiff | tree | snapshot |
| 2006-10-23 |
fhanik | fixed compiler warnings |
commit | commitdiff | tree | snapshot |
| 2006-10-23 |
jfclere | Add a packetSize option to match the option on the... |
commit | commitdiff | tree | snapshot |
| 2006-10-22 |
markt | Port fix for 37070 to TC6 along with the changes to... |
commit | commitdiff | tree | snapshot |
| 2006-10-21 |
markt | Update license header in TC6 trunk to comply with: |
commit | commitdiff | tree | snapshot |
| 2006-10-20 |
remm | - Fix logging API. |
commit | commitdiff | tree | snapshot |
| 2006-10-19 |
markt | Port fix bug 39436. Correct MIME type for SVG. |
commit | commitdiff | tree | snapshot |
| 2006-10-19 |
fhanik | Shame on me |
commit | commitdiff | tree | snapshot |
| 2006-10-19 |
fhanik | SSLEngine is an attribute of the APR lifecycle listener... |
commit | commitdiff | tree | snapshot |
| 2006-10-19 |
remm | - I did not fix activity check correctly last time. |
commit | commitdiff | tree | snapshot |
| 2006-10-18 |
fhanik | Implement non blocking read on HTTP requests. |
commit | commitdiff | tree | snapshot |
| 2006-10-18 |
fhanik | added new changes |
commit | commitdiff | tree | snapshot |
| 2006-10-18 |
fhanik | Implemented SSLEngine attribute on the Java HTTP connec... |
commit | commitdiff | tree | snapshot |
| 2006-10-18 |
mturk | Add srclib build repository. |
commit | commitdiff | tree | snapshot |
| 2006-10-18 |
mturk | Copy the tomcat-connector/jni/native to the native... |
commit | commitdiff | tree | snapshot |
| 2006-10-18 |
remm | - Fix NPE on isValid for an expired session when activi... |
commit | commitdiff | tree | snapshot |
| 2006-10-18 |
markt | Port fix 40723. Correct javadoc for JDBCAccessLogValve. |
commit | commitdiff | tree | snapshot |
| 2006-10-18 |
markt | Port fix bug 40771. Correct doRead method so Filters... |
commit | commitdiff | tree | snapshot |
| 2006-10-17 |
remm | - Also copy the policy file. |
commit | commitdiff | tree | snapshot |
| 2006-10-17 |
fhanik | Fix NPE on session state transfer |
commit | commitdiff | tree | snapshot |
| 2006-10-17 |
fhanik | Cleaned up server.xml, added in documentation reference... |
commit | commitdiff | tree | snapshot |
| 2006-10-17 |
fhanik | Fixed startup exception |
commit | commitdiff | tree | snapshot |
| 2006-10-17 |
remm | - Update to the new packages. |
commit | commitdiff | tree | snapshot |
| 2006-10-17 |
remm | - At the moment, I prefer version 1.1.3. |
commit | commitdiff | tree | snapshot |
| 2006-10-17 |
remm | - Small tweaks. |
commit | commitdiff | tree | snapshot |
| 2006-10-17 |
remm | - Add a !null as with the other servlets for the debug... |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | Make server.xml nice and pretty without including a... |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
remm | - Restructure a little. |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | corrected defaults |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | more updates, restructure a little bit |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | oops, wrong manager as default |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | corrected default value |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | more cleanup, need to add correct documentation |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | Fixed manager registration and how manager names are... |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | removed 5.5 from 6.0 changelog.xml |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
remm | - Thanks for adding in the other important features... |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
remm | - Code cleanup. |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
remm | - Fix deployer packaging (the tasks defs were not inclu... |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
fhanik | Made a larger autoBind property |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
remm | - Add a draft release plan. Things should be expanded... |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
remm | - Tweaks. |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
remm | - Various docs fixes. |
commit | commitdiff | tree | snapshot |
| 2006-10-16 |
remm | - Add a privileged filter list (I had forgotten about... |
commit | commitdiff | tree | snapshot |
| 2006-10-13 |
remm | - Port patch. |
commit | commitdiff | tree | snapshot |
| 2006-10-13 |
fhanik | Listener documentation |
commit | commitdiff | tree | snapshot |
| 2006-10-13 |
fhanik | complete valve documentation |
commit | commitdiff | tree | snapshot |
| 2006-10-13 |
fhanik | slow progress, but moving forward with documentation |
commit | commitdiff | tree | snapshot |
| 2006-10-13 |
remm | - Add a build script to build extras. |
commit | commitdiff | tree | snapshot |
| next |