Age | Commit message (Expand) | Author |
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.{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-19 | libutil: Create chmodPath function | Artemis Tosini |
2024-05-11 | add clarifying doc-comments on {get,create}NixStateDir() | Qyriad |
2024-05-10 | libutil: remove callback.hh | eldritch horrors |
2024-05-03 | libutil: make rewriteStrings sound | eldritch horrors |
2024-04-13 | libstore/build: just copy the magic /etc files into the sandbox | K900 |
2024-04-11 | Merge pull request #10362 from obsidiansystems/maybeLstat | John Ericson |
2024-03-29 | Make things that can throw not noexcept anymore | Jade Lovelace |
2024-03-19 | libutil: remove exception handling workingness check | eldritch horrors |
2024-03-18 | libutil: make AutoCloseFD a better resource | eldritch horrors |
2024-03-18 | Merge "Delete hasPrefix and hasSuffix from the codebase" into main | jade |
2024-03-18 | libutil: remove vfork | eldritch horrors |
2024-03-17 | Delete hasPrefix and hasSuffix from the codebase | Jade Lovelace |
2024-03-11 | util.hh: split out signals stuff | Jade Lovelace |
2024-03-07 | Copy the output of fixed-output derivations before registering them | Puck Meerburg |
2024-03-05 | Merge pull request #9860 from 9999years/set-stack-darwin | eldritch horrors |
2023-06-14 | Remove dead code (#8504) | Daniel Asaturov |
2023-05-26 | create pathAccessible, use it to infer default dirs | Yorick van Pelt |
2023-05-18 | Add option isInteractive | Konstantin Vukolov |
2023-04-17 | Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternative | John Ericson |
2023-04-11 | Merge pull request #7798 from peeley/list-experimental-features | Eelco Dolstra |
2023-04-07 | Require openssl >= 1.1.1 | Robert Hensing |
2023-04-07 | libutil: Provide alternatives to startSignalHandlerThread | Robert Hensing |
2023-04-07 | Move OpenSSL init to initLibUtil | Robert Hensing |
2023-04-07 | Finish converting existing comments for internal API docs (#8146) | John Ericson |
2023-04-02 | Rework a few things with the experimental features list | John Ericson |
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson |
2023-03-27 | Merge pull request #7609 from obsidiansystems/hide-experimental-settings | John Ericson |
2023-03-20 | Cleanup | Eelco Dolstra |
2023-03-20 | Fix handling of experimental features mid-parse | John Ericson |
2023-03-14 | Simplify commonChildInit() | Eelco Dolstra |
2023-03-03 | Merge pull request #7918 from zimbatm/fix-empty-nix-store-env | Eelco Dolstra |
2023-03-02 | Remove FormatOrString and remaining uses of format() | Eelco Dolstra |
2023-03-01 | Treat empty env var paths as unset | Félix Baylac Jacqué |
2023-02-10 | Merge pull request #7802 from edolstra/fix-7783 | Eelco Dolstra |
2023-02-10 | A setting to follow XDG Base Directory standard | Alexander Bantyev |