Age | Commit message (Expand) | Author |
2003-10-20 | * Refactored the source tree. | Eelco Dolstra |
2003-10-16 | * Substitutes and nix-pull now work again. | Eelco Dolstra |
2003-10-16 | * Enable buffering of stderr in C++. | Eelco Dolstra |
2003-10-16 | * Upgraded to Berkeley DB 4.1.25 and do not synchronously flush the | Eelco Dolstra |
2003-10-16 | * Don't sort the result of `--query --list'. | Eelco Dolstra |
2003-10-15 | * Refactoring: move all database manipulation into store.cc. | Eelco Dolstra |
2003-10-14 | * Automatically recover the database in case of a crash. | Eelco Dolstra |
2003-10-10 | * New query `nix --query --predecessors' to print the predecessors of | Eelco Dolstra |
2003-10-10 | * `nix --verify': check and repair reverse mapping for successors. | Eelco Dolstra |
2003-10-10 | * Reverse mappings for the successor and substitute mappings. | Eelco Dolstra |
2003-10-10 | * Performance improvement: don't register already registered terms, | Eelco Dolstra |
2003-10-08 | * Get rid of identifiers since they are redundant now. This greatly | Eelco Dolstra |
2003-10-07 | * string -> Path. | Eelco Dolstra |
2003-10-07 | * Synchronise terminology with the ICSE paper (e.g., slice -> closure, | Eelco Dolstra |
2003-10-02 | * Include the right files in a distribution. | Eelco Dolstra |
2003-10-02 | * Nix now respects $TMPDIR for the creation of temporary build directories. | Eelco Dolstra |
2003-09-11 | * Removed references to char_traits so that boost/format also works on | Eelco Dolstra |
2003-09-11 | * Added some missing #includes. | Eelco Dolstra |
2003-09-03 | * Make nicer dot graphs. Also show the inner structure of slices. | Eelco Dolstra |
2003-09-03 | * Factored out dot graph generation into a separate file. | Eelco Dolstra |
2003-08-29 | * Do not show the output of the builder unless the verbosity is at | Eelco Dolstra |
2003-08-28 | * Do not try to remove write permission from symlinks, since chmod() | Eelco Dolstra |
2003-08-25 | * Fix the atrocious (exponential? factorial?) time complexity in | Eelco Dolstra |
2003-08-22 | * Remove write permission from output paths after they have been built. | Eelco Dolstra |
2003-08-20 | * Use maps and sets in the FState data type. This ensures normalisation of | Eelco Dolstra |
2003-08-20 | * Change the abstract syntax of slices. It used to be that ids were used as | Eelco Dolstra |
2003-08-20 | * Fixed a serious bug in the computation of slices. Sometimes the slices | Eelco Dolstra |
2003-08-19 | * Pipe /dev/null into stdin. | Eelco Dolstra |
2003-08-19 | * Delete the temporary directories of failed builds by default, and an | Eelco Dolstra |
2003-08-18 | * Allow lists in package bindings, e.g., | Eelco Dolstra |
2003-08-18 | * Most shells initialise PATH to some default (/bin:/usr/bin:...) | Eelco Dolstra |
2003-08-15 | * Argument support in Fix. Arguments can be passed through the | Eelco Dolstra |
2003-08-15 | * Derivation expressions now can specify arguments to be passed to the | Eelco Dolstra |
2003-08-15 | * Fix can now read expressions from stdin (by saying `fix -'). | Eelco Dolstra |
2003-08-14 | * Detect infinite loops using blackholing. | Eelco Dolstra |
2003-08-14 | * Function() takes a list of formals. | Eelco Dolstra |
2003-08-14 | * Lam -> Function. Doh! | Eelco Dolstra |
2003-08-08 | * deletePath(): some operating systems (e.g., Mac OS X) don't like it | Eelco Dolstra |
2003-08-06 | * Allow locks on paths to be acquired recursively (that is, if the | Eelco Dolstra |
2003-08-06 | * A flag `--flat' to just compute the MD5 checksum of the contents of | Eelco Dolstra |
2003-08-06 | * App -> Call. | Eelco Dolstra |
2003-08-05 | * Conditionals. | Eelco Dolstra |
2003-08-05 | * Cache result of fstatePaths(). TODO: do this in fstore.cc. | Eelco Dolstra |
2003-08-05 | * Allow the top-level expression to be a list of expressions that | Eelco Dolstra |
2003-08-05 | * Delete obstructed paths prior to building. | Eelco Dolstra |
2003-08-04 | * Path locking in addToStore() and expandPath(). | Eelco Dolstra |
2003-08-01 | * In normaliseFState(), wrap registration of the output paths and the | Eelco Dolstra |
2003-08-01 | * Defensive programming against POSIX locking idiocy. | Eelco Dolstra |
2003-08-01 | * normaliseFState() now locks all output paths prior to building, thus | Eelco Dolstra |
2003-08-01 | * Don't use substitutes in addToStore(). | Eelco Dolstra |