Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-09 | Use a more significative name for logger helper. | Ivan Alejandro | |
2014-06-06 | Remove unused variables and reorder arg parsing. | Ivan Alejandro | |
2014-06-06 | Remove unused code and move imports to the top. | Ivan Alejandro | |
2014-06-06 | Move imports to the top. | Ivan Alejandro | |
2014-06-06 | Remove unused code. | Ivan Alejandro | |
2014-06-06 | Remove code already used in mainwindow. | Ivan Alejandro | |
2014-06-06 | Move quit callback to mainwindow. | Ivan Alejandro | |
2014-06-05 | Reorder logging helpers and handlers. | Ivan Alejandro | |
2014-05-21 | Improve wait and quit process. | Ivan Alejandro | |
Refactor logic from backend to the vpnprocess. | |||
2014-05-15 | Gracefully handle SIGTERM as well as SIGINT, feature #5672 | irregulator | |
SIGTERM is caught by twisted, so we have to use addSystemEventTrigger() to pass a custom handler to twisted reactor. See https://leap.se/code/issues/5672 for more. | |||
2014-04-22 | Add flag to skip provider checks in wizard. | Ivan Alejandro | |
2014-04-15 | Move openvpn_verb to config.flags | Ivan Alejandro | |
2014-04-10 | Add flag to start the app hidden in the tray. | Ivan Alejandro | |
Closes #4990. | |||
2014-04-01 | Add support for self signed certs. Closes #5391. | Ivan Alejandro | |
2014-03-10 | Merge remote-tracking branch 'refs/remotes/kali/feature/graph-cpu-and-mem' ↵ | Tomás Touceda | |
into develop | |||
2014-03-07 | Remove qtreactor dependency | Tomás Touceda | |
2014-03-07 | add ability to set nice order via env var | Kali Kaneko | |
2014-02-03 | Use the new log format in the GUI too. | Ivan Alejandro | |
- Unify location for log format. | |||
2014-01-31 | Improve logs readability | Ivan Alejandro | |
- levelname: after time, fixed width, left aligned - Line number before name and with fixed width - function with () | |||
2014-01-13 | Reorder initialization calls. | Kali Kaneko | |
* Refactor opt checking, paving the way for separation into commands module. * Do not hijack the stdout for commands, reduce clutter. | |||
2014-01-13 | able to import maildir | Kali Kaneko | |
2014-01-12 | rename repair to plumber to suit more generic functionality | Kali Kaneko | |
2014-01-09 | add offline flag | Kali Kaneko | |
2014-01-09 | Add flag to disable version check. | Ivan Alejandro | |
2013-12-20 | mail logs | Kali Kaneko | |
2013-12-18 | add repair mailbox utility | Kali Kaneko | |
2013-12-17 | display mail version too | Kali Kaneko | |
2013-10-24 | use coloredlogs optionally | Kali Kaneko | |
2013-10-15 | Fix pep8 violations. | Ivan Alejandro | |
2013-10-14 | Disable stdout redirection on windows for now since it breaks the bundle | Tomás Touceda | |
2013-10-07 | Show more context information in the logs. | Ivan Alejandro | |
Add line numbers and function name from where the log is displayed. | |||
2013-09-30 | Force cleanlooks only from bundle. | Ivan Alejandro | |
2013-09-24 | Only ensure server if we are running the app. | Ivan Alejandro | |
This code reorder avoids to get an error message if we run some code when the only thing we want is to get the version. Closes #3914. | |||
2013-09-24 | Move logger up to be available sooner. | Ivan Alejandro | |
2013-09-19 | Merge remote-tracking branch 'ivan-github/feature/standalone-flag-to-module' ↵ | Kali Kaneko | |
into develop | |||
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-17 | Add a proper header for the app.py. | Ivan Alejandro | |
2013-09-12 | add --version flag | Kali Kaneko | |
2013-09-05 | Fix: Update version location. | Ivan Alejandro | |
2013-09-02 | Add a selective filter for leap logs. | Kali Kaneko | |
Closes: #3504 | |||
2013-08-13 | Set the standalone flag before using it | Tomás Touceda | |
This reorders imports and delays them after the args are processed. | |||
2013-08-12 | fix imports to use new namespace | Kali Kaneko | |
2013-08-12 | move everything into bitmask namespace | Kali Kaneko | |