Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formats: Index read support (#91) | Máximo Cuadros | 2016-10-26 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * utils: fs generic TestSuite * fs: fs.TempFile * utils: fs small changes requested * utils: fs, test fs.Create overwriting files * formats: index, basic v2 reader * formats: index, tree extension support * formats: index, stage decoding * formats: index, extended flags, v3 support * formats: index, v4 support * formats: index, Resolve undo support * formats: index, fix error when decoding invalidated entries * formats: index, fix style issues | ||||
* | utils/fs: move 'os' and 'test' to separate packages. (#93) | Santiago M. Mola | 2016-10-24 | 1 | -1/+2 |
| | | | | | | * create utils/fs/test package to expose generic test suite to 3rd party fs implementations. * move 'os' to its own package to avoid cyclic dependency (test -> fs -> test, becomes test -> fs, os -> test, os -> fs). * remove TestCreateAndWrite: some of our implementations cannot read a file that was just created, written and not closed yet. | ||||
* | cleanup old fixtures | Máximo Cuadros | 2016-09-22 | 1 | -0/+28 |
| | |||||
* | tags tests, Tag.String and Commit.String | Máximo Cuadros | 2016-09-21 | 1 | -0/+5 |
| | |||||
* | fixtures: new fixture package being use in all packages | Máximo Cuadros | 2016-09-12 | 1 | -9/+56 |
| | |||||
* | format: packfile fix ReadObjectAt without decode | Máximo Cuadros | 2016-09-11 | 1 | -26/+34 |
| | |||||
* | storage: filesystem ref storage, and not not exists file handling | Máximo Cuadros | 2016-09-10 | 1 | -3/+4 |
| | |||||
* | storage: filesystem iter implementation | Máximo Cuadros | 2016-09-09 | 1 | -3/+7 |
| | |||||
* | storage: filessytem read multiple packfiles support and index decoding | Máximo Cuadros | 2016-09-09 | 1 | -1/+32 |
| | |||||
* | format: packfile based on ObjectStorage and CRC32 calculation | Máximo Cuadros | 2016-09-08 | 1 | -0/+102 |