aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/util.hh
AgeCommit message (Expand)Author
2022-03-07Make completeDir follow symlinksNaïm Favier
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-02-21Remove std::vector aliasEelco Dolstra
2022-02-21Remove std::set aliasEelco Dolstra
2022-01-27convert a for more utilities to string_viewpennae
2022-01-13use more string_view in utilspennae
2022-01-12Merge pull request #5887 from pennae/avoid-streamsThéophane Hufschmitt
2022-01-12use boost::lexical_cast for string2*pennae
2022-01-07isInDir() / isDirOrInDir(): Use std::string_viewEelco Dolstra
2021-12-22Remove CPU lockingEelco Dolstra
2021-12-16Ignore EPERM when unsharing FS stateEelco Dolstra
2021-12-01src/libutil/util.hh: fix build on gcc-11Sergei Trofimovich
2021-11-24Fix a minor data race with _isInterruptedAlex Shabalin
2021-11-08Merge branch 'fix-writable-shell' of https://github.com/yorickvP/nixEelco Dolstra
2021-10-15Restore parent mount namespace in restoreProcessContextYorick van Pelt
2021-10-14Make the canReachRoots() traversal non-recursiveEelco Dolstra
2021-10-13Use a thread per connectionEelco Dolstra
2021-10-13Non-blocking garbage collectorEelco Dolstra
2021-10-06Don't reset the logger in a vforkEelco Dolstra
2021-10-05Connect/bind Unix domain sockets in a child processEelco Dolstra
2021-09-13RunOptions: Use designated initializersEelco Dolstra
2021-07-01Respect TERM=dumb more consistentlyYestin L. Harrison
2021-04-07Restore stack size in child processesEelco Dolstra
2021-04-07restoreSignals() + restoreAffinity() -> restoreProcessContext()Eelco Dolstra
2021-04-07PathSubstitutionGoal: Clean up pipeEelco Dolstra
2021-01-21Remove trailing whitespaceEelco Dolstra
2021-01-08Support binary unit prefixes in command line argumentsEelco Dolstra
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2020-12-02read(): Use char * instead of unsigned char *Eelco Dolstra
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-12-02writeFull/writeFile: Use std::string_viewEelco Dolstra
2020-12-01replaceStrings(): Use std::string_viewEelco Dolstra
2020-10-11Split out `commonChildInit`John Ericson
2020-10-06Factor out common showBytes()Eelco Dolstra
2020-09-21Random header cleanupEelco Dolstra
2020-09-21Move Callback into its own headerEelco Dolstra
2020-08-20Allow 'nix' subcommands to provide docs in Markdown formatEelco Dolstra
2020-08-05Merge remote-tracking branch 'upstream/master' into misc-caJohn Ericson
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-16Merge branch 'optional-derivation-output-storepath' of github.com:obsidiansys...Carlo Nucera
2020-07-12Move C++17 "pattern matching" boilerplat to utils.hhJohn Ericson
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-15Merge branch 'errors-phase-2' of https://github.com/bburdette/nixEelco Dolstra
2020-06-12Use `std::string_view` in a few more placesJohn Ericson
2020-06-11Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-04Make 'nix dev-shell' a deprecated alias for 'nix develop'Eelco Dolstra
2020-05-28Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-11Merge branch 'master' into errors-phase-2Ben Burdette
2020-05-10SimplifyEelco Dolstra