aboutsummaryrefslogtreecommitdiffstats
path: root/formats/index
Commit message (Collapse)AuthorAgeFilesLines
* new plumbing package (#118)Máximo Cuadros2016-11-086-1271/+0
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* format: index encoder and index decoder improvements (#105)Máximo Cuadros2016-10-316-78/+362
|
* utils: binary, new package that collect all the spare helper functions about ↵Máximo Cuadros2016-10-311-85/+22
| | | | binary operations (#102)
* formats: Index read support (#91)Máximo Cuadros2016-10-264-0/+1050
* 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