about summary refs log tree commit diff
path: root/src/libutil/util.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-17 TypoEelco Dolstra1-1/+1
2016-11-17 Fix binary-cache-store buildShea Levy1-7/+8
2016-11-17 istringstream_nocopy: Implement in a standards-compliant wayShea Levy1-4/+40
2016-11-16 S3BinaryCacheStore:: Eliminate a string copy while uploadingEelco Dolstra1-0/+14
2016-10-12 Add some functions needed by hydraEelco Dolstra1-0/+1
2016-09-21 nix-build, nix-shell: Don't print error message if nix-store/nix-instantiate ...Eelco Dolstra1-1/+10
2016-09-20 TweakEelco Dolstra1-1/+2
2016-09-20 nix-shell: Fix $PATH handling in the impure caseEelco Dolstra1-0/+5
2016-09-16 Make computeFSClosure() single-threaded againEelco Dolstra1-0/+39
2016-09-16 printMsg(): Don't check for interruptsEelco Dolstra1-2/+2
2016-09-14 Add a toLower utility functionEelco Dolstra1-0/+4
2016-09-14 Move some .drv parsing functions out of utilEelco Dolstra1-14/+0
2016-07-11 Modernize AutoCloseFDShea Levy1-6/+8
2016-05-04 Cleanup: Remove singleton()Eelco Dolstra1-9/+0
2016-04-29 Support Git repos in the Nix pathEelco Dolstra1-0/+4
2016-04-25 Improved logging abstractionEelco Dolstra1-48/+1
2016-04-20 Cache path info lookups in SQLiteEelco Dolstra1-0/+3
2016-03-29 Improve SIGINT handling in multi-threaded programsEelco Dolstra1-0/+2
2016-03-29 Add "nix verify-paths" commandEelco Dolstra1-1/+1
2016-02-24 deletePath(): Succeed if path doesn't existEelco Dolstra1-2/+2
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra1-0/+8
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-0/+10
2016-01-20 string2Int: Barf on negative numbers for unsigned typesEelco Dolstra1-1/+3
2016-01-05 Merge pull request #685 from vizanto/masterEelco Dolstra1-0/+6
2016-01-05 First hit at providing support for floats in the language.Christian Theune1-0/+8
2015-11-16 AutoDelete: Add default constructor with deletion disabledShea Levy1-0/+2
2015-11-09 Fix namespace issueEelco Dolstra1-2/+2
2015-11-07 Fix build on SolarisDanny Wilson1-0/+6
2015-10-29 int2String() -> std::to_string()Eelco Dolstra1-7/+0
2015-10-01 nix-prefetch-url: Rewrite in C++Eelco Dolstra1-0/+1
2015-07-20 Support systemd log severity prefixesEelco Dolstra1-1/+2
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-7/+0
2015-06-17 Support URLs in $NIX_PATHEelco Dolstra1-0/+5
2015-06-09 Use std::vector::data()Eelco Dolstra1-1/+1
2015-04-09 Implement caching of fetchurl/fetchTarball resultsEelco Dolstra1-0/+7
2015-02-10 Add base64 encoder/decoderEelco Dolstra1-0/+5
2015-02-04 Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra1-1/+1
2014-12-12 Fix some memory leaksEelco Dolstra1-0/+5
2014-12-12 Ensure we're writing to stderr in the builderEelco Dolstra1-0/+1
2014-12-10 Use vforkEelco Dolstra1-2/+10
2014-11-19 nix-daemon: Call exit(), not _exit()Eelco Dolstra1-1/+1
2014-10-03 Remove some duplicate codeEelco Dolstra1-0/+2
2014-08-21 Use PR_SET_PDEATHSIG to ensure child cleanupEelco Dolstra1-1/+2
2014-08-20 Add some colorEelco Dolstra1-0/+12
2014-08-04 Get rid of "killing <pid>" message for unused build hooksEelco Dolstra1-1/+1
2014-08-01 Eliminate redundant copyEelco Dolstra1-0/+2
2014-08-01 Make readDirectory() return inode / file typeEelco Dolstra1-1/+10
2014-07-31 Restore default SIGPIPE handler before invoking ‘man’Eelco Dolstra1-0/+4
2014-07-10 Refactoring: Move all fork handling into a higher-order functionEelco Dolstra1-0/+7
2014-07-10 Remove maybeVforkEelco Dolstra1-3/+0