| 2006-05-17 |
remm | - Start work on comet support. Note: it doesn't work... |
commit | commitdiff | tree | snapshot |
| 2006-05-17 |
remm | - Use Integer.valueOf. |
commit | commitdiff | tree | snapshot |
| 2006-05-17 |
mturk | Use APR_UNSPEC for IPv6 and address=null. Backport... |
commit | commitdiff | tree | snapshot |
| 2006-05-16 |
mturk | Use APR_UNSPEC only if the provided address |
commit | commitdiff | tree | snapshot |
| 2006-05-09 |
remm | - Use the ignore annotation flag. |
commit | commitdiff | tree | snapshot |
| 2006-05-09 |
remm | - Pass the ignore annotation flag to Jasper. |
commit | commitdiff | tree | snapshot |
| 2006-05-05 |
remm | - Fix indentation. |
commit | commitdiff | tree | snapshot |
| 2006-05-04 |
remm | - Use separate build folders for the dependencies. |
commit | commitdiff | tree | snapshot |
| 2006-05-04 |
billbarker | Enable Annotation processing for Tags even when pooling... |
commit | commitdiff | tree | snapshot |
| 2006-05-03 |
remm | - Injection should occur before the setters (BTW, since... |
commit | commitdiff | tree | snapshot |
| 2006-05-03 |
remm | - Add resource injection for tags (listeners are being... |
commit | commitdiff | tree | snapshot |
| 2006-05-03 |
remm | - As suggested by Mladen, add a more robust mechanism... |
commit | commitdiff | tree | snapshot |
| 2006-05-03 |
remm | - Change some locations. |
commit | commitdiff | tree | snapshot |
| 2006-04-29 |
remm | - Remove usage of TWA (otherwise, executor support... |
commit | commitdiff | tree | snapshot |
| 2006-04-28 |
remm | - Port (not tested yet) the APR AJP code to java.io... |
commit | commitdiff | tree | snapshot |
| 2006-04-28 |
remm | - Harmonize a bit more (the java.io HTTP 1.1 is the... |
commit | commitdiff | tree | snapshot |
| 2006-04-28 |
remm | - Experiment with an endpoint superclass (which will... |
commit | commitdiff | tree | snapshot |
| 2006-04-27 |
remm | - Remove JSP related resources. |
commit | commitdiff | tree | snapshot |
| 2006-04-27 |
remm | - Update to descriptors. |
commit | commitdiff | tree | snapshot |
| 2006-04-26 |
pero | Fix that StandardSession#getLastAccessedTime() uses... |
commit | commitdiff | tree | snapshot |
| 2006-04-24 |
remm | - Refactor using the new java.io endpoint. Hopefully... |
commit | commitdiff | tree | snapshot |
| 2006-04-24 |
billbarker | Clean up the default algorithm handling, now that JSSE... |
commit | commitdiff | tree | snapshot |
| 2006-04-23 |
remm | - Further sync the two endpoints. |
commit | commitdiff | tree | snapshot |
| 2006-04-23 |
remm | - Port Peter's patch which prevents double incrementati... |
commit | commitdiff | tree | snapshot |
| 2006-04-23 |
remm | - Add compile.debug flag. |
commit | commitdiff | tree | snapshot |
| 2006-04-23 |
remm | - Add support for using an Executor (the idea in that... |
commit | commitdiff | tree | snapshot |
| 2006-04-21 |
remm | - Add the refactored java.io endpoint that I talked... |
commit | commitdiff | tree | snapshot |
| 2006-04-21 |
remm | - Remove pre 1.5 compatibility code, which is not used... |
commit | commitdiff | tree | snapshot |
| 2006-04-20 |
remm | - Remove leftover useless code. |
commit | commitdiff | tree | snapshot |
| 2006-04-20 |
remm | - Fix improper caching by checking the class definition. |
commit | commitdiff | tree | snapshot |
| 2006-04-19 |
remm | - Add a Jasper server listener to setup the JspFactory... |
commit | commitdiff | tree | snapshot |
| 2006-04-19 |
remm | - Add annotation processor to Jasper too (tags need... |
commit | commitdiff | tree | snapshot |
| 2006-04-18 |
billbarker | And one more |
commit | commitdiff | tree | snapshot |
| 2006-04-18 |
billbarker | Fix typo |
commit | commitdiff | tree | snapshot |
| 2006-04-14 |
remm | - Port patches. |
commit | commitdiff | tree | snapshot |
| 2006-04-13 |
remm | - Port patches. |
commit | commitdiff | tree | snapshot |
| 2006-04-13 |
remm | - Add missing patch for 1.5 compatibility. |
commit | commitdiff | tree | snapshot |
| 2006-04-13 |
remm | - Compatibility with Eclipse 3.2 (sort of, the flag... |
commit | commitdiff | tree | snapshot |
| 2006-04-13 |
remm | - Switch to ArrayList. |
commit | commitdiff | tree | snapshot |
| 2006-04-12 |
remm | - Add the usual download target (including building... |
commit | commitdiff | tree | snapshot |
| 2006-04-12 |
remm | - Update JAR packaging. |
commit | commitdiff | tree | snapshot |
| 2006-04-12 |
remm | - Add resource injection for all annotations that are... |
commit | commitdiff | tree | snapshot |
| 2006-04-12 |
remm | - Update APIs and annotations. |
commit | commitdiff | tree | snapshot |
| 2006-04-12 |
remm | - Improve the algorithm used when constructing classloa... |
commit | commitdiff | tree | snapshot |
| 2006-04-11 |
remm | - Add a few naming related cleanups. |
commit | commitdiff | tree | snapshot |
| 2006-04-10 |
billbarker | Realized that the previous patch was too Gump-centric |
commit | commitdiff | tree | snapshot |
| 2006-04-10 |
billbarker | Restore the ability to build with the Mail Resources |
commit | commitdiff | tree | snapshot |
| 2006-04-09 |
remm | - Add resource injection (note: most annotations are... |
commit | commitdiff | tree | snapshot |
| 2006-04-08 |
remm | - Add default value, submitted by Bill Barker. |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
remm | - Add web.xml style annotations (run as, roles declarat... |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
remm | - I don't know if this field is legitimate or not,... |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
remm | - Add annotations JAR. |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
remm | - Add "support" (note: not in NamingContextListener... |
commit | commitdiff | tree | snapshot |
| 2006-04-06 |
remm | - Add common annotations interfaces. |
commit | commitdiff | tree | snapshot |
| 2006-04-04 |
remm | - Add support for multiple servlet and filter mappings. |
commit | commitdiff | tree | snapshot |
| 2006-04-04 |
remm | - Update poweredby. |
commit | commitdiff | tree | snapshot |
| 2006-04-04 |
remm | - Add new method (dummy). |
commit | commitdiff | tree | snapshot |
| 2006-04-04 |
remm | - Add support for the new "*" special URL pattern for... |
commit | commitdiff | tree | snapshot |
| 2006-04-04 |
remm | - Slightly updated behavior for setCharEnc, and allow... |
commit | commitdiff | tree | snapshot |
| 2006-04-04 |
remm | - Add getContextPath. |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
remm | - Copy the XML descriptors. |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
remm | - Revert fix for 38113, which doesn't seem to be a... |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
remm | - Standardize on the digester (which is apparently... |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
remm | - Clean up a bit. |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
remm | - Move output so that Eclipse doesn't pollute the usefu... |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
remm | - Remove modeler. |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
remm | - Add missing patch (I didn't update from sources befor... |
commit | commitdiff | tree | snapshot |
| 2006-03-30 |
remm | - Reduce the number of JARs. |
commit | commitdiff | tree | snapshot |
| 2006-03-29 |
remm | - Fixes according to the directory structure. |
commit | commitdiff | tree | snapshot |
| 2006-03-29 |
remm | - Clear obsolete content. |
commit | commitdiff | tree | snapshot |
| 2006-03-29 |
remm | - Add the usual set of JARs. |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
costin | A minimal set of files to debug and launch tomcat insid... |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
costin | Small fixes and adjustments to build.xml. |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
remm | - Add building some JARs. |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
costin | Seems to be required as well, someone is looking for it. |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
costin | Add eclipse files |
commit | commitdiff | tree | snapshot |
| 2006-03-28 |
costin | Missing files. Not sure if that's the right version... |
commit | commitdiff | tree | snapshot |
| 2006-03-27 |
remm | - Add missing patch. |
commit | commitdiff | tree | snapshot |
| 2006-03-27 |
remm | - Attempt to create a new repository according to the... |
commit | commitdiff | tree | snapshot |
|