index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
Age
Commit message (
Expand
)
Author
2023-01-06
Do big rename to clean up code
John Ericson
2023-01-02
Put the --show-trace hint in the logical place
Eelco Dolstra
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2022-12-23
Fix CanonPath::dirOf() returning a string_view of a temporary
Eelco Dolstra
2022-12-20
Merge pull request #7451 from edolstra/abstract-pos
Eelco Dolstra
2022-12-19
Merge pull request #7450 from edolstra/canon-path
Eelco Dolstra
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-12-12
Add CanonPath wrapper to represent canonicalized paths
Eelco Dolstra
2022-12-12
Simplify loop, feedback from @tfc and @Ericson2314
Florian Friesdorf
2022-12-12
Show stack trace above error message
Florian Friesdorf
2022-12-12
Don't reverse stack trace when showing
Florian Friesdorf
2022-12-12
Cleanup
Eelco Dolstra
2022-12-12
Optimize string concatenation
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-04
getMaxCPU: fix cgroup path
Jörg Thalheim
2022-12-02
getMaxCPU(): Lower verbosity level for ignored exceptions
Eelco Dolstra
2022-12-02
Clean up cgroup handling in getMaxCPU()
Eelco Dolstra
2022-12-02
Move cgroup.{cc,hh} to libutil
Eelco Dolstra
2022-11-29
Merge pull request #3600 from NixOS/auto-uid-allocation
Eelco Dolstra
2022-11-21
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-11-18
Separate cgroup support from auto-uid-allocation
Eelco Dolstra
2022-11-18
createTempDir(): Use std::atomic
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-11-10
Remove the SystemdCgroup feature
Eelco Dolstra
2022-11-04
Remove stray tab
Eelco Dolstra
2022-11-03
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-11-01
tarfile: set directory mode to at least 0500, don't extract fflags
Yorick van Pelt
2022-10-25
Rework error throwing, and test it
Guillaume Maudoux
2022-10-17
Initial frames support
Guillaume Maudoux
2022-10-16
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-09-22
archive: check close errors when extracting nars
squalus
2022-09-19
Improve durability of schema version file writes
squalus
2022-09-13
Trim option descriptions
Eelco Dolstra
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-08-24
Fix progress bar flicker with -L
Eelco Dolstra
2022-08-19
json: write null on abnormal placeholder destruction
Naïm Favier
2022-08-17
Remove warnLargeDump()
Eelco Dolstra
2022-08-08
Merge remote-tracking branch 'upstream/master' into fix-mv-in-different-files...
Théophane Hufschmitt
2022-08-08
Remove the explicit `c++fs` linkage on darwin
Théophane Hufschmitt
2022-08-07
Do not spam logs if the owned-homedir check results in a noop
Dave Nicponski
2022-08-03
Fix NIX_COUNT_CALLS=1
Eelco Dolstra
2022-08-03
Make `moveFile` more atomic
Théophane Hufschmitt
2022-08-03
Only use `renameFile` where needed
Théophane Hufschmitt
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Link against c++fs on darwin
Théophane Hufschmitt
2022-08-03
Re-implement the recursive directory copy
Théophane Hufschmitt
2022-08-03
rename: Fallback to a copy if the filesystems mismatch
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-08-03
Move some fs-related functions to their own file
Théophane Hufschmitt
2022-07-22
Merge pull request #6814 from amjoseph-nixpkgs/pr/sandbox-error-messages
Théophane Hufschmitt
[next]