Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make alarms py wrap libalarm | David Phillips | 2018-08-28 |
| | |||
* | Add simple 'alarms' Python module for interfacing with alarmd | David Phillips | 2018-08-28 |
| | |||
* | Remove some magic constants | David Phillips | 2018-06-27 |
| | | | | Also removes old debug print code | ||
* | Remove old byte-order switching code | David Phillips | 2018-06-27 |
| | | | | | | | | It's safe enough to assume that UNIX domain sockets imply both ends of the socket have the same represenatations. Anyone doing hackery with forwarding/proxying UNIX domain sockets between systems should know better. | ||
* | Refactor libalarm | David Phillips | 2018-06-27 |
| | |||
* | Change from TCP to UNIX sockets, massive clean up | David Phillips | 2018-06-27 |
| | |||
* | Initial dump of prototype | David Phillips | 2018-06-04 |