index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
optimise-store.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-27
convert a for more utilities to string_view
pennae
2022-01-11
Prefer RepairFlag over bool when applicable
Guillaume Maudoux
2022-01-11
Make --repair-path also repair corrupt optimised links
Guillaume Maudoux
2021-06-18
UDSRemoteStore: Support the 'root' store parameter
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2020-10-06
Factor out common showBytes()
Eelco Dolstra
2020-09-23
lstat() cleanup
Eelco Dolstra
2020-07-30
unsigned long long -> uint64_t
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-03
libutils/hash: remove default encoding
zimbatm
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-05-13
consistent capitalization
Ben Burdette
2020-05-01
convert some errors
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2018-06-14
Fix optimise-store.cc to skip more paths on macOS
Matthew Justin Bauer
2018-03-06
rand() -> random(), since we use srandom().
Will Dietz
2017-08-28
Give activities a verbosity level again
Eelco Dolstra
2017-08-16
nix optimise-store: Show how much space has been freed
Eelco Dolstra
2017-08-16
nix optimise-store: Add
Eelco Dolstra
2017-08-10
Style fix
Eelco Dolstra
2017-07-31
Merge branch 'macOS' of https://github.com/davidak/nix
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-30
replace "OS X" with "macOS"
davidak
2017-07-07
Merge pull request #1445 from matthewbauer/macos-skip-hardlink
Eelco Dolstra
2017-07-06
Don’t hardlink disallowed paths in OS X.
Matthew Bauer
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-05-01
Reduce severity of EMLINK warnings
Eelco Dolstra
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2017-01-16
AutoCloseDir: Use std::unique_ptr
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-14
Don't rely on %m
Eelco Dolstra
2016-11-14
daemon: Do not error out when deduplication fails due to ENOSPC.
Ludovic Courtès
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-06-02
LocalStore: Allow the physical and logical store directories to differ
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2015-11-09
optimizePath(): Detect some .links corruption
Eelco Dolstra
[next]