<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/yawning/liballium, branch master</title>
<subtitle>Yawning's liballium repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/'/>
<entry>
<title>Build liballium with -Wextra, and remove a redundant -O2.</title>
<updated>2014-04-09T08:13:53+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@torproject.org</email>
</author>
<published>2014-04-09T08:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=5272de7361897ee6b5c969fd1eec6609d64ac13a'/>
<id>5272de7361897ee6b5c969fd1eec6609d64ac13a</id>
<content type='text'>
No functional changes, just have the compiler be somewhat more pedantic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes, just have the compiler be somewhat more pedantic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't define the vsnprintf prototype when compiling with gcc/clang (Fixes #3)</title>
<updated>2014-03-16T04:04:21+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-16T04:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=0c9b50f5550caf591df505913a37a69626ddf5ff'/>
<id>0c9b50f5550caf591df505913a37a69626ddf5ff</id>
<content type='text'>
This library codebase dates back to when it wasn't widely available in libc.
That time is no longer now, and there are separate kludges for Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This library codebase dates back to when it wasn't widely available in libc.
That time is no longer now, and there are separate kludges for Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor portability fixes</title>
<updated>2014-03-04T10:09:55+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-03-04T10:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=710836ccc304ba7fa33754abae84d58aba0d3c97'/>
<id>710836ccc304ba7fa33754abae84d58aba0d3c97</id>
<content type='text'>
 * Include netinet/in.h
 * Instead of clearenv(), use unsetenv()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Include netinet/in.h
 * Instead of clearenv(), use unsetenv()
</pre>
</div>
</content>
</entry>
<entry>
<title>Merging changes from Fabian Keil</title>
<updated>2014-02-14T16:29:27+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-02-14T16:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=d429fe77af632a4a0208f7b3e08ce0058f820d45'/>
<id>d429fe77af632a4a0208f7b3e08ce0058f820d45</id>
<content type='text'>
 * Changed autogen.sh to executable
 * Spell environment correctly
 * Include netinet/in.h in allium_ptcfg.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Changed autogen.sh to executable
 * Spell environment correctly
 * Include netinet/in.h in allium_ptcfg.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the package config file header location</title>
<updated>2014-02-14T11:26:35+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-02-14T11:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=b7235003f35af2e1de7861b1425dc47ff7103867'/>
<id>b7235003f35af2e1de7861b1425dc47ff7103867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the README file to remove some stuff I probably won't add to this.</title>
<updated>2014-02-14T10:20:55+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-02-14T10:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=cc227dc25c749cb191bf74798d29bb28271b6d2b'/>
<id>cc227dc25c749cb191bf74798d29bb28271b6d2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use autoconf/automake/libtool instead of CMake (Fixes #2)</title>
<updated>2014-02-14T10:19:46+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-02-14T10:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=eee503ef0bdaa0bdcdd8b64c06f8ba3adefd8d9a'/>
<id>eee503ef0bdaa0bdcdd8b64c06f8ba3adefd8d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flush stdout after sending [C,S]METHODS DONE.</title>
<updated>2014-01-31T12:44:25+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-01-31T12:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=f757df4b7ef15cfa9dcfc95af14281b7de65c741'/>
<id>f757df4b7ef15cfa9dcfc95af14281b7de65c741</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually wipe memory in allium_scrub(), thanks to Michael Schruf for the bug report.</title>
<updated>2013-10-03T00:27:16+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>git@schwanenlied.me</email>
</author>
<published>2013-10-03T00:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=5aed32ebb70648be1b8e837c3387af141e5599f3'/>
<id>5aed32ebb70648be1b8e837c3387af141e5599f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a spelling error.</title>
<updated>2013-09-29T17:55:33+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>git@schwanenlied.me</email>
</author>
<published>2013-09-29T17:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/yawning/liballium.git/commit/?id=05f37a15b5a02dd9047bd4f045eba560220981a0'/>
<id>05f37a15b5a02dd9047bd4f045eba560220981a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
