Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-08 | ThreadPool: Improve exception handling | Eelco Dolstra | 1 | -1/+1 | |
In particular, process() won't return as long as there are active items. This prevents work item lambdas from referring to stack frames that no longer exist. | |||||
2017-07-03 | processGraph(): Call getEdges in parallel | Eelco Dolstra | 1 | -28/+47 | |
2016-07-21 | Fix assertion failure in ThreadPool::enqueue() | Eelco Dolstra | 1 | -0/+2 | |
2016-04-22 | Factor out parallel processing of work items that have dependencies | Eelco Dolstra | 1 | -0/+60 | |
2016-04-22 | ThreadPool: Start doing work as soon as work items are enqueued | Eelco Dolstra | 1 | -4/+9 | |
2016-03-29 | Add "nix verify-paths" command | Eelco Dolstra | 1 | -0/+52 | |
Unlike "nix-store --verify-path", this command verifies signatures in addition to store path contents, is multi-threaded (especially useful when verifying binary caches), and has a progress indicator. Example use: $ nix verify-paths --store https://cache.nixos.org -r $(type -p thunderbird) ... [17/132 checked] checking ‘/nix/store/rawakphadqrqxr6zri2rmnxh03gqkrl3-autogen-5.18.6’ |