index
:
~runxiyu
/
furgit.git
this commit
legacy
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
format
/
packfile
Commit message (
Collapse
)
Author
Age
Files
Lines
*
internal/format/packfile/delta: Add MaxChainDepth
Runxi Yu
6 days
1
-0
/
+5
|
*
internal/format/packfile: Add header parser
Runxi Yu
7 days
1
-5
/
+59
|
*
internal/format/packfile: Panic on implausible hash sizes
Runxi Yu
8 days
2
-12
/
+12
|
*
internal/format/packfile/delta: Apply tests
Runxi Yu
8 days
1
-0
/
+174
|
*
internal/format/packfile/delta: Header tests
Runxi Yu
8 days
1
-0
/
+88
|
*
internal/format/packfile/delta: Add apply
Runxi Yu
8 days
1
-0
/
+117
|
*
internal/format/packfile/delta: Add header parsing and serialization
Runxi Yu
8 days
1
-0
/
+98
|
*
internal/format/packfile: Return ErrInvalidHashSize on ParseEntryHeader
Runxi Yu
8 days
1
-1
/
+7
|
*
internal/format/packfile: Fix 9 continuation bytes is needed for the ↵
Runxi Yu
8 days
1
-1
/
+1
|
|
|
|
overflow test
*
internal/format/packfile: Fix exhaustiveness in entry_type
Runxi Yu
8 days
1
-3
/
+4
|
*
internal/format/packfile: Add entry header tests
Runxi Yu
8 days
1
-0
/
+246
|
*
internal/format/packfile: Add tests for OFS_DELTA distances
Runxi Yu
8 days
1
-0
/
+100
|
*
internal/format/packfile: Add entry header parsing
Runxi Yu
8 days
1
-0
/
+164
|
*
internal/format/packfile: Refactor ofs delta distances
Runxi Yu
8 days
1
-4
/
+42
|
*
internal/format/packfile: Clean EntryType
Runxi Yu
8 days
1
-4
/
+22
|
*
internal/format/packfile: OFS distances probably just belong to packfile
Runxi Yu
8 days
1
-1
/
+1
|
*
internal/format/packfile/delta: Fix the swapped errors
Runxi Yu
8 days
1
-3
/
+2
|
*
internal/format/packfile: Add EntryType and associates
Runxi Yu
8 days
1
-0
/
+67
|
*
internal/format/packfile/delta: Parse ofs-delta backward distance
Runxi Yu
8 days
2
-0
/
+33
|
*
internal/format/packfile: Add simple header functions
Runxi Yu
8 days
2
-0
/
+11