summaryrefslogtreecommitdiffstats
path: root/src/libutil/types.hh
AgeCommit message (Expand)Author
2019-06-24Fix 'error 9 while decompressing xz file'Eelco Dolstra
2017-08-16Progress indicator: Show number of active itemsEelco Dolstra
2017-05-15Make fmt() non-recursiveEelco Dolstra
2017-04-13Add a Config class to simplify adding configuration settingsEelco Dolstra
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21Some notational convenience for formatting stringsEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-02-23Move ref<t> into a separate headerEelco Dolstra
2016-02-11ref<T>: Add cast operatorEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2014-12-10Revert "Use posix_spawn to run the pager"Eelco Dolstra
2014-12-05Use posix_spawn to run the pagerEelco Dolstra
2014-10-20Fix build on gcc < 4.7Shea Levy
2014-10-20Revert "Drop support for pre-c++11 compilers."Shea Levy
2014-10-18Drop support for pre-c++11 compilers.Shea Levy
2014-07-09Fix compilation error on some versions of GCCEelco Dolstra
2014-03-28Don't interpret strings as format stringsEelco Dolstra
2012-09-11Include config.h before any other headerEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2011-02-09* Sync with the trunk.Eelco Dolstra
2011-01-14Remove useless <config.h> inclusion from public header.Ludovic Courtès
2010-12-13* nix-instantiate: return exit status 100 to denote a permanent buildEelco Dolstra
2010-11-16* Sync with the trunk.Eelco Dolstra
2010-10-04* Make sure that config.h is included before the system headers,Eelco Dolstra
2010-08-30* When using the build hook, distinguish between the stderr of theEelco Dolstra
2009-06-30* Don't show trace information by default (`--show-trace' to enable).Eelco Dolstra
2007-08-12* Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra
2006-12-05* The determination of the root set should be made by the privilegedEelco Dolstra
2006-12-04* Daemon mode (`nix-worker --daemon'). Clients connect to the serverEelco Dolstra
2006-09-04* Use a proper namespace.Eelco Dolstra