Last-Modified: Mon, 03 Aug 2026 21:20:14 GMT Expires: Thu, 31 Jul 2036 21:20:14 GMT mod_log_sql - mod_log_sql
summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG45
1 files changed, 43 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a1cab46..a5a4c4f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,14 +1,55 @@
1$Id: CHANGELOG,v 1.8 2002/04/08 06:35:04 helios Exp $ 1$Id: CHANGELOG,v 1.9 2002/04/21 23:01:52 helios Exp $
2 2
3 3
4TODO: 4TODO:
5* Full commenting of the code. 5* Full commenting of the code.
6* Rethink documentation flow and rewrite? 6* Rethink documentation flow and rewrite?
7* Port connection portion to other DBMS? Genericize the module? 7* Port connection portion to other DBMS? Genericize the module? Start with PostgreSQL.
8* Fully test create-table
9* Document new features
10* preserve and socket configurable in .conf
11* segfault when mvh on
8 12
9 13
10CHANGES: 14CHANGES:
11 15
161.16:
17* Moved all the user DEFINEs inside the .c file -- splitting them
18 between the C and the Makefile was getting just too cumbersome.
19* A new MySQLPreserveFile runtime config directive. In the last
20 version the name of the preserve-file was hardcoded and therefore
21 global across all Apache virtual servers. Now the user can configure
22 this on a per-virthost basis. It defaults to a hardcoded value
23 if the user does not define it.
24* A new MySQLSocketFile runtime config directive. In the last
25 version the name of the MySQL socket was hardcoded. Now the user
26 can configure this at Apache runtime. However, it is a global
27 setting (set once) just like the rest of the actual database info is.
28 Paul Querna 2005-04-04
|
* working support for a ssl session cache via memcached.Gravatar Paul Querna 2004-12-10
|
* add check for apr_memcacheGravatar Paul Querna 2004-12-09
|
* setting proper ignores.Gravatar Paul Querna 2004-12-02
| | | | | | | adding an empty cache files trying to fix >16kb writes.
* input and output filtersGravatar Paul Querna 2004-09-28
|
* rename structures.Gravatar Paul Querna 2004-09-27
| | | | | | properly prefix all non-static functions with mod_gnutls_ fix build for GnuTLS 1.0.X. (redefine the changed structure names)
* break up the IO functions into their own fileGravatar Paul Querna 2004-09-27
c38387995cb4fb98345f#n45'>45* As forewarned, I finally got rid of the code to support separate 46 Referer and Agent logs. 47* Finally brought the make process up-to-date with the way Apache 48 likes modules to be done. 49* Cookies are now configurable on a per-virtualserver basis. Before 50 they were on a global basis. 51 52 121.15: 531.15: 13* Vastly improved error reporting is a lot clearer about lost db 54* Vastly improved error reporting is a lot clearer about lost db 14 connections, etc. Some unreachable code has been corrected. 55 connections, etc. Some unreachable code has been corrected.