<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_log_sql/CHANGELOG, branch 1.15</title>
<subtitle>mod_log_sql</subtitle>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/'/>
<entry>
<title>Added - but did not activate - routines to handle proxy environment variables.</title>
<updated>2002-04-08T06:35:04+00:00</updated>
<author>
<name>Christopher Powell</name>
</author>
<published>2002-04-08T06:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/commit/?id=ee7d474d17c84fc9549e2c9d33a4e6f982b2da12'/>
<id>ee7d474d17c84fc9549e2c9d33a4e6f982b2da12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This is a "pre" snapshot of 1.15.  Numerous changes emphasizing how SQL</title>
<updated>2002-04-02T20:19:30+00:00</updated>
<author>
<name>Christopher Powell</name>
</author>
<published>2002-04-02T20:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/commit/?id=c46c8ac083b851d35137ae455eef0c8622dc07c7'/>
<id>c46c8ac083b851d35137ae455eef0c8622dc07c7</id>
<content type='text'>
errors are reported and handled.  Any missed queries during SQL downtime
are written out to a textfile.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
errors are reported and handled.  Any missed queries during SQL downtime
are written out to a textfile.

</pre>
</div>
</content>
</entry>
<entry>
<title>Minor but significant updates to the instructions for apxs users.</title>
<updated>2002-02-24T20:17:16+00:00</updated>
<author>
<name>Christopher Powell</name>
</author>
<published>2002-02-24T20:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/commit/?id=175ec1e3bee79b081e1d5ef999a5ee82714bbe9b'/>
<id>175ec1e3bee79b081e1d5ef999a5ee82714bbe9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ported to mysql_real_connect, made a change for the mass-virtual-hosting</title>
<updated>2002-01-15T18:40:14+00:00</updated>
<author>
<name>Christopher Powell</name>
</author>
<published>2002-01-15T18:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/commit/?id=ec06ba32ef1bfb3de7fd87ddc9c43468d5f5684e'/>
<id>ec06ba32ef1bfb3de7fd87ddc9c43468d5f5684e</id>
<content type='text'>
folks, and enabled a socket name DEFINE.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
folks, and enabled a socket name DEFINE.

</pre>
</div>
</content>
</entry>
<entry>
<title>Added a mysql_close mechanism to the child exit process to fix MySQL</title>
<updated>2001-12-07T03:52:56+00:00</updated>
<author>
<name>Christopher Powell</name>
</author>
<published>2001-12-07T03:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/commit/?id=3ddc5c9b88226097f93d4c21ea51f7a37f0e56f3'/>
<id>3ddc5c9b88226097f93d4c21ea51f7a37f0e56f3</id>
<content type='text'>
complaining about bad communication packets.  Considerable code reorg
and cleanup.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
complaining about bad communication packets.  Considerable code reorg
and cleanup.

</pre>
</div>
</content>
</entry>
<entry>
<title>Big changes including reworked cookie code, new directives, SSL logging,</title>
<updated>2001-12-03T19:54:02+00:00</updated>
<author>
<name>Christopher Powell</name>
</author>
<published>2001-12-03T19:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/commit/?id=6eff371018e78925510ff71cb255a64a441a9fc8'/>
<id>6eff371018e78925510ff71cb255a64a441a9fc8</id>
<content type='text'>
new formatting characters, bugfixes, etc.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new formatting characters, bugfixes, etc.

</pre>
</div>
</content>
</entry>
<entry>
<title>A lot of code cleanup and tweaking, plus cookie logging:</title>
<updated>2001-11-30T08:29:04+00:00</updated>
<author>
<name>Christopher Powell</name>
</author>
<published>2001-11-30T08:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/commit/?id=69fa0ad0d21465573b9dcb07c87ae27f993dfe31'/>
<id>69fa0ad0d21465573b9dcb07c87ae27f993dfe31</id>
<content type='text'>
* New capability:  log mod_usertrack cookies.
* Some code cleanup and commenting.
* Referer and User-Agent now set to want_orig=1 ( a very minor detail )
* Corrected mysql_escape_log to properly check for and escape strings
  with 'dangerous' characters.  It appears that it was doing this
  incorrectly before.
* Deleted log_mysql_child(), a function that was never called.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* New capability:  log mod_usertrack cookies.
* Some code cleanup and commenting.
* Referer and User-Agent now set to want_orig=1 ( a very minor detail )
* Corrected mysql_escape_log to properly check for and escape strings
  with 'dangerous' characters.  It appears that it was doing this
  incorrectly before.
* Deleted log_mysql_child(), a function that was never called.

</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2001-11-28T05:26:53+00:00</updated>
<author>
<name>Christopher Powell</name>
</author>
<published>2001-11-28T05:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.outoforder.cc/httpd/mod_log_sql/commit/?id=92d85f793b1a41bbbde1811004ae2708a47a44aa'/>
<id>92d85f793b1a41bbbde1811004ae2708a47a44aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
