guix/src/libutil
Eelco Dolstra b006a31d52 Drop the externals directory
Nix now requires SQLite and bzip2 to be pre-installed.  SQLite is
detected using pkg-config.  We required DBD::SQLite anyway, so
depending on SQLite is not a big problem.

The --with-bzip2, --with-openssl and --with-sqlite flags are gone.
2012-03-18 23:54:57 +01:00
..
archive.cc
archive.hh
hash.cc Use data() instead of c_str() where appropriate 2012-02-09 18:27:45 +01:00
hash.hh * Refactoring: move sink/source buffering into separate classes. 2011-12-15 16:19:53 +00:00
immutable.cc On Linux, make the Nix store really read-only by using the immutable bit 2012-02-15 01:31:56 +01:00
immutable.hh On Linux, make the Nix store really read-only by using the immutable bit 2012-02-15 01:31:56 +01:00
Makefile.am Drop the externals directory 2012-03-18 23:54:57 +01:00
md5.c
md5.h
md32_common.h
serialise.cc Use data() instead of c_str() where appropriate 2012-02-09 18:27:45 +01:00
serialise.hh * importPath() -> importPaths(). Because of buffering of the input 2011-12-16 22:31:25 +00:00
sha1.c
sha1.h
sha256.c
sha256.h
types.hh
util.cc Set the close-on-exec flag on file descriptors 2012-03-05 20:29:00 +01:00
util.hh Set the close-on-exec flag on file descriptors 2012-03-05 20:29:00 +01:00
xml-writer.cc
xml-writer.hh