<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slock.git, branch 1.4</title>
<subtitle>Simple X screen locker, made slightly less simple
</subtitle>
<id>https://git.potato.am/slock.git/atom?h=1.4</id>
<link rel='self' href='https://git.potato.am/slock.git/atom?h=1.4'/>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/'/>
<updated>2016-11-20T00:07:11Z</updated>
<entry>
<title>bump version</title>
<updated>2016-11-20T00:07:11Z</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-20T00:07:11Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=fa1158958466f38cd35c9114023a0175e67ebb6f'/>
<id>urn:sha1:fa1158958466f38cd35c9114023a0175e67ebb6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add arg.h and util.h to Makefile</title>
<updated>2016-11-20T00:01:47Z</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-19T23:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=d5da84cf5adce2f30ed348b631861cc089f3b559'/>
<id>urn:sha1:d5da84cf5adce2f30ed348b631861cc089f3b559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clarify colors in config.def.h</title>
<updated>2016-11-19T23:29:41Z</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-19T23:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=ae96836f90c3652fd0907e0632ddd4591d5716fa'/>
<id>urn:sha1:ae96836f90c3652fd0907e0632ddd4591d5716fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move config.h inclusion after type declarations</title>
<updated>2016-11-19T23:29:01Z</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-19T23:29:01Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=7d31ff65a0b0388f788ca6932c815ab29e5fb10f'/>
<id>urn:sha1:7d31ff65a0b0388f788ca6932c815ab29e5fb10f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unboolify slock.c</title>
<updated>2016-10-17T22:29:41Z</updated>
<author>
<name>Laslo Hunhold</name>
<email>dev@frign.de</email>
</author>
<published>2016-10-17T18:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=597469541c10fdb8920ed190b72763b0719e5cb5'/>
<id>urn:sha1:597469541c10fdb8920ed190b72763b0719e5cb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use explicit strcmp() instead of inlining it</title>
<updated>2016-10-10T18:40:13Z</updated>
<author>
<name>FRIGN</name>
<email>dev@frign.de</email>
</author>
<published>2016-10-01T22:10:45Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=c96e725df0c449abb5f1f6a3b604f64fa69c4756'/>
<id>urn:sha1:c96e725df0c449abb5f1f6a3b604f64fa69c4756</id>
<content type='text'>
Makes it a tad more readable; the previous "optimization" will be done
by the compiler anyway.
</content>
</entry>
<entry>
<title>No need for oldc to be static</title>
<updated>2016-10-10T18:40:13Z</updated>
<author>
<name>FRIGN</name>
<email>dev@frign.de</email>
</author>
<published>2016-10-01T22:03:18Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=6a1bd896356ae3b59053b5e458fdff62d076114b'/>
<id>urn:sha1:6a1bd896356ae3b59053b5e458fdff62d076114b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use NUL character constant explicitly</title>
<updated>2016-10-10T18:40:13Z</updated>
<author>
<name>FRIGN</name>
<email>dev@frign.de</email>
</author>
<published>2016-10-01T21:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=b099d2fd1868a5497069b85e5af0e6148077a6ba'/>
<id>urn:sha1:b099d2fd1868a5497069b85e5af0e6148077a6ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep the line-lengths at bay</title>
<updated>2016-10-10T18:39:33Z</updated>
<author>
<name>FRIGN</name>
<email>dev@frign.de</email>
</author>
<published>2016-10-01T21:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=0a43b78d00ebac574376ffd93223a751e21e265e'/>
<id>urn:sha1:0a43b78d00ebac574376ffd93223a751e21e265e</id>
<content type='text'>
This makes the code more readable and prevents wraparounds in the
editor.
</content>
</entry>
<entry>
<title>Add a section on security considerations</title>
<updated>2016-09-28T20:01:58Z</updated>
<author>
<name>FRIGN</name>
<email>dev@frign.de</email>
</author>
<published>2016-09-28T18:20:51Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=bd069b08c5fe4fea3c78f6991a849b19ed40cbe0'/>
<id>urn:sha1:bd069b08c5fe4fea3c78f6991a849b19ed40cbe0</id>
<content type='text'>
The section on security considerations sheds some light on the problems that we
can't solve within slock but which the user has to solve in his X configuration.
</content>
</entry>
</feed>
