Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-24 | Rework on child process management. | Smaarn | |
When receiving the SIGTERM signal, swallow it and terminate latest created child process Catch ChildProcessError (occurs when child process is terminated by the current python script on mac os x) | |||
2020-05-18 | WIP | Louis Vézina | |
2020-05-18 | WIP | Louis Vézina | |
2020-04-27 | Fix for #952. | Louis Vézina | |
2020-04-15 | Simplify daemon mechanism. | Louis Vézina | |
2020-04-14 | Simplify daemon mechanism. | Louis Vézina | |
2020-04-12 | Merge remote-tracking branch 'origin/development' into development | Louis Vézina | |
2020-04-12 | Bazarr won't start anymore when launched with Python ealier than 3.7. No ↵ | Louis Vézina | |
more compatibility with 2.7.x | |||
2020-04-11 | [Python 3 only] Changed SIGTERM signal handling. | Smaarn | |
Now the first SIGTERM will propagate a SIGINT to child processes. A second SIGTERM signal would send a SIGTERM to child processes and "interrupt" itself. A third SIGTERM signal would actually follow the default system behaviour. # Conflicts: # bazarr.py | |||
2020-04-11 | Increased minimal version of Python 3.x to 3.7 instead of 3.6. We have too ↵ | Louis Vézina | |
much trouble with 3.6 and some of our dependencies don't support it anymore. | |||
2020-02-16 | Fix for Python 2.7 compatibility regression. | Louis Vézina | |
2020-02-09 | change: log redirection mechanism | Smaarn | |
Rely on native output and error stream printing. Blocked input reading | |||
2020-01-31 | code cleanup: bazarr | ngosang | |
2020-01-19 | Fixed: when receiving a SIGTERM signal, a smooth shutdown procedure should ↵ | Smaarn | |
be performed on children processes. Reverted the change for Python 2 | |||
2020-01-14 | Fixed: when receiving a SIGTERM signal, a smooth shutdown procedure should ↵ | Smaarn | |
be performed on children processes. | |||
2019-12-14 | Added stdout flush even for Python 2.x. | Louis Vézina | |
2019-12-08 | Fix for stdout/stderr logging under Python 3.x. | Louis Vézina | |
2019-12-06 | Fix for restarting since Python 3. | Louis Vézina | |
2019-09-28 | WIP | Louis Vézina | |
2019-09-23 | WIP | Louis Vézina | |
2019-09-22 | WIP | Louis Vézina | |
2019-09-22 | Merge branch 'development' into python3 | Louis Vézina | |
# Conflicts: # bazarr.py # bazarr/get_subtitle.py | |||
2019-09-18 | Fix for Python minor version containing something else than digits. | Louis Vézina | |
2019-09-13 | WIP | Louis Vézina | |
2019-09-08 | Fix for Python version check when there's a "+" sign in revision number. | Louis Vézina | |
2019-09-05 | Added a check for Python version. | Louis Vézina | |
2019-06-11 | Reformat code | Halali | |
2019-06-01 | Reduce CPU, Disk and Memory usage | ngosang | |
2018-10-31 | rewrite get_argv to get_args; use in daemon and bazarr; fix os.path.join ↵ | panni | |
usage; PEPify most | |||
2018-10-31 | make bazarr a module; use centralized getopt in daemon; add --debug option ↵ | panni | |
for console handler; add logging dependencies | |||
2018-10-16 | Fix for arguments not passed correctly to child process. | Louis Vézina | |
2018-10-16 | Fix to create daemon stop and restart file in config_dir. Add a fix for ↵ | Louis Vézina | |
automatic reloading after restart when using a reverse proxy with SSL. | |||
2018-10-16 | Continuing development | Louis Vézina | |
2018-10-16 | Flushing stdout buffer | Louis Vézina | |
2018-10-14 | Add link to restart and manage KeyboardInterrupt | Louis Vézina | |
2018-10-11 | Cherrypy test | Louis Vézina | |
2018-10-10 | Continuing development | Louis Vézina | |
2018-10-10 | Auto reload after restart | morpheus65535 | |
2018-10-09 | Fix for main.py not found | morpheus65535 | |
2018-10-04 | Moving everything else bazarr.py to a bazarr subdirectory. | Louis Vézina | |
2018-10-03 | More development | Louis Vézina | |
2018-10-03 | Renamed bazarr.py in main.py and daemon.py in bazarr.py | morpheus65535 | |
2018-10-02 | Initial commit | morpheus65535 | |
2018-09-29 | add fix for #151 to save_settings | Halali | |
2018-09-29 | fix for DeprecationWarning #162 | Halali | |
2018-09-26 | minor search engine changes | Halali | |
2018-09-22 | Version bump | morpheus65535 | |
2018-09-22 | Fix for providers auth not used | morpheus65535 | |
2018-09-18 | Version bumpv0.6.4 | morpheus65535 | |
2018-09-17 | Fix for Sonarr and Radarr settings testing | morpheus65535 | |