index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
logging.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-08-10
fix: check if it is a Real terminal, not just if it is a terminal
Jade Lovelace
2024-08-04
cli: eat terminal codes from stdout also
Jade Lovelace
2024-07-21
libutil/logging: fix build without precompiled header
Alois Wohlschlager
2024-07-20
libutil: make basic loggers thread-safe
eldritch horrors
2024-06-18
libmain: fix UB in verbosity assignment
Jade Lovelace
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 file-descriptor.{hh,cc}
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out terminal.{hh,cc}
Tom Hubrecht
2024-05-28
util.{hh,cc}: Split out environment-variables.{hh,cc}
Tom Hubrecht
2024-03-29
Fix various clang-tidy lints
Jade Lovelace
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-05
Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
eldritch horrors
2023-09-09
Print parent activity field in json log
maralorn
2023-08-11
SimpleLogger::log: fix unintended fallthrough
Yorick van Pelt
2023-04-03
Enable -Werror=switch-enum
Robert Hensing
2023-04-03
Add explicit case statements where -Wswitch-enum would report them
Robert Hensing
2023-04-03
Fix systemd logging for lvlNotice: eqv to lvlInfo, not lvlVomit
Robert Hensing
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-02
Logger::writeToStdout(): Use writeFull()
Eelco Dolstra
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-02-28
libstore/derivation-goal: avoid double-parsing of JSON messages
Maximilian Bosch
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2021-08-22
Replace invalid characters in json logger
Yaroslav Bolyukin
2021-07-01
Respect TERM=dumb more consistently
Yestin L. Harrison
2021-01-21
Improve error formatting
Eelco Dolstra
2020-10-28
Capitalize JSON for consistency
Matthew Kenigsberg
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-07-26
libutil/logging: extend `internal-json` logger to make it more machine-readable
Maximilian Bosch
2020-07-08
Fix 'got unknown message type 1 from Nix daemon'
Eelco Dolstra
2020-07-02
move showTrace to new loggerSettings
Ben Burdette
2020-07-01
non-pos trace test
Ben Burdette
2020-06-30
comments and cleanup
Ben Burdette
2020-06-29
showTrace flag in loggers
Ben Burdette
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-08
Unify the printing of the logs between bar-with-logs and raw
regnat
2020-06-08
Make the logger customisable
regnat
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-05-13
change status messages to info level
Ben Burdette
2020-05-12
remove unused extra json fields
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
2020-05-06
Revert "Merge pull request #3558 from LnL7/ssh-ng-stderr"
Eelco Dolstra
2020-05-02
logging: handle build log lines in simple logger
Daiderd Jordan
2020-04-29
uncrustify formatting
Ben Burdette
[next]