aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
AgeCommit message (Expand)Author
2012-03-18Drop the externals directoryEelco Dolstra
2012-03-05Set the close-on-exec flag on file descriptorsEelco Dolstra
2012-02-15On Linux, make the Nix store really read-only by using the immutable bitEelco Dolstra
2012-02-09Use data() instead of c_str() where appropriateEelco Dolstra
2011-12-22* In the garbage collector, delete invalid paths before deletingEelco Dolstra
2011-12-16* importPath() -> importPaths(). Because of buffering of the inputEelco Dolstra
2011-12-16* Avoid expensive conversions from char arrays to STL strings.Eelco Dolstra
2011-12-16* Make the import operation through the daemon much more efficientEelco Dolstra
2011-12-16* Clean up exception handling.Eelco Dolstra
2011-12-15* Refactoring: move sink/source buffering into separate classes.Eelco Dolstra
2011-12-15* Buffer reads in FdSource. Together with write buffering, thisEelco Dolstra
2011-12-14* Buffer writes in FdSink. This significantly reduces the number ofEelco Dolstra
2011-12-02* Move parseHash16or32 into libutil, and use in nix-hash.Eelco 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-12-13* createDirs(path): if path already exists, make sure it's aEelco Dolstra
2010-11-16* Store the size of a store path in the database (to be precise, theEelco 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-10-04* Sync with the trunk.Eelco Dolstra
2010-10-04* In printMsg(), ignore failing writes to stderr if we're in anEelco Dolstra
2010-08-30* When using the build hook, distinguish between the stderr of theEelco Dolstra
2010-08-27* Experimental feature: allow a derivation to tell the build hook thatEelco Dolstra
2010-08-04* Sync with the trunk.Eelco Dolstra
2010-06-24src/libutil/util.cc: include <limit.h> to ensure that PATH_MAX is definedPeter Simons
2010-05-12* Sync with the trunk.Eelco Dolstra
2010-05-07* Sync with the trunk.Eelco Dolstra
2010-05-04* Revert r15436. This was a workaround for a bug in btrfs which seemsEelco Dolstra
2010-04-20* Sync with the trunk.Eelco Dolstra
2010-04-19* Don't use the ATerm library for parsing/printing .drv files.Eelco Dolstra
2010-04-14* Remove more obsolete code.Eelco Dolstra
2010-04-12* Remove some obsolete functions.Eelco Dolstra
2010-03-31Escape `>' signs in the XML output.Ludovic Courtès
2010-03-23(no commit message)Eelco Dolstra
2010-03-19* Clean up error messages in killUser().Eelco Dolstra
2010-03-09* In `nix-store --export', abort if the contents of a path hasEelco Dolstra
2010-03-04* Synced with the trunk.Eelco Dolstra
2010-03-02* When using the included sqlite/aterm libraries, build withEelco Dolstra
2010-02-24* Don't use fdatasync since it doesn't work on Snow Leopard.Eelco Dolstra
2010-02-24* Remove the fdatasync check since it's no longer needed.Eelco Dolstra
2010-02-10Don't rely on `PATH_MAX' on GNU.Ludovic Courtès
2010-02-02* Remove most Cygwin-specific code. Cygwin 1.7 implements advisoryEelco Dolstra
2010-02-02* If fdatasync() isn't available, use fsync().Eelco Dolstra
2010-01-29* Added an option "fsync-metadata" to fsync() changes toEelco Dolstra
2009-12-17* Include config.h before the C library headers, because it definesEelco Dolstra
2009-12-16* Build correctly against newer ATerm releases. Fixes "error: 'union'Eelco Dolstra
2009-11-24* Grrr.Eelco Dolstra
2009-11-24* GCC 4.4 is stricter about the EOF macroEelco Dolstra
2009-11-24* Templatise getIntArg / string2Int.Eelco Dolstra