| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Split Encoder into smaller functions | Filip Navara | 2019-04-24 | 2 | -55/+95 |
| * | | | Rename fixture tag to commit-graph | Filip Navara | 2019-04-24 | 1 | -3/+3 |
| * | | | plumbing: format/commitgraph, add APIs for reading and writing commit-graph f... | Filip Navara | 2019-04-24 | 5 | -0/+632 |
* | | | | Merge pull request #1121 from filipnavara/small-deltas | Máximo Cuadros | 2019-04-24 | 1 | -56/+126 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Populate the offsetToType cache in the iterator even for the skipped objects | Filip Navara | 2019-04-24 | 1 | -0/+3 |
| * | | | Better fix for the getObjectType problem in the iterator | Filip Navara | 2019-04-24 | 1 | -6/+9 |
| * | | | Remove duplicate cache lookup in getObjectContent, it is already done in FSOb... | Filip Navara | 2019-04-24 | 1 | -13/+0 |
| * | | | Fix an error where getObjectType would seek in file and mess up the position ... | Filip Navara | 2019-04-24 | 1 | -7/+11 |
| * | | | Reduce indentation | Filip Navara | 2019-04-23 | 1 | -7/+5 |
| * | | | Add one more cache check to the iterator | Filip Navara | 2019-04-23 | 1 | -2/+12 |
| * | | | Address PR feedback | Filip Navara | 2019-04-23 | 1 | -2/+2 |
| * | | | Rename functions | Filip Navara | 2019-04-23 | 1 | -7/+9 |
| * | | | Avoid filling up the object cache from Packfile.GetByType with typ != plumbin... | Filip Navara | 2019-04-23 | 1 | -17/+42 |
| * | | | Get the buffer from pool in fillOFSDeltaObjectContent instead of creating new... | Filip Navara | 2019-04-22 | 1 | -1/+1 |
| * | | | Update comment | Filip Navara | 2019-04-21 | 1 | -3/+3 |
| * | | | plumbing: packfile, apply small object reading optimization also for delta ob... | Filip Navara | 2019-04-20 | 1 | -23/+61 |
* | | | | Merge pull request #1124 from saracen/packfile-scanner-improved-reader | Máximo Cuadros | 2019-04-23 | 3 | -105/+143 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | plumbing: packfile/scanner, readability/performance improvements, zlib pooling | Arran Walker | 2019-04-22 | 3 | -105/+143 |
* | | | | Merge pull request #1123 from saracen/object-storage-open-packfile | Máximo Cuadros | 2019-04-23 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | filesystem: ObjectStorage, MaxOpenDescriptors option | Arran Walker | 2019-04-22 | 1 | -0/+5 |
| |/ / / |
|
* | | | | Merge pull request #1126 from saracen/index-performance-improvements | Máximo Cuadros | 2019-04-22 | 1 | -18/+19 |
|\ \ \ \ |
|
| * | | | | plumbing: format/index perf, buffered reads, reflection removal | Arran Walker | 2019-04-21 | 1 | -18/+19 |
| |/ / / |
|
* | | | | Merge pull request #1125 from saracen/tree-walk-optimization | Máximo Cuadros | 2019-04-22 | 4 | -9/+34 |
|\ \ \ \ |
|
| * | | | | plumbing: TreeWalker performance improvement, bufio pool for objects | Arran Walker | 2019-04-22 | 4 | -9/+34 |
| |/ / / |
|
* | | | | Merge pull request #1119 from filipnavara/idxfile-reverse-index | Máximo Cuadros | 2019-04-22 | 1 | -4/+26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | plumbing: idxfile, avoid unnecessary building of reverse offset/hash map | Filip Navara | 2019-04-20 | 1 | -4/+26 |
| |/ / |
|
* | | | Add test for decoding and verifying signed tags with extra new line after sig... | Filip Navara | 2019-04-20 | 1 | -0/+72 |
* | | | plumbing: object, Fix tag message decoding | Spencer Judd | 2019-04-20 | 1 | -1/+1 |
|/ / |
|
* | | plumbing: commit.StatsContext and fix for orphan commit (#1115)v4.11.0 | Máximo Cuadros | 2019-04-18 | 2 | -15/+40 |
* | | Merge pull request #1088 from oleksii-shnyra/fix-1074 | Máximo Cuadros | 2019-04-18 | 2 | -2/+87 |
|\ \
| |/
|/| |
|
| * | plumbing: commit.Stat test suite | Máximo Cuadros | 2019-04-18 | 1 | -0/+78 |
| * | plumbing: object, Count stats properly when no new line added at the end. Fix... | oleksiishnyra | 2019-03-14 | 1 | -2/+9 |
* | | fix panic in object.Tree.FindEntry | niukuo | 2019-03-27 | 2 | -1/+4 |
* | | fix missing error in bfsCommitIterator | niukuo | 2019-03-21 | 1 | -1/+1 |
|/ |
|
* | plumbing/cache: check for empty cache list | Javi Fontan | 2019-02-25 | 2 | -1/+19 |
* | Merge pull request #1067 from ajnavarro/fix/log-all-missing-objects | Máximo Cuadros | 2019-02-13 | 1 | -11/+23 |
|\ |
|
| * | Improve error handling logic | Antonio Jesus Navarro Perez | 2019-02-13 | 1 | -4/+4 |
| * | Ignore missing references on log --all | Antonio Jesus Navarro Perez | 2019-02-12 | 1 | -11/+23 |
* | | config: add a way to see if a "remote" URL is local or not | Jeremy Stribling | 2019-02-11 | 1 | -14/+8 |
* | | revlist: add `ObjectsWithStorageForIgnores` method | Jeremy Stribling | 2019-02-11 | 2 | -2/+40 |
* | | Merge pull request #1060 from keybase/strib/gh-KBFS-3828-packfile-object-size | Máximo Cuadros | 2019-02-05 | 2 | -1/+27 |
|\ \ |
|
| * | | packfile: get object size correctly for delta objects | Jeremy Stribling | 2019-01-31 | 2 | -1/+27 |
| |/ |
|
* | | Merge pull request #1006 from mcuadros/transactional-storage | Máximo Cuadros | 2019-02-02 | 3 | -5/+90 |
|\ \
| |/
|/| |
|
| * | storage: transactional, new storage with transactional capabilities | Máximo Cuadros | 2018-12-10 | 1 | -2/+0 |
| * | plumbing: storer, new NewMultiReferenceIter | Máximo Cuadros | 2018-10-31 | 2 | -2/+89 |
| * | storage: transactional, new storage with transactional capabilities (WIP) | Máximo Cuadros | 2018-10-29 | 1 | -1/+1 |
* | | Refine Log. | kuba-- | 2019-01-10 | 2 | -92/+109 |
* | | First lookup if hash exists, then GetCommit. | kuba-- | 2019-01-08 | 1 | -6/+6 |
* | | Implement git log --all | kuba-- | 2019-01-07 | 2 | -3/+148 |
* | | Simplify return statement in receivePackNoCheck | Iskander (Alex) Sharipov | 2018-12-12 | 1 | -5/+1 |