Age | Commit message (Expand) | Author |
2024-06-29 | Reject fully-qualified URLs in 'from' argument of `nix registry add` | Delan Azabani |
2024-06-24 | Add build-dir setting, clean up default TMPDIR handling | Robert Hensing |
2024-06-23 | libutil: remove runProgram2 stdin functionality | eldritch horrors |
2024-06-23 | doc-comment Fields for Activity and Result types | Qyriad |
2024-06-23 | libutil: return Pid from startProcess, not pid_t | eldritch horrors |
2024-06-23 | libutil: give Pid proper resource semantics | eldritch horrors |
2024-06-23 | libutil: make Pid -> pid_t operations explicit | eldritch horrors |
2024-06-23 | libutil: remove sinkToSource eof callback | eldritch horrors |
2024-06-22 | libmain: add progress bar with multiple status lines | Finn Behrens |
2024-06-20 | BrotliDecompressionSource: don't bail out too early | K900 |
2024-06-19 | libutil: return a source from readFile | eldritch horrors |
2024-06-19 | libutil: add makeDecompressionSource | eldritch horrors |
2024-06-18 | libmain: fix UB in verbosity assignment | Jade Lovelace |
2024-06-19 | libutil: BrotliDecompression{Sink -> Source} | eldritch horrors |
2024-06-18 | libutil: tidy Sync and fix its move constructor | Jade Lovelace |
2024-06-16 | libutil: Set boost defines for FreeBSD | Artemis Tosini |
2024-06-06 | build: expose option to enable or disable precompiled std headers | Qyriad |
2024-06-01 | Merge "build: fix static linking with a hack" into main | Qyriad |
2024-06-01 | chore: rebrand Nix to Lix when it makes sense | Raito Bezarius |
2024-05-31 | build: fix static linking with a hack | Qyriad |
2024-05-31 | Merge changes Ifcb0d310,I664366b8,Ibe7cf546 into main | jade |
2024-05-31 | libutil: fix args assert being thrown on Darwin in nix-eval-jobs | Jade Lovelace |
2024-05-30 | build-time: remove 20% more by PCH'ing C++ stdlib | Jade Lovelace |
2024-05-30 | Merge "Remove 100s of CPU time (10%) from build times (1465s -> 1302s)" into ... | jade |
2024-05-30 | Merge "unix-domain-socket.cc: add comment explaining why bindConnectProcHelpe... | jade |
2024-05-29 | Remove 100s of CPU time (10%) from build times (1465s -> 1302s) | Jade Lovelace |
2024-05-30 | libutil/args: warn on unknown settings after parsing all flags | Cole Helbling |
2024-05-29 | unix-domain-socket.cc: add comment explaining why bindConnectProcHelper | Jade Lovelace |
2024-05-29 | util.hh: Delete remaining file and clean up headers | Tom Hubrecht |
2024-05-29 | util.hh: Move nativeSystem to local-derivation-goal.cc | Tom Hubrecht |
2024-05-29 | util.hh: Move stuff to types.hh | Tom Hubrecht |
2024-05-29 | util.cc: Delete remaining file | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Move ignoreException to error.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out namespaces.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out users.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out strings.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out unix-domain-socket.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out child.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out current-process.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out processes.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out file-descriptor.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out file-system.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out terminal.{hh,cc} | Tom Hubrecht |
2024-05-28 | util.{hh,cc}: Split out environment-variables.{hh,cc} | Tom Hubrecht |
2024-05-23 | Merge "packaging: rename nixexpr -> lixexpr and so on" into main | jade |
2024-05-23 | packaging: rename nixexpr -> lixexpr and so on | Jade Lovelace |
2024-05-22 | libstore: remove unused copyPath function | eldritch horrors |
2024-05-20 | Merge "libutil: Create chmodPath function" into main | Artemis Tosini |
2024-05-19 | libutil: Create chmodPath function | Artemis Tosini |
2024-05-19 | fix -Wdeprecated-copy on clang (BaseError copy assignment) | Qyriad |