summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/app.py
AgeCommit message (Expand)Author
2016-04-18[style] autopep8Kali Kaneko
2016-04-18[bug] avoid osx hangingKali Kaneko
2016-04-15[bug] another workaround for the transparent window in wilyKali Kaneko
2016-04-11[bug] workaround for qt gui corruption in wilyKali Kaneko
2016-04-07[style] pep8Kali Kaneko
2016-04-06[pkg] add standalone flag if running inside a frozen binKali Kaneko
2016-02-03[bug] frozen backend fails to spawn on windowsPaixuAabuizia
2016-01-24[bug] change backend process spawn methodPaixuAabuizia
2015-10-07[bug] pass on standalone flag to commonIvan Alejandro
2015-09-17[style] pep8 fixesKali Kaneko
2015-08-07[bug] workaround wrong qtplugins path rewritten in the libsKali Kaneko
2015-08-07[bug] raise the maxfiles limit in OSXKali Kaneko
2015-06-22[feat] log lsb_release info if availableKali Kaneko
2015-06-22[feat] add log rotation featureIvan Alejandro
2015-06-22[feat] support new psutil APIIvan Alejandro
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
2015-06-22[feat] add a zmq based logger, change log windowIvan Alejandro
2015-05-29[bug] move events server init to backenddrebs
2015-05-27[feat] adapt to new events api on commonIvan Alejandro
2015-04-09[bug] enable atexit subprocess terminationIvan Alejandro
2015-02-13enable --offline mode for email againKali Kaneko
2014-12-29Create the certificates if they don't exist.Ivan Alejandro
2014-12-19Allow frontend and backend to be run separately.Ivan Alejandro
2014-12-19Disable '--offline' temporarily.Ivan Alejandro
2014-08-04Disable daemon mode, we use processes in the backend.Ivan Alejandro
2014-07-24Add frontend alive check to the backend.Ivan Alejandro
2014-07-22Kill backend on quit if it does not respond.Ivan Alejandro
2014-07-14pep8 fixesIvan Alejandro
2014-07-14Use main process to run frontend.Ivan Alejandro
2014-07-14Handle SIGINT/SIGTERM in processes.Ivan Alejandro
2014-07-14Send the flag module values to the processes.Ivan Alejandro
2014-07-14Move the backend starter to its own file.Ivan Alejandro
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
2014-07-11invoke mainwindow.quit only from parent pidKali Kaneko
2014-06-18Use a better naming for argparse helper.Ivan Alejandro
2014-06-09Use a more significative name for logger helper.Ivan Alejandro
2014-06-06Remove unused variables and reorder arg parsing.Ivan Alejandro
2014-06-06Remove unused code and move imports to the top.Ivan Alejandro
2014-06-06Move imports to the top.Ivan Alejandro
2014-06-06Remove unused code.Ivan Alejandro
2014-06-06Remove code already used in mainwindow.Ivan Alejandro
2014-06-06Move quit callback to mainwindow.Ivan Alejandro
2014-06-05Reorder logging helpers and handlers.Ivan Alejandro
2014-05-21Improve wait and quit process.Ivan Alejandro
2014-05-15Gracefully handle SIGTERM as well as SIGINT, feature #5672irregulator
2014-04-22Add flag to skip provider checks in wizard.Ivan Alejandro
2014-04-15Move openvpn_verb to config.flagsIvan Alejandro
2014-04-10Add flag to start the app hidden in the tray.Ivan Alejandro