Sun, 28 Jan 2018 17:54:14 +0000 Tuomo Valkonen Can use logging.getLogger directly now after proper packageisation changeset | files
Sun, 28 Jan 2018 17:34:06 +0000 Tuomo Valkonen On startup, for better scheduling, obtain previous backup time with 'borg list' changeset | files
Sun, 28 Jan 2018 14:56:13 +0000 Tuomo Valkonen A few things had not been updated to module reorganisation changeset | files
Sun, 28 Jan 2018 12:59:20 +0000 Tuomo Valkonen Mention dreamtime in README changeset | files
Sun, 28 Jan 2018 12:41:50 +0000 Tuomo Valkonen Enable Ctrl+C in MacOS UI mode. changeset | files
Sun, 28 Jan 2018 12:00:18 +0000 Tuomo Valkonen files log config changeset | files
Sun, 28 Jan 2018 11:54:46 +0000 Tuomo Valkonen Better package-like organisation changeset | files
Sun, 28 Jan 2018 11:38:01 +0000 Tuomo Valkonen Cleaned up module organisation to simplify borgend.py and not have to import it in other modules. changeset | files
Sun, 28 Jan 2018 11:04:52 +0000 Tuomo Valkonen Renamed the "sleep" module "dreamtime" changeset | files
Sun, 28 Jan 2018 11:01:45 +0000 Tuomo Valkonen DreamTime.monotonic() no longer needs to call time.monotonic() changeset | files
Sun, 28 Jan 2018 00:11:18 +0000 Tuomo Valkonen Dreamtime scheduling: discount system sleep periods changeset | files
Sat, 27 Jan 2018 12:19:39 +0000 Tuomo Valkonen UI refresh fix; added debug messages changeset | files
Fri, 26 Jan 2018 19:04:04 +0000 Tuomo Valkonen Separated repository configuration form backup configuration; changeset | files
Fri, 26 Jan 2018 10:35:00 +0000 Tuomo Valkonen Added --debug switch to enable debug logging level changeset | files
Fri, 26 Jan 2018 10:31:21 +0000 Tuomo Valkonen Improved time display in menu changeset | files
Fri, 26 Jan 2018 10:31:08 +0000 Tuomo Valkonen Changed retry timing to start form end of previous attempt instead of beginning changeset | files
Fri, 26 Jan 2018 10:23:38 +0000 Tuomo Valkonen Do not set error status from borg output if loglevel = WARNING, only >= ERROR changeset | files
Fri, 26 Jan 2018 09:27:07 +0000 Tuomo Valkonen Scheduling list fix and simplifications changeset | files
Fri, 26 Jan 2018 00:11:47 +0000 Tuomo Valkonen Added basic sleep/wake detection code for MacOS changeset | files
Thu, 25 Jan 2018 22:44:10 +0000 Tuomo Valkonen README Non-MacOS description fix changeset | files
Thu, 25 Jan 2018 22:43:27 +0000 Tuomo Valkonen typofixes changeset | files
Thu, 25 Jan 2018 22:42:01 +0000 Tuomo Valkonen README and config.example.yaml updates to describe queuing features changeset | files
Thu, 25 Jan 2018 22:34:55 +0000 Tuomo Valkonen Repository queuing fixes changeset | files
Wed, 24 Jan 2018 22:23:51 +0000 Tuomo Valkonen Oops.. changeset | files
Wed, 24 Jan 2018 22:04:16 +0000 Tuomo Valkonen Turned Status and Operation into classes instead of dictionaries changeset | files
Wed, 24 Jan 2018 20:18:45 +0000 Tuomo Valkonen Made combination error-state into an error-state matrix, as well as Enum changeset | files
Wed, 24 Jan 2018 09:19:42 +0000 Tuomo Valkonen py2app fails on several dependencies (xdg, pyyaml) that are satisfied changeset | files
Wed, 24 Jan 2018 09:15:36 +0000 Tuomo Valkonen Oops, accidentally calling the wrong function (+log message clarification) changeset | files
Wed, 24 Jan 2018 00:20:10 +0000 Tuomo Valkonen launch error handling fix changeset | files
Tue, 23 Jan 2018 22:55:00 +0000 Tuomo Valkonen merge changeset | files
Tue, 23 Jan 2018 10:44:50 +0000 Tuomo Valkonen pyyaml was missing from listed dependencies changeset | files
Tue, 23 Jan 2018 22:53:51 +0000 Tuomo Valkonen Improved backup main thread loop, etc. changeset | files
Mon, 22 Jan 2018 22:23:01 +0000 Tuomo Valkonen Basic repository queue changeset | files
Mon, 22 Jan 2018 21:07:34 +0000 Tuomo Valkonen Generalisation of scheduler thread to general queue threads changeset | files
Mon, 22 Jan 2018 19:14:47 +0000 Tuomo Valkonen Have to clean up logger handlers in same cases to avoid duplicate messages changeset | files
Mon, 22 Jan 2018 18:59:10 +0000 Tuomo Valkonen crashfix changeset | files
Mon, 22 Jan 2018 18:56:43 +0000 Tuomo Valkonen Logging improvements changeset | files
Mon, 22 Jan 2018 18:16:51 +0000 Tuomo Valkonen Improved scheduler changeset | files
Mon, 22 Jan 2018 12:04:19 +0000 Tuomo Valkonen reorder-fix changeset | files
Mon, 22 Jan 2018 02:37:46 +0000 Tuomo Valkonen README configuration file location update changeset | files
Mon, 22 Jan 2018 00:12:51 +0000 Tuomo Valkonen Unsuccesfull attempts at clean quit on exceptions that fall through changeset | files
Sun, 21 Jan 2018 23:52:35 +0000 Tuomo Valkonen Further improvements to state reporting; indicate busyness if repository lock cannot be acquired changeset | files
Sun, 21 Jan 2018 22:46:05 +0000 Tuomo Valkonen License note changeset | files
Sun, 21 Jan 2018 22:43:57 +0000 Tuomo Valkonen Use platform package to detect whether to: changeset | files
Sun, 21 Jan 2018 22:38:01 +0000 Tuomo Valkonen Moved logwindow dispay out of BorgendTray, and made notification_center changeset | files
Sun, 21 Jan 2018 22:01:57 +0000 Tuomo Valkonen --no-tray command line option for running on non-MacOS systems changeset | files
Sun, 21 Jan 2018 21:32:48 +0000 Tuomo Valkonen Improved exception reporting etc. changeset | files
Sun, 21 Jan 2018 18:32:14 +0000 Tuomo Valkonen Just don't set a diffirent level for fifolog after all changeset | files
Sun, 21 Jan 2018 17:45:55 +0000 Tuomo Valkonen Improved error indicators changeset | files
Sun, 21 Jan 2018 17:36:03 +0000 Tuomo Valkonen README tune changeset | files
Sun, 21 Jan 2018 17:20:00 +0000 Tuomo Valkonen Set FIFO log level to INFO changeset | files
Sun, 21 Jan 2018 17:19:22 +0000 Tuomo Valkonen Python indexes from zero... changeset | files
Sun, 21 Jan 2018 16:21:53 +0000 Tuomo Valkonen Log window and other logging improvements changeset | files
Sun, 21 Jan 2018 14:56:56 +0000 Tuomo Valkonen Use rumps.application_support instead of xdg paths. Also separated branding into config.py changeset | files
Sun, 21 Jan 2018 14:34:35 +0000 Tuomo Valkonen Error handling improvements changeset | files
Sun, 21 Jan 2018 13:34:12 +0000 Tuomo Valkonen More logging detail changeset | files
Sun, 21 Jan 2018 12:10:57 +0000 Tuomo Valkonen Added no_quit_menu_entry option changeset | files
Sun, 21 Jan 2018 12:04:24 +0000 Tuomo Valkonen Something weird going on changeset | files
Sun, 21 Jan 2018 11:59:53 +0000 Tuomo Valkonen Reorder changeset | files
Sun, 21 Jan 2018 11:57:47 +0000 Tuomo Valkonen UI refresh delay to reduce flicker changeset | files
(0) -60 +60 tip

mercurial