summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/frontend_app.py
AgeCommit message (Collapse)Author
2014-07-22Kill backend on quit if it does not respond.Ivan Alejandro
2014-07-14Apply changes removed rebasing pullreq #679.Ivan Alejandro
https://github.com/leapcode/bitmask_client/pull/679/files
2014-07-14Use main process to run frontend.Ivan Alejandro
Running the GUI in a child process gives problems on OSX. Also, change signal handling since we have less processes.
2014-07-14Add file docstrings.Ivan Alejandro
2014-07-14Handle SIGINT/SIGTERM in processes.Ivan Alejandro
2014-07-14Send the flag module values to the processes.Ivan Alejandro
Add serialize/deserialize to dict helper.
2014-07-14Add SIGINT handler.Ivan Alejandro
2014-07-14Use new backend/signaler and start logic in processes.Ivan Alejandro
2014-07-14Separate app.py and frontend_app.py logics.Ivan Alejandro
This prepares the scenario to run the frontend and the backend in different processes.
2014-06-05Reorder logging helpers and handlers.Ivan Alejandro