<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brightnessd, branch master</title>
<subtitle>daemon to smoothly change backlight brightness</subtitle>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/'/>
<entry>
<title>Check for error on fifo open failure, remove stale comment</title>
<updated>2016-07-27T00:45:49+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-27T00:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=655de78ea46a22add7955c302015c8c3120531bb'/>
<id>655de78ea46a22add7955c302015c8c3120531bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic makefile</title>
<updated>2016-07-20T03:07:45+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-20T03:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=be8209cdf61f69b1117873163475aee11a7bc582'/>
<id>be8209cdf61f69b1117873163475aee11a7bc582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix style of braces and switch/case</title>
<updated>2016-07-20T02:05:21+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-20T02:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=d64c5ff9dea4537d84ab55964c3d6174bf23f3c9'/>
<id>d64c5ff9dea4537d84ab55964c3d6174bf23f3c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Major restructuring and tidying</title>
<updated>2016-07-19T00:02:42+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-19T00:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=8a1964d5d52c3acf1127d4e8051e8282634749e4'/>
<id>8a1964d5d52c3acf1127d4e8051e8282634749e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gitignore</title>
<updated>2016-07-18T22:03:23+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-18T22:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=a9c3230abf66bb09cde9c7b95c9c9c0832aff850'/>
<id>a9c3230abf66bb09cde9c7b95c9c9c0832aff850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop privileges down to nobody, general fix-ups.</title>
<updated>2016-07-17T22:03:13+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-17T22:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=371f5beec60f9ea8b13d2ae55094c8bc8841aa3d'/>
<id>371f5beec60f9ea8b13d2ae55094c8bc8841aa3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Comment style change</title>
<updated>2016-07-17T08:58:54+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-17T08:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=f563a746fe7fd0ed01378cb6defed0ce43580e5b'/>
<id>f563a746fe7fd0ed01378cb6defed0ce43580e5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add call to chmod back</title>
<updated>2016-07-16T06:45:25+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-16T06:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=7ad4de6dc789775d613ff28f67c99c48d350cb6b'/>
<id>7ad4de6dc789775d613ff28f67c99c48d350cb6b</id>
<content type='text'>
This should not have been removed. There is a subtlety of mkfifo to note;
it is affected by umask while chmod isn't. Thus, the call to chmod directly
is required to ensure the desired mode is set on the fifo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should not have been removed. There is a subtlety of mkfifo to note;
it is affected by umask while chmod isn't. Thus, the call to chmod directly
is required to ensure the desired mode is set on the fifo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing parameter on get_now</title>
<updated>2016-07-15T09:59:43+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-15T09:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=e605143046b1295bdb953bf8456b1dca67696d86'/>
<id>e605143046b1295bdb953bf8456b1dca67696d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simple readme</title>
<updated>2016-07-15T06:05:07+00:00</updated>
<author>
<name>David Phillips</name>
<email>dbphillipsnz@gmail.com</email>
</author>
<published>2016-07-15T06:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/brightnessd/commit/?id=18ae9e9419002662ca1e6d4537633b610bed16c2'/>
<id>18ae9e9419002662ca1e6d4537633b610bed16c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
