summaryrefslogtreecommitdiff
path: root/internal/ui
Commit message (Expand)AuthorAge
* New upstream version 0.16.0Félix Sipma2023-08-05
* New upstream version 0.15.2Félix Sipma2023-08-05
* New upstream version 0.15.0Félix Sipma2023-01-31
* New upstream version 0.14.0Félix Sipma2022-08-27
* New upstream version 0.13.1Félix Sipma2022-05-11
* New upstream version 0.12.1Félix Sipma2021-08-25
* Add more error handlingAlexander Neumann2021-01-30
* errcheck: More error handlingAlexander Neumann2021-01-30
* Merge pull request #3242 from greatroar/fprintlnMichaelEischer2021-01-28
|\
| * internal/ui/termstatus: Use Fprintln to get a newlinegreatroar2021-01-28
* | restic: Test progress reporting of StreamTreesMichael Eischer2021-01-28
* | progress/counter: Fix test for final report callMichael Eischer2021-01-28
* | progress/counter: Support updating the progress bar maximumMichael Eischer2021-01-28
* | ui: Simlify channel receiveAlexander Neumann2021-01-28
* | ui: remove dead struct memberMichael Eischer2020-12-29
* | ui: force backup progress update on signalMichael Eischer2020-12-29
* | ui/progress: extract signal handling into own packageMichael Eischer2020-12-29
* | ui: don't shorten non-interactive progress outputMichael Eischer2020-12-29
|/
* ui: update status for the backup command on non-interactive terminalsMichael Eischer2020-12-29
* ui: cleanup backup status shutdownMichael Eischer2020-12-29
* ui/progress: don't print progress on non-interactive terminalsMichael Eischer2020-12-29
* AIX portgreatroar2020-12-29
* ui/progress: Use mutex instead of atomicAlexander Neumann2020-12-22
* Merge pull request #3150 from MichaelEischer/fix-windows-redir-outputAlexander Neumann2020-12-06
|\
| * termstatus: Fix canUpdateStatus detection for redirected outputMichael Eischer2020-12-06
* | backup: Fix shutdown hang when running in the backgroundMichael Eischer2020-12-06
|/
* Replace restic.Progress with new progress.Countergreatroar2020-11-09
* Fix string truncation in ui/termstatusgreatroar2020-11-02
* Merge pull request #3026 from greatroar/refactor-uiMichaelEischer2020-10-25
|\
| * Simplify ui.StdioWrapper.Writegreatroar2020-10-17
| * Refactor termstatus.Term.{Print,Error} methodsgreatroar2020-10-17
| * Remove unused public method ui.linesWriter.Flushgreatroar2020-10-17
* | Fix IsProcessBackground on Linux with stdin redirectiongreatroar2020-10-13
|/
* Merge pull request #2963 from MichaelEischer/fix-status-deadlockAlexander Neumann2020-10-09
|\
| * backup: Always remove the status lines once a backup endsMichael Eischer2020-09-30
| * backup: Fix possible deadlock of scanner goroutineMichael Eischer2020-09-30
* | Use windows.SetConsoleCursorPosition in ui/termstatusgreatroar2020-10-07
|/
* Unindent else block after if block ending with a return statementMichael Eischer2020-09-05
* Remove a few unused variablesMichael Eischer2020-09-05
* termstatus: Use io.WriteString to output messages.Brian Atkinson2020-03-26
* Remove unnecessary pipe checks in termstatusgreatroar2020-02-29
* Use golang.org/x/sys/windows in termstatusgreatroar2020-02-29
* Remove code copy-pasted from x/crypto/ssh/terminalgreatroar2020-02-29
* Drop mattn/go-isatty in favor of crypto/ssh/terminalgreatroar2020-02-29
* Better name for jsonstatus packageMichael Eischer2020-02-13
* Fix mangled JSON output by backup commandMichael Eischer2020-02-13
* restic/internal/ui: fix gofmt nit that popped up in Go 1.13Lars Lehtonen2020-02-10
* fix backup --json total_bytes_processed outputDaniel Hoffend2020-02-09
* avoiding unnecessary type conversionsAlexandr Bruyako2019-06-30
* simplified string sorting by using a more suitable functionAlexandr Bruyako2019-06-30