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
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
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2014-12-14
Pedantry
Eelco Dolstra
2014-12-09
Explicitly include required C headers
Marko Durkovic
2014-09-01
Add an 'optimiseStore' remote procedure call.
Ludovic Courtès
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-05-15
lvlInfo -> lvlTalkative
Eelco Dolstra
2014-05-15
nix-store --optimise: Remove bogus statistics
Eelco Dolstra
2014-05-15
Remove tab
Eelco Dolstra
2014-05-15
Shortcut store files before lstat
Wout Mertens
2014-05-14
Use the inodes given by readdir directly
Wout Mertens
2014-05-13
Preload linked hashes to speed up lookups
Wout Mertens
2014-05-10
Shortcut already-hardlinked files
wmertens
2013-03-08
Revert "Prevent config.h from being clobbered"
Eelco Dolstra
2013-03-07
Prevent config.h from being clobbered
Eelco Dolstra
2013-02-27
Refactoring: Split off the non-recursive canonicalisePathMetaData()
Eelco Dolstra
2013-02-26
Security: Don't allow builders to change permissions on files they don't own
Eelco Dolstra
2013-01-03
Clear any immutable bits in the Nix store
Eelco Dolstra
2012-09-19
Remove setting of the immutable bit
Eelco Dolstra
2012-08-27
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-08-07
Don't warn about maximum link count exceeded on 0-byte files
Eelco Dolstra
2012-08-05
Fix race condition when two processes create a hard link to a file in .links
Eelco Dolstra
2012-08-05
Fix race condition when two processes create the same link in /nix/store/.links
Eelco Dolstra
2012-08-01
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-08-01
Doh
Eelco Dolstra
2012-08-01
Make ‘nix-store --optimise’ interruptible
Eelco Dolstra
[next]