about summary refs log tree commit diff
path: root/externals (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-19 * Implement more stuff.Eelco Dolstra2-52/+50
2010-02-19 * Implement registerValidPath().Eelco Dolstra3-112/+96
2010-02-18 * Implemented queryValidPaths() and verifyStore().Eelco Dolstra2-119/+35
2010-02-18 * Implemented queryReferrers().Eelco Dolstra2-32/+19
2010-02-18 * Implement queryPathInfo().Eelco Dolstra2-51/+49
2010-02-18 * Implement isValidPath().Eelco Dolstra2-159/+100
2010-02-18 * Automatically abort transactions if they go out of scope withoutEelco Dolstra1-6/+37
2010-02-18 * Some wrapper objects to ensure that SQLite objects are properlyEelco Dolstra2-49/+109
2010-02-18 * Add the deriver to the ValidPaths table. In principle we could nowEelco Dolstra2-13/+21
2010-02-18 * Assign an integer id to every row in the ValidPaths table in orderEelco Dolstra2-14/+25
2010-02-18 * Convert the Nix database to SQLite.Eelco Dolstra6-15/+151
2010-02-16 * Since Hydra now escapes `+', `=' and `?' to %NN in URIs,Eelco Dolstra1-1/+4
2010-02-12 * Typo. Reported by Peter Koppstein.Eelco Dolstra1-1/+1
2010-02-10