nix-super/src/libstore/build
John Ericson f880469173 Put canonicaliseTimestampAndPermissions in its own header/file
It is not inherently tied to `LocalStore`, it could probably even go in
`libnixutil`. Functions not attached to `LocalStore` should not be
declared in `local-store.hh`.

I am moving it to facilitate experimenting for #9344. If
canonicalisation should be done client-side in client-side builds, there
wouldn't be a `LocalStore` at all so having to include that header to
get this freestanding function is cumbersome and wrong.

Perhaps canonicalisation should still be done server-side for security
reasons --- I don't mean to make that judgement call now --- but even if
so, this freestanding function still isn't connected to `LocalStore` so
while less urgent it is still better to move out of this header.
2023-11-21 12:57:59 -05:00
..
child.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
child.hh Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
derivation-goal.cc Merge pull request #9280 from R-VdP/rvdp/fix_remote_logging_phase_reporting 2023-11-17 14:37:09 +01:00
derivation-goal.hh Revert "Adapt scheduler to work with dynamic derivations" 2023-10-01 23:43:12 -04:00
drv-output-substitution-goal.cc Fix crash/hang with CA derivations 2023-03-08 11:09:15 +01:00
drv-output-substitution-goal.hh Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
entry-points.cc refactor Store::buildPaths: convert to string earlier 2023-11-20 13:11:58 +01:00
goal.cc Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
goal.hh Revert "Adapt scheduler to work with dynamic derivations" 2023-10-01 23:43:12 -04:00
hook-instance.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
hook-instance.hh Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
local-derivation-goal.cc Put canonicaliseTimestampAndPermissions in its own header/file 2023-11-21 12:57:59 -05:00
local-derivation-goal.hh Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
personality.cc Also set the PER_LINUX32 personality flag on armv5tel-linux 2023-06-02 03:04:13 -06:00
personality.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
sandbox-defaults.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
sandbox-minimal.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
sandbox-network.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
substitution-goal.cc max-substitution-jobs release note entry 2023-05-14 09:51:11 +01:00
substitution-goal.hh Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
worker.cc refactor Worker::childStarted/Terminated: use switch 2023-11-20 13:32:48 +01:00
worker.hh Revert "Adapt scheduler to work with dynamic derivations" 2023-10-01 23:43:12 -04:00