Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-30 | * Skeleton of the privileged worker program. | Eelco Dolstra | |
* 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 Dolstra | |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | |
* 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 Dolstra | |
2006-08-03 | * `nix-instantiate --print-args': produce XML output so that the | Eelco Dolstra | |
result can be used more easily by scripts. | |||
2006-05-12 | * Support for srcdir != builddir (NIX-41). | Eelco Dolstra | |
2006-05-04 | * Use the new ATermMap. | Eelco Dolstra | |
2006-02-13 | * Optional switch "--with-openssl=<PATH>" to use OpenSSL's | Eelco Dolstra | |
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 Dolstra | |
2005-01-14 | * Add SHA-256. | Eelco Dolstra | |
* Tests for the various hashes. | |||
2005-01-13 | * Added SHA-1 support. `nix-hash' now has an option `--type sha1' to | Eelco Dolstra | |
select SHA-1 hashing. | |||
2004-10-29 | * Drop ATmake / ATMatcher also in handling store expressions. | Eelco Dolstra | |
2004-04-23 | * Pass SYSTEM through config.h, and allow spaces. | Eelco Dolstra | |
2004-02-16 | * Allow linking against an external Berkeley DB / ATerm library. | Eelco Dolstra | |
2003-12-01 | * Fix `make check'. | Eelco Dolstra | |
2003-12-01 | * Use a system name that does not include the OS manufacturer (i.e., | Eelco Dolstra | |
"i686-linux" instead of "i686-suse-linux"). | |||
2003-11-25 | * More `make dist' fixes. | Eelco Dolstra | |
2003-11-18 | * Source tree refactoring. | Eelco Dolstra | |