Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-24 | More progress indicator improvements | Eelco Dolstra | 1 | -2/+2 | |
Fixes #1599. | |||||
2017-10-24 | Handle log messages from build-remote | Eelco Dolstra | 1 | -0/+130 | |
This makes the progress indicator show statuses like "connecting to 'root@machine'". | |||||
2017-08-28 | Give activities a verbosity level again | Eelco Dolstra | 1 | -2/+9 | |
And print them (separately from the progress bar) given sufficient -v flags. | |||||
2017-08-25 | Allow activities to be nested | Eelco Dolstra | 1 | -2/+4 | |
In particular, this allows more relevant activities ("substituting X") to supersede inferior ones ("downloading X"). | |||||
2017-08-25 | Restore activity metadata | Eelco Dolstra | 1 | -2/+3 | |
This allows the progress bar to display "building perl-5.22.3" instead of "building /nix/store/<hash>-perl-5.22.3.drv". | |||||
2017-08-16 | Progress indicator: Cleanup | Eelco Dolstra | 1 | -19/+3 | |
2017-08-16 | Progress indicator: Show number of active items | Eelco Dolstra | 1 | -0/+5 | |
2017-08-16 | nix copy: Improve progress indicator | Eelco Dolstra | 1 | -1/+1 | |
It now shows the amount of data copied: [8/1038 copied, 160.4/1590.9 MiB copied] copying path '...' | |||||
2017-08-16 | nix copy: Revive progress bar | Eelco Dolstra | 1 | -0/+11 | |
2017-05-29 | Fix build failure on Debian/Ubuntu | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/53537463 | |||||
2017-05-16 | Improve progress indicator | Eelco Dolstra | 1 | -6/+7 | |
2017-04-13 | Add warn function | Eelco Dolstra | 1 | -1/+6 | |
2017-04-13 | Initialise logger | Eelco Dolstra | 1 | -1/+1 | |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -1/+1 | |
2016-09-16 | printMsg(): Don't check for interrupts | Eelco Dolstra | 1 | -7/+5 | |
Having the logger function potentially throw exceptions is Heisenbuggy. | |||||
2016-04-25 | Improved logging abstraction | Eelco Dolstra | 1 | -0/+79 | |
This also gets rid of --log-type, since the nested log type isn't useful in a multi-threaded situation, and nobody cares about the "pretty" log type. |