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
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
2012-12-11
On SQLITE_BUSY, wait a random amount of time
Eelco Dolstra
2012-11-09
Use vfork() instead of fork() if available
Eelco Dolstra
2012-11-09
Remove some redundant close() calls
Eelco Dolstra
2012-11-09
Remove the quickExit function
Eelco Dolstra
2012-11-09
Remove a Darwin hack that should no longer be needed
Eelco Dolstra
2012-11-09
Remove unnecessary call to closeMostFDs()
Eelco Dolstra
2012-11-06
canonicalizePathMetaData: Fall-back to utimes if lutimes fails due to ENOSYS
Shea Levy
2012-10-04
nix-store --verify: Continue on errors
Eelco Dolstra
2012-10-03
Remove bin2c
Eelco Dolstra
2012-10-03
Add a ‘--repair’ flag to nix-instantiate
Eelco Dolstra
2012-10-03
When repairing a derivation, check and repair the entire output closure
Eelco Dolstra
2012-10-02
Add a --repair flag to ‘nix-store -r’ to repair derivation outputs
Eelco Dolstra
2012-10-02
nix-store --verify: Add an option ‘--repair’ to repair all missing/corrup...
Eelco Dolstra
2012-09-25
Make the store writable before creating /nix/store/.links
Eelco Dolstra
2012-09-19
Remove setting of the immutable bit
Eelco Dolstra
2012-09-19
Support having /nix/store as a read-only bind mount
Eelco Dolstra
[next]