Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | evanix: implement --max-time flag | sinanmohd | 2024-08-25 | 1 | -5/+27 |
| | |||||
* | jobs/job_cost_estimate: init | sinanmohd | 2024-08-24 | 1 | -0/+67 |
| | |||||
* | util/vpopen: return pid on success | sinanmohd | 2024-08-03 | 1 | -4/+5 |
| | |||||
* | tests: init | sinanmohd | 2024-07-30 | 1 | -9/+10 |
| | |||||
* | jobs: scheduled -> requested | sinanmohd | 2024-07-28 | 1 | -1/+1 |
| | |||||
* | solver_greedy/solver_report: remove redundant data | sinanmohd | 2024-07-25 | 1 | -1/+0 |
| | |||||
* | jobs: job_cost -> job_cost_recursive | sinanmohd | 2024-07-24 | 1 | -1/+1 |
| | |||||
* | evanix: --cache-status -> --check-cache-status | sinanmohd | 2024-07-20 | 1 | -2/+2 |
| | |||||
* | evanix: add --cache-status flag | sinanmohd | 2024-07-19 | 1 | -5/+12 |
| | |||||
* | jobs: don't force-recurse | sinanmohd | 2024-07-12 | 1 | -2/+1 |
| | | | | the eval will take huge amount of resources in large repos like nixpkgs. | ||||
* | jobs: fix cache locality check | sinanmohd | 2024-07-11 | 1 | -7/+7 |
| | |||||
* | jobs/job_cost: count the job itself | sinanmohd | 2024-07-11 | 1 | -1/+1 |
| | |||||
* | job/job_cost: init | sinanmohd | 2024-07-11 | 1 | -0/+14 |
| | |||||
* | solver/solver_report: init | sinanmohd | 2024-07-11 | 1 | -0/+1 |
| | |||||
* | jobs/job_read_cache: switch to nix-build dry run | sinanmohd | 2024-07-10 | 1 | -29/+77 |
| | |||||
* | util/vpopen: support for reading stderr | sinanmohd | 2024-07-09 | 1 | -2/+2 |
| | |||||
* | build: record the nix-eval-jobs path in the binary, rm the wrapper | SomeoneSerge | 2024-07-07 | 1 | -2/+14 |
| | |||||
* | solver_greedy: init | sinanmohd | 2024-07-03 | 1 | -2/+0 |
| | |||||
* | queue/queue_ancestors_rm: init | sinanmohd | 2024-07-02 | 1 | -0/+1 |
| | |||||
* | jobs/stale_set: init | sinanmohd | 2024-07-02 | 1 | -0/+12 |
| | |||||
* | solver_util: init | sinanmohd | 2024-06-29 | 1 | -9/+10 |
| | |||||
* | job: "transitive" -> "!scheduled" | SomeoneSerge | 2024-06-28 | 1 | -1/+1 |
| | |||||
* | comments: evanix.c | Someone Serge | 2024-06-28 | 1 | -1/+1 |
| | |||||
* | build: set out link based on attr name | sinanmohd | 2024-06-28 | 1 | -5/+29 |
| | |||||
* | evanix: add --system flag | sinanmohd | 2024-06-28 | 1 | -0/+11 |
| | |||||
* | jobs: set --force-recurse | sinanmohd | 2024-06-28 | 1 | -1/+2 |
| | |||||
* | jobs: check cache status of derivations | sinanmohd | 2024-06-25 | 1 | -1/+38 |
| | |||||
* | evanix: init arg parsing | sinanmohd | 2024-06-24 | 1 | -9/+12 |
| | |||||
* | htab: clean up | sinanmohd | 2024-06-23 | 1 | -3/+3 |
| | |||||
* | htab: init | sinanmohd | 2024-06-23 | 1 | -3/+2 |
| | |||||
* | queue: merge matching derivations in queue | sinanmohd | 2024-06-21 | 1 | -2/+2 |
| | |||||
* | jobs: improve the DAG implementation | sinanmohd | 2024-06-20 | 1 | -19/+79 |
| | | | | maintain a record of parent nodes for efficient node removal | ||||
* | jobs: use pointer arrays for outputs and dependencies | sinanmohd | 2024-06-20 | 1 | -13/+76 |
| | | | | | we still get simpler deletions because the order of the array is not important so we can pop the last item and insert it in place of the deleted one | ||||
* | jobs: more lazy memory allocation | sinanmohd | 2024-06-19 | 1 | -76/+68 |
| | |||||
* | c: improve memory management | sinanmohd | 2024-06-16 | 1 | -8/+6 |
| | |||||
* | queue: recover from nix eval errors | sinanmohd | 2024-06-14 | 1 | -23/+33 |
| | |||||
* | util/json_streaming_read: properly handle EOF | sinanmohd | 2024-06-13 | 1 | -1/+1 |
| | |||||
* | jobs/job_read_inputdrvs: avoid inserting NULL pointer to dlist | sinanmohd | 2024-06-13 | 1 | -2/+1 |
| | |||||
* | jobs/job_read_inputdrvs: make use of the cJSON_ArrayForEach iterator | sinanmohd | 2024-06-13 | 1 | -16/+10 |
| | |||||
* | src/jobs/jobs_init: null terminate *argv[] | sinanmohd | 2024-06-13 | 1 | -1/+2 |
| | |||||
* | src/jobs/jobs_init: pass name via *argv | sinanmohd | 2024-06-12 | 1 | -0/+1 |
| | |||||
* | src/jobs/job_read: refactor | sinanmohd | 2024-06-11 | 1 | -82/+128 |
| | |||||
* | src/jobs/job_read: read outputs | sinanmohd | 2024-06-11 | 1 | -2/+35 |
| | |||||
* | src/jobs: clean up | sinanmohd | 2024-06-10 | 1 | -5/+10 |
| | |||||
* | src/jobs: init | sinanmohd | 2024-06-09 | 1 | -0/+178 |
implement data structures and json unmarshalling |