1
0
mirror of https://github.com/restic/restic.git synced 2024-06-28 08:00:52 +02:00
restic/internal/ui
Michael Eischer ef70a2fcb3 Fix mangled JSON output by backup command
jsonstatus wrote the JSON output without synchronization to the
stdio_wrapper which caused mangling between different status lines.

Use the Print and Error methods of termstatus instead which use a
central goroutine to synchronize output.
2020-02-13 21:14:20 +01:00
..
jsonstatus Fix mangled JSON output by backup command 2020-02-13 21:14:20 +01:00
table avoiding unnecessary type conversions 2019-06-30 23:58:00 +03:00
termstatus termstatus: detect and respect dumb terminals on Unix 2018-09-21 07:24:41 -04:00
backup.go simplified string sorting by using a more suitable function 2019-06-30 23:20:32 +03:00
message.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00
stdio_wrapper_test.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00
stdio_wrapper.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00