Eelco Dolstra
|
e25fad691a
|
* Move addTempRoot() to the store API, and add another function
syncWithGC() to allow clients to register GC roots without needing
write access to the global roots directory or the GC lock.
|
2006-12-02 16:41:36 +00:00 |
|
Eelco Dolstra
|
a824d58b56
|
* Merge addToStore and addToStoreFixed.
* addToStore now adds unconditionally, it doesn't use readOnlyMode.
Read-only operation is up to the caller (who can call
computeStorePathForPath).
|
2006-12-01 20:51:18 +00:00 |
|
Eelco Dolstra
|
0565b5f2b3
|
* More remote operations.
* Added new operation hasSubstitutes(), which is more efficient than
querySubstitutes().size() > 0.
|
2006-11-30 22:43:55 +00:00 |
|
Eelco Dolstra
|
0263279071
|
* More operations.
|
2006-11-30 20:45:20 +00:00 |
|
Eelco Dolstra
|
a711689368
|
* First remote operation: isValidPath().
|
2006-11-30 20:13:59 +00:00 |
|