]>
src.bluestatic.org Git - apple-ir-control.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Robert Sesek [Sun, 13 Mar 2016 23:19:09 +0000 (19:19 -0400)]
VERBOSE should be const for better optimization.
Robert Sesek [Sun, 13 Mar 2016 23:15:16 +0000 (19:15 -0400)]
Creating an IOServiceIterator could have a 0 value, confused for failure.
Instead, return bool and use an out pointer for the iterator.
Robert Sesek [Sun, 13 Mar 2016 23:14:41 +0000 (19:14 -0400)]
Do not require a SynchronizePrefs before reading.
Robert Sesek [Sun, 13 Mar 2016 23:08:47 +0000 (19:08 -0400)]
Add a license header and a README.
Robert Sesek [Sun, 13 Mar 2016 23:03:18 +0000 (19:03 -0400)]
Inline GetUserPropertyValue().
Robert Sesek [Sun, 13 Mar 2016 23:03:07 +0000 (19:03 -0400)]
Make sure HandleWrite() is run as root.
Robert Sesek [Sun, 13 Mar 2016 23:02:44 +0000 (19:02 -0400)]
Only enable VERBOSE for debug builds.
This can now be done with `make DEBUG=1`.
Robert Sesek [Sun, 13 Mar 2016 22:53:56 +0000 (18:53 -0400)]
Handle setting the property value.
Robert Sesek [Sun, 13 Mar 2016 22:36:47 +0000 (18:36 -0400)]
Better output for HandleRead().
Robert Sesek [Sun, 13 Mar 2016 22:24:15 +0000 (18:24 -0400)]
Initial version of apple-ir-control.
Get user and kernel value of the DeviceEnabled setting.