guix/src/libutil
Eelco Dolstra 9ccdb80de3 * Don't ignore errors from writing to stderr. That way, when
nix-store -r (or some other operation) is started via ssh, it will
  at least have a chance of terminating quickly when the connection is
  killed.  Right now it just runs to completion, because it never
  notices that stderr is no longer connected to anything.  Of course
  it would be better if sshd would just send a SIGHUP, but it doesn't
  (https://bugzilla.mindrot.org/show_bug.cgi?id=396).
2008-12-04 13:13:31 +00:00
..
Makefile.am * Skeleton of the privileged worker program. 2006-11-30 19:19:59 +00:00
archive.cc * A simple API for parsing NAR archives. 2008-12-03 17:30:32 +00:00
archive.hh * A simple API for parsing NAR archives. 2008-12-03 17:30:32 +00:00
aterm-map.cc * Remove unnecessary inclusions of aterm2.h. 2006-09-04 22:08:40 +00:00
aterm-map.hh * Cleanup. 2007-01-13 14:21:49 +00:00
aterm.cc * GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour and 2008-05-21 11:17:31 +00:00
aterm.hh * Big cleanup of the semantics of paths, strings, contexts, string 2006-10-16 15:55:34 +00:00
hash.cc * Pass HashType values instead of strings. 2008-12-03 16:10:17 +00:00
hash.hh * Pass HashType values instead of strings. 2008-12-03 16:10:17 +00:00
md5.c * Optional switch "--with-openssl=<PATH>" to use OpenSSL's 2006-02-13 19:52:43 +00:00
md5.h * Some Cygwin fixes. 2006-05-24 13:23:20 +00:00
md32_common.h * Add SHA-256. 2005-01-14 12:03:04 +00:00
serialise.cc * Some refactoring: put the GC options / results in separate structs. 2008-06-18 09:34:17 +00:00
serialise.hh * A simple API for parsing NAR archives. 2008-12-03 17:30:32 +00:00
sha1.c * Optional switch "--with-openssl=<PATH>" to use OpenSSL's 2006-02-13 19:52:43 +00:00
sha1.h * Optional switch "--with-openssl=<PATH>" to use OpenSSL's 2006-02-13 19:52:43 +00:00
sha256.c * Add SHA-256. 2005-01-14 12:03:04 +00:00
sha256.h * FreeBSD 4.x doesn't have stdint.h, use inttypes.h instead (which is 2005-05-04 16:32:54 +00:00
types.hh * Get rid of the substitutes database table (NIX-47). Instead, if we 2007-08-12 00:29:28 +00:00
util.cc * Don't ignore errors from writing to stderr. That way, when 2008-12-04 13:13:31 +00:00
util.hh * Garbage collector: added an option `--use-atime' to delete paths in 2008-09-17 10:02:55 +00:00
xml-writer.cc * Use a proper namespace. 2006-09-04 21:06:23 +00:00
xml-writer.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00