Age | Commit message (Expand) | Author |
---|---|---|
2011-08-17 | * Use last_insert_id instead of sqlite_last_insert_rowid, which you're | Eelco Dolstra |
2011-07-13 | * Fix concurrency issues in download-using-manifests' handling of the | Eelco Dolstra |
2011-04-11 | * Read manifests directly into the database, rather than first reading | Eelco Dolstra |
2011-04-11 | * Lock the database during updates. | Eelco Dolstra |
2011-04-11 | * Create $manifestDir if it doesn't exist. | Eelco Dolstra |
2011-04-10 | * Cache the manifests in /nix/var/nix/manifests in a SQLite database. | Eelco Dolstra |
2011-04-06 | * Remove the localPaths feature in manifests since it's no longer used | Eelco Dolstra |
2010-12-05 | * Use CamelCase for the Perl modules. | Eelco Dolstra |