index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.cc
Age
Commit message (
Expand
)
Author
2015-01-08
Doh^2
Eelco Dolstra
2015-01-08
Doh
Eelco Dolstra
2015-01-08
Set /nix/store permission to 1737
Eelco Dolstra
2014-12-29
LocalStore initialization: Don't die if build-users-group doesn't exist
Shea Levy
2014-12-12
Shut up a Valgrind warning
Eelco Dolstra
2014-12-10
Don't wait for PID -1
Eelco Dolstra
2014-11-19
Clean up temp roots in a more C++ way
Eelco Dolstra
2014-10-14
Improved error message when encountering unsupported file types
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-08-05
Remove unnecessary call to addTempRoot()
Eelco Dolstra
2014-08-01
Make readDirectory() return inode / file type
Eelco Dolstra
2014-07-10
Replace message "importing path <...>" with "exporting path <...>"
Eelco Dolstra
2014-07-10
Refactoring: Move all fork handling into a higher-order function
Eelco Dolstra
2014-07-10
Remove maybeVfork
Eelco Dolstra
2014-05-02
Set up directories and permissions for multi-user install automatically
Eelco Dolstra
2014-04-08
If a .drv cannot be parsed, show its path
Eelco Dolstra
2014-02-27
Set up a minimal /dev in chroots
Eelco Dolstra
2014-02-17
Heuristically detect if a build may have failed due to a full disk
Eelco Dolstra
2014-02-03
Fix assertion failure in ‘nix-store --load-db’
Eelco Dolstra
2014-02-01
Give a friendly error message if the DB directory is not writable
Eelco Dolstra
2013-11-22
Include <cstring> for memset
Eelco Dolstra
2013-11-14
Remove nix-setuid-helper
Eelco Dolstra
2013-10-16
Retry all SQLite operations
Eelco Dolstra
2013-10-16
Fix a race in registerFailedPath()
Eelco Dolstra
2013-10-16
Convenience macros for retrying a SQLite transaction
Eelco Dolstra
2013-10-16
Don't wrap read-only queries in a transaction
Eelco Dolstra
2013-10-16
Print a distinct warning for SQLITE_PROTOCOL
Eelco Dolstra
2013-10-16
Treat SQLITE_PROTOCOL as SQLITE_BUSY
Eelco Dolstra
2013-08-26
Fix typos, especially those that end up in the Nix manual
Ivan Kozik
2013-08-07
Run the daemon worker on the same CPU as the client
Eelco Dolstra
2013-06-20
Increase SQLite's auto-checkpoint interval
Eelco Dolstra
2013-06-20
Don't keep "disabled" substituters running
Eelco Dolstra
2013-06-13
Allow hard links between the outputs of a derivation
Eelco Dolstra
2013-06-13
In repair mode, update the hash of rebuilt paths
Eelco Dolstra
2013-06-07
Remove obsolete EOF checks
Eelco Dolstra
2013-06-07
Process stderr from substituters while doing have/info queries
Eelco Dolstra
2013-06-07
Buffer reads from the substituter
Eelco Dolstra
2013-05-01
Don't let stderr writes in substituters cause a deadlock
Eelco Dolstra
2013-03-25
makeStoreWritable: Ask forgiveness, not permission
Shea Levy
2013-03-25
makeStoreWritable: Use statvfs instead of /proc/self/mountinfo to find out if...
Shea Levy
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-28
Handle systems without lutimes() or lchown()
Eelco Dolstra
2013-02-28
Handle symlinks properly
Eelco Dolstra
2013-02-27
Handle hard links to other files in the output
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-23
Only warn about SQLite being busy once
Eelco Dolstra
2013-01-03
Open the database after removing immutable bits
Eelco Dolstra
2013-01-03
Clear any immutable bits in the Nix store
Eelco Dolstra
[next]