about summary refs log tree commit diff
path: root/src/archive.hh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2003-08-07 * Start of manual; installation instructions.Eelco Dolstra2-4/+107
2003-08-06 * Allow a name to be given to a system configuration through `--name Eelco Dolstra1-3/+7
2003-08-06 * `==' is not a valid operator.Eelco Dolstra1-1/+1
2003-08-06 * Scan for wget and use the full path in fetchurl.sh.Eelco Dolstra3-2/+5
2003-08-06 * Allow locks on paths to be acquired recursively (that is, if theEelco Dolstra1-2/+4
2003-08-06 * A flag `--flat' to just compute the MD5 checksum of the contents ofEelco Dolstra1-3/+7
2003-08-06 * App -> Call.Eelco Dolstra1-1/+8
2003-08-05 * Conditionals.Eelco Dolstra1-0/+33
2003-08-05 * Made nix-push much faster.Eelco Dolstra1-18/+33
2003-08-05 * Cache result of fstatePaths(). TODO: do this in fstore.cc.Eelco Dolstra1-2/+17
2003-08-05 * Made nix-pull much faster by performing all Fix instantiations atEelco Dolstra1-14/+32
2003-08-05 * Allow the top-level expression to be a list of expressions thatEelco Dolstra1-5/+19
2003-08-05 * Delete obstructed paths prior to building.Eelco Dolstra1-3/+12
2003-08-04 * Path locking in addToStore() and expandPath().Eelco Dolstra2-1/+16
2003-08-01 * In normaliseFState(), wrap registration of the output paths and theEelco Dolstra6-28/+44
2003-08-01 * Defensive programming against POSIX locking idiocy.Eelco Dolstra3-25/+18
2003-08-01 * normaliseFState() now locks all output paths prior to building, thusEelco Dolstra5-30/+151
2003-08-01 * Don't use substitutes in addToStore().Eelco Dolstra2-15/+21
2003-07-31 * Put the database verifier in a transaction.Eelco Dolstra1-17/+23
2003-07-31 * Enclose most operations that update the database in transactions.Eelco Dolstra6-96/+145
2003-07-31 * Use a more reasonable log file size (256 KB instead of 10 MB).Eelco Dolstra1-2/+6
2003-07-31 * Started using Berkeley DB environments. This is necessary forEelco Dolstra12-102/+251
2003-07-31 * Set execute bit.Eelco Dolstra2-0/+0
2003-07-31 * Basic makefile.Eelco Dolstra1-0/+7
2003-07-30 * A better test c