aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-04Merge pull request #3558 from LnL7/ssh-ng-stderrEelco Dolstra
2020-05-03convert some printError calls to logErrorBen Burdette
2020-05-02logging: handle build log lines in simple loggerDaiderd Jordan
2020-05-02remote-store: don't log raw stderr by defaultDaiderd Jordan
2020-05-01Improve help-message for nix-replMaximilian Bosch
2020-05-01convert some errorsBen Burdette
2020-05-01Fix buildEelco Dolstra
2020-05-01rename nix run to nix shell and nix app to nix runMatthew Kenigsberg
2020-04-30fix error callsBen Burdette
2020-04-30logErrorBen Burdette
2020-04-30typoBen Burdette
2020-04-30nix dev-shell: Unset shellHookEelco Dolstra
2020-04-30nix dev-shell: Support structured attrsEelco Dolstra
2020-04-30nix dev-shell: Refactor script for getting the environmentEelco Dolstra
2020-04-30Merge pull request #3548 from Ma27/fetchtarball-posDomen Kožar
2020-04-29errorinfo constructor testBen Burdette
2020-04-29Fix displaying error-position in `builtins.fetch{Tree,Tarball}`Maximilian Bosch
2020-04-29StringSink pre allocateGuillaume Bouchard
2020-04-29Remove the `drain` argument from `readFile`Guillaume Bouchard
2020-04-29uncrustify formattingBen Burdette
2020-04-29Only call grantpt on MacOS systemsAntoine Eiche
2020-04-29builtins.readFile: do not truncate contentGuillaume Bouchard
2020-04-28Error classname as nameBen Burdette
2020-04-28Merge pull request #3542 from mkenigs/gcrootsEelco Dolstra
2020-04-28rename to NIX_GCROOTMatthew Kenigsberg
2020-04-28Tweak warning messageEelco Dolstra
2020-04-28Merge branch 'nix-env-warn-unmatched' of https://github.com/lheckemann/nixEelco Dolstra
2020-04-27astyle formatBen Burdette
2020-04-27Fix long paths permanently breaking GCAlyssa Ross
2020-04-27commentMatthew Kenigsberg
2020-04-27Set GCROOT to store path to prevent garbage collectionMatthew Kenigsberg
2020-04-26error.hhBen Burdette
2020-04-25print dashes instead of empty name stringBen Burdette
2020-04-25nix-env: refactor uninstallDerivationsLinus Heckemann
2020-04-24don't print blank lines for blank descriptionBen Burdette
2020-04-24all things error to error.hhBen Burdette
2020-04-24add has_value check; remove obslete friend classBen Burdette
2020-04-23'what' stringBen Burdette
2020-04-22a few more 'format's rremovedBen Burdette
2020-04-22Don't include error.hh in util.hh to prevent header bloatEelco Dolstra
2020-04-22Merge branch 'error-format' of https://github.com/bburdette/nixEelco Dolstra
2020-04-22Path fetcher: Fix store path nameEelco Dolstra
2020-04-21Replace select() with poll() to allow waiting on more than FD_SETSIZE fdsDustin DeWeese
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-21add ErrorInfo to BaseErrorBen Burdette
2020-04-19logEI for tunnelLogger and progressbarBen Burdette
2020-04-18Merge pull request #3502 from NixOS/more-posDomen Kožar
2020-04-17demoing other error levels than warn/error; rename line and file fields in er...Ben Burdette
2020-04-17logError, logWarning; Logger functions; switch to Verbosity enumBen Burdette
2020-04-16iomanip no longer neededBen Burdette