aboutsummaryrefslogtreecommitdiff
path: root/alarmd
Commit message (Collapse)AuthorAge
* Refactor build process, use setup.pyHEADmasterDavid Phillips2019-05-08
|
* Add alarm change timestampingDavid Phillips2018-08-29
|
* Add less ambiguous recipesDavid Phillips2018-08-28
|
* Detach per-connection server threadsDavid Phillips2018-08-28
|
* Fix typo in commentDavid Phillips2018-08-28
|
* Handle clients in separate threads, add mutexesDavid Phillips2018-08-28
|
* Remove some magic constantsDavid Phillips2018-06-27
| | | | Also removes old debug print code
* Refactor client handling code, loopDavid Phillips2018-06-27
|
* Remove old byte-order switching codeDavid Phillips2018-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.
* Record pid of process regsitering alarmDavid Phillips2018-06-27
|
* Remove debug print statementsDavid Phillips2018-06-27
|
* Refactor libalarmDavid Phillips2018-06-27
|
* Refactor raise+clear handlersDavid Phillips2018-06-27
|
* Begin server refactor, remove hard-coded socketsDavid Phillips2018-06-27
|
* Change from TCP to UNIX sockets, massive clean upDavid Phillips2018-06-27
|
* Initial dump of prototypeDavid Phillips2018-06-04