aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/util.cc
AgeCommit message (Expand)Author
2015-02-10Add base64 encoder/decoderEelco Dolstra
2015-02-04Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra
2015-01-02libutil: Limit readLink() error to only overflows.aszlig
2015-01-02libutil: Improve errmsg on readLink size mismatch.aszlig
2014-12-12Fix some memory leaksEelco Dolstra
2014-12-12Ensure we're writing to stderr in the builderEelco Dolstra
2014-12-12DohEelco Dolstra
2014-12-10Don't do vfork in conjunction with setuidEelco Dolstra
2014-12-10Use vforkEelco Dolstra
2014-12-10Revert "Use posix_spawn to run the pager"Eelco Dolstra
2014-12-05Use posix_spawn to run the pagerEelco Dolstra
2014-11-19nix-daemon: Call exit(), not _exit()Eelco Dolstra
2014-10-03Remove some duplicate codeEelco Dolstra
2014-10-03createDirs(): Handle ‘path’ being a symlinkEelco Dolstra
2014-09-19Remove bogus commentEelco Dolstra
2014-08-21Use PR_SET_PDEATHSIG to ensure child cleanupEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-20Add some colorEelco Dolstra
2014-08-20nix-store -l: Automatically pipe output into $PAGEREelco Dolstra
2014-08-04Get rid of "killing <pid>" message for unused build hooksEelco Dolstra
2014-08-01Call commonChildInit() before doing chroot initEelco Dolstra
2014-08-01Eliminate redundant copyEelco Dolstra
2014-08-01Make readDirectory() return inode / file typeEelco Dolstra
2014-07-31Restore default SIGPIPE handler before invoking ‘man’Eelco Dolstra
2014-07-23nix-daemon: Simplify stderr handlingEelco Dolstra
2014-07-23startProcess: Make writing error messages from the child more robustEelco Dolstra
2014-07-10Fix broken Pid constructorEelco Dolstra
2014-07-10Refactoring: Move all fork handling into a higher-order functionEelco Dolstra
2014-07-10Remove maybeVforkEelco Dolstra
2014-05-21nix-store -l: Fetch build logs from the InternetEelco Dolstra
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2014-03-28Don't interpret strings as format stringsEelco Dolstra
2014-02-27Set up a minimal /dev in chrootsEelco Dolstra
2014-02-26Remove another unused functionEelco Dolstra
2014-02-26Remove unused functionEelco Dolstra
2013-11-14Remove nix-setuid-helperEelco Dolstra
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-19Store Nix integers as longsEelco Dolstra
2013-07-30killUser: Don't let the child kill itself on AppleShea Levy
2013-07-12Garbage collector: Don't follow symlinks arbitrarilyEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-01-03Remove tabsEelco Dolstra
2013-01-03Clear any immutable bits in the Nix storeEelco Dolstra
2012-11-26Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra
2012-11-15Don't use std::cerr in a few placesEelco Dolstra
2012-11-15Add some debug codeEelco Dolstra
2012-11-09Use vfork() instead of fork() if availableEelco Dolstra
2012-11-09Remove some redundant close() callsEelco Dolstra
2012-11-09Remove the quickExit functionEelco Dolstra
2012-09-28Handle octal escapes in /proc/self/mountinfoEelco Dolstra