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
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
2012-09-19
Templatise tokenizeString()
Eelco Dolstra
2012-09-13
Vacuum the SQLite DB after running the garbage collector
Eelco Dolstra
2012-08-01
Report substituter errors to clients of the Nix daemon
Eelco Dolstra
2012-07-30
Refactor settings processing
Eelco Dolstra
2012-07-30
Pass configuration settings to the substituters
Eelco Dolstra
2012-07-30
Remove unused variables
Eelco Dolstra
2012-07-30
Fix whitespace
Eelco Dolstra
2012-07-26
Fix the substituter tests
Eelco Dolstra
2012-07-26
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-07-23
Automatically optimise the Nix store when a new path is added
Eelco Dolstra
2012-07-23
Use lutimes() if available to canonicalise the timestamp of symlinks
Eelco Dolstra
2012-07-18
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-07-17
Add function queryPathFromHashPart()
Eelco Dolstra
2012-07-11
Replace hasSubstitutes() with querySubstitutablePaths()
Eelco Dolstra
2012-07-11
Add a function queryValidPaths()
Eelco Dolstra
2012-07-11
Rename queryValidPaths() to queryAllValidPaths()
Eelco Dolstra
2012-07-11
Implement querySubstitutablePathInfos() in the daemon
Eelco Dolstra
2012-07-06
download-from-binary-cache: parallelise fetching of NAR info files
Eelco Dolstra
2012-05-29
Reserve some disk space for the garbage collector
Eelco Dolstra
[prev]
[next]