22
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Performance improvement: don't register already registered terms, thus greatly reducing the number of db transactions. More... over 20 years ago
* Follow successors by default (use `--no-successors' to override). More... over 20 years ago
* Fixed nix-switch. More... over 20 years ago
* Get rid of identifiers since they are redundant now. This greatly simplifies stuff. More... over 20 years ago
* string -> Path. More... over 20 years ago
* Synchronise terminology with the ICSE paper (e.g., slice -> closure, fstate -> Nix expression). * Fix src/test.cc. More... over 20 years ago
* Use passive FTP in wget. More... over 20 years ago
* Include the right files in a distribution. More... over 20 years ago
* Nix now respects $TMPDIR for the creation of temporary build directories. * Retry creation of a temporary directory (with a different name) in the case of EEXIST. More... over 20 years ago
* Argggg... More... over 20 years ago
* Forgot a file. More... over 20 years ago
* Added missing files to `make dist'. More... over 20 years ago
* Put the SVN revision number in the version string. More... over 20 years ago
* Removed references to char_traits so that boost/format also works on GCC 2.95. More... almost 21 years ago
* Added some missing #includes. More... almost 21 years ago
* Make nicer dot graphs. Also show the inner structure of slices. More... almost 21 years ago
* Factored out dot graph generation into a separate file. More... almost 21 years ago
* Do not show the output of the builder unless the verbosity is at least at debug level (-vvv). The output is still appended to the build log in /nix/var/log/nix. More... almost 21 years ago
* Set a path. More... almost 21 years ago
* Do not try to remove write permission from symlinks, since chmod() follows symlinks. (Note that the permissions on symlinks are ignored anyway.) More... almost 21 years ago
* nix-push generated invalid (old-style) slices. * nar.sh needs a path. More... almost 21 years ago
* Fix the atrocious (exponential? factorial?) time complexity in `nix --query --requisites'. More... almost 21 years ago
* Don't continue when the call to nix fails. More... almost 21 years ago
* Remove write permission from output paths after they have been built. * Point $HOME to a non-existing path when building to prevent certain tools (such as wget) from falling back on /etc/passwd to locate the home directory (which we don't want them to look at since it's not declared as an input). More... almost 21 years ago
* Some work on the introduction. More... almost 21 years ago
* Use maps and sets in the FState data type. This ensures normalisation of slices and derivations w.r.t. order of paths, slice elements, etc. More... almost 21 years ago
* Change the abstract syntax of slices. It used to be that ids were used as keys to reference slice elements, e.g., More... almost 21 years ago
* Bumped the version number to 0.3. More... almost 21 years ago
* Fixed a serious bug in the computation of slices. Sometimes the slices would not be properly closed under the path reference relation. More... almost 21 years ago
* Pipe /dev/null into stdin. More... almost 21 years ago