summaryrefslogtreecommitdiffstats
path: root/src/rpc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add usercount to RPC, simplify timing calculationSimon Rettberg2020-10-121-5/+9
|
* Fix potential strcmp() overflow, better packed struct for pipeSimon Rettberg2020-10-081-6/+7
|
* rpc: Account for wall clock changesSimon Rettberg2019-11-181-1/+2
|
* Show idle time in RPC replySimon Rettberg2019-11-131-2/+3
|
* Fix fd leakSimon Rettberg2019-07-111-1/+3
|
* Slightly more consistent namingSimon Rettberg2019-06-121-3/+3
|
* Add RPC method "warn" to show messge to usersSimon Rettberg2019-06-121-0/+7
| | | | Only usable by root.
* f() -> f(void)Simon Rettberg2019-05-141-1/+1
|
* Add reboot/kexec/poweroff via RPCSimon Rettberg2019-05-131-98/+206
|
* Initial commitSimon Rettberg2019-05-101-0/+132