lix/src
eldritch horrors 4ec87742a1 libstore: rewrite the nar parser as a contents generator
this is not completely necessary at this point because the parser right
now already returns a generator to pass through all input data it read,
but the nar parser *was* very lax and would accept nars that weren't in
canonical form (defined as the form dumpPath would return). nar hashing
depends on these things, and as such rewriting the parser now allows us
to reject non-canonical nars that extract to the same store contents as
their canonical counterpart but have different nar hashes despite that.

Change-Id: Iccd319e3bd5912d8297014c84c495edc59019bb7
2024-07-16 00:57:42 +00:00
..
build-remote build-remote: truncate+hash store URI used in lockfile paths 2024-05-31 12:18:24 +00:00
libcmd language: cleanly ban integer overflows 2024-07-13 00:59:33 +02:00
libexpr libexpr/eval.cc: remove unnecessary C string conversion 2024-07-14 02:13:58 +00:00
libfetchers libutil: return sources from runProgram2 2024-07-06 12:36:36 +02:00
libmain libmain: clear display attributes in the multiline progress bar 2024-07-08 19:08:23 +02:00
libstore libstore: rewrite narFromPath as generator 2024-07-15 21:50:25 +00:00
libutil libstore: rewrite the nar parser as a contents generator 2024-07-16 00:57:42 +00:00
nix Merge changes I8d87c0e9,I25937702 into main 2024-07-15 23:18:03 +00:00
nix-build tree-wide: unify progress bar inactive and paused states 2024-07-01 18:19:34 +02:00
nix-channel util.{hh,cc}: Split out users.{hh,cc} 2024-05-29 11:01:34 +02:00
nix-collect-garbage Fix dry-run flag for nix-collect-garbage 2024-07-09 13:55:05 +00:00
nix-copy-closure
nix-env Use std::strong_ordering for version comparison 2024-07-12 16:48:28 +02:00
nix-instantiate libexpr: pass Exprs as references, not pointers 2024-06-17 19:46:44 +00:00
nix-store libstore: rewrite narFromPath as generator 2024-07-15 21:50:25 +00:00
pch build-time: remove 20% more by PCH'ing C++ stdlib 2024-05-30 21:54:21 +00:00
resolve-system-dependencies remove the autoconf+Make buildsystem 2024-05-07 17:04:30 -06:00
lix-base.pc.in packaging: rename nixexpr -> lixexpr and so on 2024-05-23 16:45:23 -06:00
meson.build