<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ircstats, branch lastseen</title>
<subtitle>IRC log parsing.</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/'/>
<entry>
<title>Lock calls to fgets().</title>
<updated>2010-11-10T16:01:58+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-10T16:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=dc4b7df61e2b1f270223dad5161c6d95fc6cfd1e'/>
<id>dc4b7df61e2b1f270223dad5161c6d95fc6cfd1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporary workaround for race condition in early parsing.</title>
<updated>2010-11-09T22:32:09+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-09T22:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=f16f221a3de8fdb617195cdd5fbe1076bdcf096c'/>
<id>f16f221a3de8fdb617195cdd5fbe1076bdcf096c</id>
<content type='text'>
Parsing the date in log_opened and day_changed takes its time, so other
threads might set the time and use that before the initial date is set.
This only really matters for seen_first as of now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parsing the date in log_opened and day_changed takes its time, so other
threads might set the time and use that before the initial date is set.
This only really matters for seen_first as of now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Free all regexes in rs_free().</title>
<updated>2010-11-09T21:48:31+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-09T21:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=678f9ce8939c672cb473c75b8b56f48b146957c6'/>
<id>678f9ce8939c672cb473c75b8b56f48b146957c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid race condition on setting seen_first and seen_last.</title>
<updated>2010-11-09T21:44:06+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-09T21:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=3c14a9e2c368a477e22aac935c417314213b797c'/>
<id>3c14a9e2c368a477e22aac935c417314213b797c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified time branch to store only first and last time seen.</title>
<updated>2010-11-09T17:56:23+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-09T17:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=feca811e0e0afcd67e9153522d40ae58bb468b2f'/>
<id>feca811e0e0afcd67e9153522d40ae58bb468b2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mostly-working implementation of time tracking for users.</title>
<updated>2010-06-05T21:59:38+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-06-05T21:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=91e5543757dad266f041f46d11bf973966368a30'/>
<id>91e5543757dad266f041f46d11bf973966368a30</id>
<content type='text'>
Needs some more testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needs some more testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Return NULL from thread_func.</title>
<updated>2010-06-03T00:01:14+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-06-03T00:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=a1039148b6e06df5af790846087b7837c60a88b9'/>
<id>a1039148b6e06df5af790846087b7837c60a88b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Degrade struct ircstats_config_t's members to int.</title>
<updated>2010-06-03T00:00:18+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-06-03T00:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=b5a313e3914154bb33555f2c80c189991e89ea1c'/>
<id>b5a313e3914154bb33555f2c80c189991e89ea1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'textwriter'</title>
<updated>2010-06-02T23:44:40+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-06-02T23:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=d1920465802e418b6f67412a7461beb9721e8ec8'/>
<id>d1920465802e418b6f67412a7461beb9721e8ec8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed word count i XML output.</title>
<updated>2010-06-02T15:58:34+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-06-02T15:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=75414a04559846bb9cac4dda13bdec26eb6a8d2f'/>
<id>75414a04559846bb9cac4dda13bdec26eb6a8d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
