Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | Allow frontend and backend to be run separately. | Ivan Alejandro | |
Add the 'check_online' method to check whether the backend is accessible or not. Reduce the wait for running threads timeout on quit. Add retry feature to the backend requests send. | |||
2014-08-06 | fix uncatched error with missing polkit. Closes: #5955 | kali | |
2014-07-24 | Add frontend alive check to the backend. | Ivan Alejandro | |
Stop the backend if the frontend process does not exist any more and backend is not a daemon. | |||
2014-07-21 | Add heartbeat to check if backend is alive. | Ivan Alejandro | |
Send a 'ping' request every 2 secs to ensure that the backend is running. Use polling instead of recv on the backend_proxy. This was already implemented for the signaler. | |||
2014-07-14 | Comment out overly verbose logs for communication. | Ivan Alejandro | |
2014-07-14 | Add license headers. | Ivan Alejandro | |
2014-07-14 | Add base communication framework. | Ivan Alejandro | |