Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-29 | Add an initialize function to Wallet::Server to set up the database. | Russ Allbery | |
2007-08-29 | Wallet::Server is now responsible for connecting to the database. Don't | Russ Allbery | |
bother working hard to disconnect the database on exit, since the DESTROY DBI method will do the right thing. | |||
2007-08-29 | Fix the store implementation to take the right arguments. | Russ Allbery | |
2007-08-28 | Initial untested implementation. Now supports all the remaining metadata | Russ Allbery | |
operations on objects and the full set of ACL operations. | |||
2007-08-28 | Checkpoint. The object manipulation functions are here, as are the ACL | Russ Allbery | |
verification pieces. |