Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops, forgot this file in my last commit. | Luke Kanies | 2007-10-17 | 1 | -13/+6 |
| | | | | I moved the checksum code to a separate module. | ||||
* | Adding my first integration test, verifying that | Luke Kanies | 2007-09-23 | 1 | -12/+39 |
| | | | | | | | | | | | checksum interaction behaves as I expect when interacting with the file terminus. I've also changed how files and checksums behave a bit. Files now create model instances with the content as the only argument during initialization, and checksums now calculate their checksums rather than having them passed in. | ||||
* | Adding the first version of checksum support, which will | Luke Kanies | 2007-09-22 | 1 | -0/+37 |
acquire the behaviour of FileBuckets. |