Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor build process, use setup.pyHEADmaster | David Phillips | 2019-05-08 |
| | |||
* | lib/python: tidy Makefile | David Phillips | 2018-10-12 |
| | |||
* | python: Use keyword arguments | David Phillips | 2018-08-28 |
| | |||
* | Add method docs to python binding | David Phillips | 2018-08-28 |
| | |||
* | 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 |