Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate code for clarity. | Ben Johnson | 2014-05-05 | 1 | -10/+0 |
| | | | | | | This commit consolidates some of the smaller files into some of the larger files. The smaller files cluttered the file tree and made it harder to see the logical groupings of structs. | ||||
* | Consolidate syscall files. | Ben Johnson | 2014-03-23 | 1 | -0/+10 |
| | |||||
* | Fix db.munmap() to return an error. | Ben Johnson | 2014-03-21 | 1 | -21/+0 |
| | | | | | | | Changes munmap to return an error and the DB now implements io.Closer. I also removed all the OS and Syscall mocking because it's causing issues. Corrupt file tests need to be recreated but directly using the file system instead. | ||||
* | Mmap remap. | Ben Johnson | 2014-02-12 | 1 | -0/+5 |
| | |||||
* | Fix Linux build. | Ben Johnson | 2014-01-30 | 1 | -0/+16 |