Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Previous commit makes old versions fail. Fix this. | David A. Madore | 2020-10-07 | 1 | -2/+4 |
| | |||||
* | Try to avoid the dreaded error "The hostname localhost could not be verified ↵ | David A. Madore | 2020-10-06 | 1 | -0/+1 |
| | | | | by hostnameverifier PgjdbcHostnameVerifier". | ||||
* | Use JDBC4, in order to use the .isValid() method. | David A. Madore | 2014-10-12 | 1 | -1/+1 |
| | | | | | | Note that the PostgreSQL implementation does not have this in the 9.1-901 version. Try 9.2-1002 instead (sucks: this is not in Debian stable...). | ||||
* | Check whether database connection is still open. | David A. Madore | 2014-10-12 | 1 | -1/+1 |
| | | | | | Note, however, that a real check needs to use .isValid() which is only available starting from JDBC4. So, we need to move up to this. | ||||
* | Introduce at least a semblance of thread-safety. | David A. Madore | 2014-10-05 | 1 | -1/+4 |
| | |||||
* | First servlet version that is actually capable of (sometimes) producing some ↵ | David A. Madore | 2014-10-05 | 1 | -33/+46 |
| | | | | | | output. Concurrency is completely broken, however. | ||||
* | Remove all templates from damlengine; introduce config variables instead. | David A. Madore | 2014-10-03 | 1 | -6/+30 |
| | | | | | Location of template files should now be specified by the DAMLENGINE_TEMPLATE_PATH environment variable. | ||||
* | Introduce (limited) support for PG* environment variables and .pgpass file. | David A. Madore | 2011-09-01 | 1 | -3/+48 |
| | |||||
* | RSS feed generator. | David A. Madore | 2011-08-31 | 1 | -0/+1 |
| | |||||
* | (Preliminary) handling of weblog entry selection and summary. | David A. Madore | 2011-08-28 | 1 | -0/+30 |