restic/internal/ui
Michael Eischer 401ef92c5f backup: Fix shutdown hang when running in the background
On shutdown the backup commands waits for the terminal output goroutine
to stop. However while running in the background the goroutine ignored
the canceled context.
2020-12-06 18:53:41 +01:00
..
json backup: Fix possible deadlock of scanner goroutine 2020-09-30 23:13:10 +02:00
progress Replace restic.Progress with new progress.Counter 2020-11-09 12:12:35 +01:00
table avoiding unnecessary type conversions 2019-06-30 23:58:00 +03:00
termstatus backup: Fix shutdown hang when running in the background 2020-12-06 18:53:41 +01:00
backup.go backup: Always remove the status lines once a backup ends 2020-09-30 23:13:10 +02:00
message.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00
stdio_wrapper.go Simplify ui.StdioWrapper.Write 2020-10-17 20:30:46 +02:00
stdio_wrapper_test.go Simplify ui.StdioWrapper.Write 2020-10-17 20:30:46 +02:00