Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-29 | cleanup: init socket wire format | David Oberhollenzer | |
Replace array adhockery with structs and make use of the handy endianness conversion macros. Signed-off-by: David Oberhollenzer <goliath@infraroot.at> | |||
2019-03-29 | cleanup: init status response | David Oberhollenzer | |
- rename init_status_response_t to init_status_t - merge code for handling it - fix memory leak in status command Signed-off-by: David Oberhollenzer <goliath@infraroot.at> | |||
2019-03-28 | Include service ID in initsock status response | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <goliath@infraroot.at> | |||
2019-03-18 | Add functions to transmit service status accross initd socket | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <goliath@infraroot.at> |