78 Commits (0ed990d3691f19f709a5641666fc0041552bdca0)

Author SHA1 Message Date
adam 2b031fff67 Change startup code cleanup and PEP8 10 years ago
JackDandy 57f01e6584 Fix restart issue. 11 years ago
adam a419f53ca9 Fix port checking code preventing startup directly after a SG restart 11 years ago
adam f338c2d65d Fix multiple issues relating to the startup process 11 years ago
adam b407e3e606 Remove legacy sickbeard updater and build automation code 11 years ago
JackDandy c03429a25a Remove orphaned file and cleanup class naming. 11 years ago
Supremicus 4c8c6b21d5 Change logos, text etc. branding to SickGear. 11 years ago
Prinz23 e338c569c5 SYS_ENCODING set to System Default 11 years ago
JackDandy 967ea383b7 Revert "Fix SYS_ENCODING " 11 years ago
Prinz23 80fe5327df Fix SYS_ENCODING should still be set if locale.setlocale fails (like it does on Windows) 11 years ago
Brian Hartvigsen 92d55a35bd Return to linux line feeds 11 years ago
echel0n c4105db242 Testing fix for locale and startup issues related to improperly being set 11 years ago
echel0n 429db5b7d4 Shutdown/restarts now wait for Tornado to finish shutting down before proceeding further 11 years ago
echel0n 534104b8b0 Changed how SickRage determins its branch version which will resolve issues with app switching back to master branch by mistke on startup. 11 years ago
echel0n f4b24bd85d Added a checkout branch button to the advanced config settings tab to tie things in better and make them easier. 11 years ago
echel0n e5ac585b6a Fix for webui becoming unresponsive when using SSL and possibly in other situations as well. 11 years ago
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions. 11 years ago
echel0n 2f0683ec1e Fixed restart/updating issues for synology/qnap devices, may also resolve other OS related simular issues. 11 years ago
echel0n e891e9d637 Fixed nextaired not found issues and fixed kat provider issues. 11 years ago
echel0n d6225dd8d3 Updated next episode airdate function to be run once at startup and then each time after that with show update schedualer 11 years ago
echel0n 74f73bcc34 New event queue system in place, currently handles shutdown and restart calls. 11 years ago
echel0n c8d899ad66 Removed maintance schedualer and moved the routines from it to happen before a search is started to ensure things are up to date and to stop waking up synology devices, regexes also made less greedy. 11 years ago
echel0n f0146f728e Lowered CPU usage even further, re-wrote daemonizer code for startups, removed misc unrequired functions from providers. 11 years ago
echel0n 12ac388dc2 Fixed startup/restart/shutdown issues on Windows, Linux, FreeBSD platforms tested. 11 years ago
echel0n 1fc909299d Fixed start/restart/shutdown issues including any issues with daemonizing. 11 years ago
echel0n 75f69396d4 Reverted some changes. 11 years ago
echel0n 4575c58348 SQL Query performance gains added and memory footprint reduced. 11 years ago
echel0n 33a28d20a3 Cleanup leftover fd sockets on restart 11 years ago
echel0n 6df96f8cdb Another test fix to reduce memory 11 years ago
echel0n 1b045d2194 Fix for startup issues 11 years ago
echel0n 9d5b2da19e Testing fix to help reduce memory footprint. 11 years ago
echel0n cafdc57b2c Testing fix for redirect issues and blank pages. 11 years ago
echel0n c3e2ff5193 Testing fix for shutdown issues on BSD 11 years ago
echel0n 39f32b3b7c Fix for restarts/updates issues when running as a daemon. 11 years ago
echel0n b6e7635a32 Removed tornado's auto-reload function and reverted back to using our original method of performing auto-updates, this should also correct 500 internal server issues for those that got them after updates where performed automatically. 11 years ago
echel0n 67ae7af226 Testing fix for 500 internal server error/TypeError: argument of type 'NoneType' is not iterable 11 years ago
echel0n 10bea520a7 Fixed backup/restore issues, uses correct data directory variable now. 11 years ago
echel0n c878c6d303 Shows now perform a dirty check to confirm if any records have been altered before trying to save to the DB, improves overall performance and speed of sickrage. 11 years ago
echel0n 386355e130 Updates/Restarts now use the same process instead of spawning a new one so the PID remains the same. 11 years ago
echel0n 7e0bb651b2 Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems. 11 years ago
echel0n 07685f4295 Fixed issues with webroot settings and reverse proxies. 11 years ago
echel0n b9c22582cf Added restore folder to gitignore list. 11 years ago
echel0n 2b7df8e67d Added backup and restore feature, this allows you to backup your config.ini and sickbeard.db files into a zipfile and save it to a destination of your choice and as well you can restore the same zip file later on then perform a restart to have the changes take affect automatically. Backups are saved date/time stamped. 11 years ago
echel0n 5aba53ae8e Fix for OSError: [Errno 9] Bad file descriptor error, freebsd related 11 years ago
echel0n c792e34c43 FreeNAS test fix #4 11 years ago
echel0n cefbe3859a Test fix #3 for freenas 11 years ago
echel0n 5b866006b4 Test fix #2 for FreeNAS running as a daemon 11 years ago
echel0n da826d24d4 Testing fix for freenas 11 years ago
echel0n cf4cbd9a34 Fix for missing WITH statement 11 years ago
echel0n 327df6682e Updated tornado to latest stable code, fixes issues with auto-reload 11 years ago