aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/util.hh
AgeCommit message (Expand)Author
2016-09-16Make computeFSClosure() single-threaded againEelco Dolstra
2016-09-16printMsg(): Don't check for interruptsEelco Dolstra
2016-09-14Add a toLower utility functionEelco Dolstra
2016-09-14Move some .drv parsing functions out of utilEelco Dolstra
2016-07-11Modernize AutoCloseFDShea Levy
2016-05-04Cleanup: Remove singleton()Eelco Dolstra
2016-04-29Support Git repos in the Nix pathEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-04-20Cache path info lookups in SQLiteEelco Dolstra
2016-03-29Improve SIGINT handling in multi-threaded programsEelco Dolstra
2016-03-29Add "nix verify-paths" commandEelco Dolstra
2016-02-24deletePath(): Succeed if path doesn't existEelco Dolstra
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-20string2Int: Barf on negative numbers for unsigned typesEelco Dolstra
2016-01-05Merge pull request #685 from vizanto/masterEelco Dolstra
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-11-16AutoDelete: Add default constructor with deletion disabledShea Levy
2015-11-09Fix namespace issueEelco Dolstra
2015-11-07Fix build on SolarisDanny Wilson
2015-10-29int2String() -> std::to_string()Eelco Dolstra
2015-10-01nix-prefetch-url: Rewrite in C++Eelco Dolstra
2015-07-20Support systemd log severity prefixesEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-06-17Support URLs in $NIX_PATHEelco Dolstra
2015-06-09Use std::vector::data()Eelco Dolstra
2015-04-09Implement caching of fetchurl/fetchTarball resultsEelco Dolstra
2015-02-10Add base64 encoder/decoderEelco Dolstra
2015-02-04Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra
2014-12-12Fix some memory leaksEelco Dolstra
2014-12-12Ensure we're writing to stderr in the builderEelco Dolstra
2014-12-10Use vforkEelco Dolstra
2014-11-19nix-daemon: Call exit(), not _exit()Eelco Dolstra
2014-10-03Remove some duplicate codeEelco Dolstra
2014-08-21Use PR_SET_PDEATHSIG to ensure child cleanupEelco Dolstra
2014-08-20Add some colorEelco Dolstra
2014-08-04Get rid of "killing <pid>" message for unused build hooksEelco 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-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-19Store Nix integers as longsEelco Dolstra