summaryrefslogtreecommitdiff
path: root/src/dalstorage.h
AgeCommit message (Expand)AuthorFilesLines
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran1-1/+36
2005-06-21Improved Storage APIs and moved debug code to unit tests.Huynh Tran1-18/+22
2005-06-19Passwords are now encrypted when creating a new Account, added unit tests for...Huynh Tran1-1/+0
2005-06-19Reworked Storage APIs and reordered operations in DALStorage to match those o...Huynh Tran1-11/+20
2005-06-18Moved SQL queries for the creation of tables into a separate file and rewrote...Huynh Tran1-0/+14
2005-06-17Force a user class to use the Storage singleton instead of instantiating DALS...Huynh Tran1-12/+33
2005-06-16Synchronized APIs with DAL.Huynh Tran1-47/+85
2005-06-16Created Storage child which uses DAL (used by default now).Aaron Marks1-0/+66