about summary refs log tree commit diff
path: root/src/libutil/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2006-11-30 * Skeleton of the privileged worker program.Eelco Dolstra1-2/+4
* Some refactoring: put the NAR archive integer/string serialisation code in a separate file so it can be reused by the worker protocol implementation.
2006-09-04 * Install header files in /nix/include/nix.Eelco Dolstra1-5/+5
2006-09-04 * Use a proper namespace.Eelco Dolstra1-1/+2
* Optimise header file usage a bit. * Compile the parser as C++.
2006-09-04 * Store the Nix libraries in ${libdir}/nix instead of ${libdir}.Eelco Dolstra1-1/+1
2006-08-03 * `nix-instantiate --print-args': produce XML output so that theEelco Dolstra1-1/+2
result can be used more easily by scripts.
2006-05-12 * Support for srcdir != builddir (NIX-41).Eelco Dolstra1-1/+1
2006-05-04 * Use the new ATermMap.Eelco Dolstra1-1/+2
2006-02-13 * Optional switch "--with-openssl=<PATH>" to use OpenSSL'sEelco Dolstra1-1/+5
implementations of MD5, SHA-1 and SHA-256. The main benefit is that we get assembler-optimised implementations of MD5 and SHA-1 (though not SHA-256 (at least on x86), unfortunately). OpenSSL's SHA-1 implementation on Intel is twice as fast as ours.
2005-07-22 * Build dynamic libraries.Eelco Dolstra1-2/+2
2005-01-14 * Add SHA-256.Eelco Dolstra1-2/+2
* Tests for the various hashes.
2005-01-13 * Added SHA-1 support. `nix-hash' now has an option `--type sha1' toEelco Dolstra1-1/+2
select SHA-1 hashing.
2004-10-29 * Drop ATmake / ATMatcher also in handling store expressions.Eelco Dolstra1-7/+0
2004-04-23 * Pass SYSTEM through config.h, and allow spaces.Eelco Dolstra1-1/+1
2004-02-16 * Allow linking against an external Berkeley DB / ATerm library.Eelco Dolstra1-2/+2
2003-12-01 * Fix `make check'.Eelco Dolstra1-1/+1
2003-12-01 * Use a system name that does not include the OS manufacturer (i.e.,Eelco Dolstra1-1/+1
"i686-linux" instead of "i686-suse-linux").
2003-11-25 * More `make dist' fixes.Eelco Dolstra1-3/+2
2003-11-18 * Source tree refactoring.Eelco Dolstra1-0/+14