index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libmain
/
progress-bar.cc
Age
Commit message (
Expand
)
Author
2024-09-07
libmain/progress-bar: erase all lines of the multi-line format
Alois Wohlschlager
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-07-20
libutil: make basic loggers thread-safe
eldritch horrors
2024-07-08
libmain: clear display attributes in the multiline progress bar
Alois Wohlschlager
2024-07-02
libmain: better fix for #424, #425
eldritch horrors
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-06-26
libmain: don't print empty lines
eldritch horrors
2024-06-24
libmain/progress-bar: move implementation out of the header
Alois Wohlschlager
2024-06-23
mildly refactor the renderActivity if hell-chain
Qyriad
2024-06-22
libmain: add progress bar with multiple status lines
Finn Behrens
2024-06-20
extract ProgressBar declaration into its header file
Qyriad
2024-06-20
slight cleanup to ProgressBar::getStatus()
Qyriad
2024-05-29
Remove 100s of CPU time (10%) from build times (1465s -> 1302s)
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out terminal.{hh,cc}
Tom Hubrecht
2024-03-27
progress-bar.cc: fix signed overflow
Jade Lovelace
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2023-08-11
Prevent overriding virtual methods that are called in a destructor
Yorick van Pelt
2023-03-22
Add a test for nix copy over ssh
Alexander Bantyev
2023-03-22
Logger, ProgressBar: add a way to pause/resume
Alexander Bantyev
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-12-12
Merge pull request #7421 from edolstra/lazy-trees-trivial-changes
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-10-13
Fix clang warnings
Eelco Dolstra
2022-08-24
Fix progress bar flicker with -L
Eelco Dolstra
2022-08-17
ProgressBar: Delay before showing a new activity
Eelco Dolstra
2021-11-23
Fix heap use after free in progress-bar.cc
Farid Zakaria
2021-11-08
Unshare mount namespace in main()
Eelco Dolstra
2021-07-01
Respect TERM=dumb more consistently
Yestin L. Harrison
2021-03-19
ProgressBar: Respect verbosity level
Eelco Dolstra
2020-11-26
Ask for confirmation before allowing flake Nix configuration settings
Eelco Dolstra
2020-09-26
libmain/progress-bar: don't trim whitespace on the left
Maximilian Bosch
2020-08-10
Always reset ANSI colors in progress-bar line
Maximilian Bosch
2020-07-02
move showTrace to new loggerSettings
Ben Burdette
2020-06-30
comments and cleanup
Ben Burdette
2020-06-29
showTrace flag in loggers
Ben Burdette
2020-06-15
Always hide the progress bar on exit
Eelco Dolstra
2020-06-15
Improve "waiting for locks" messages
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-11
Style fixes
Eelco Dolstra
2020-06-08
Move progress-bar.cc to libmain
regnat