106 Commits (master)

Author SHA1 Message Date
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
echel0n 09297b853b Fix for autoreload issues 11 years ago
echel0n 2ac1c5fdd5 Fixed forced updates to wait for auto-reload instead of performing a restart. 11 years ago
echel0n dccf371ebd SSL issues fixed. 11 years ago
echel0n 489a181cdb Auto-reloads app on code changes automatically detected from git. 11 years ago
echel0n d8358882de Fixed issues with restarts and updates. 11 years ago
echel0n 7d52d079fa Fixes more issues that were preventing proper shutdowns, restarts, and upgrades. 11 years ago
echel0n fa01711192 IOLoop tasks are now started and stopped via regular start and halt sickrage functions allowing us to gracefully exit on shutdown or restart. 11 years ago
echel0n acca01eb90 Fixed shutdown to completely stop and close IOLoop. 11 years ago
echel0n af6cd334a0 Moved Tornado IOLoop to main() to resolve shutdown issues plus we now use IOLoop to control checks for startup tasks and background commands. 11 years ago
echel0n 20e2ae2f86 Improved tornado async routines and shutdown routines. 11 years ago
echel0n 6dd78f58b6 Improved startup and shutdown for tornado 11 years ago
echel0n abff43f568 Improved startup/shutdown of tornado. 11 years ago
echel0n d73cc1cbbd Replaced cherrypy with tornado which helped resolve our memory leak issue. 11 years ago
echel0n 2546a5199f Test fix for home page none type error 11 years ago
echel0n d00d55fdfc Modified DB code to close its connection if right after its finished with it, helps performance-wise and should resolve locked db issues as well. 11 years ago
Nils Vogels e600946d2e Unbreak restart under Linux-like OS 11 years ago
echel0n 4a4eec0a9e Fix for restart issues 11 years ago
echel0n 42b621103f Fix for restart and PID issues. 11 years ago
Nils Vogels 764cf6e62e Change process title for more clarity when running multiple python progs 11 years ago
echel0n 52fca3e29a auto update test #1 11 years ago
echel0n b9310444e5 Fix for failed download issues. 11 years ago
Zwooosh 4f43349dee Don't add portnumber when restarting with reverse proxy enabled 11 years ago
echel0n 8a61eb1e26 Added in some sleep timers to help improve overall cpu usage 11 years ago
Justin Tabish d4263e1b03 Added executable bits (chmod 755) 11 years ago
echel0n 826a9aab6a Fix for strftime and thread locking issues 11 years ago