aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove debug print, fix large edge count calculation to make the reencoded fi...Filip Navara2019-04-242-3/+1
| * | | Split OpenFileIndex into smaller functionsFilip Navara2019-04-242-32/+51
| * | | Split Encoder into smaller functionsFilip Navara2019-04-242-55/+95
| * | | Rename fixture tag to commit-graphFilip Navara2019-04-241-3/+3
| * | | plumbing: format/commitgraph, add APIs for reading and writing commit-graph f...Filip Navara2019-04-245-0/+632
* | | | Merge pull request #1121 from filipnavara/small-deltasMáximo Cuadros2019-04-241-56/+126
|\ \ \ \ | |/ / / |/| | |
| * | | Populate the offsetToType cache in the iterator even for the skipped objectsFilip Navara2019-04-241-0/+3
| * | | Better fix for the getObjectType problem in the iteratorFilip Navara2019-04-241-6/+9
| * | | Remove duplicate cache lookup in getObjectContent, it is already done in FSOb...Filip Navara2019-04-241-13/+0
| * | | Fix an error where getObjectType would seek in file and mess up the position ...Filip Navara2019-04-241-7/+11
| * | | Reduce indentationFilip Navara2019-04-231-7/+5
| * | | Add one more cache check to the iteratorFilip Navara2019-04-231-2/+12
| * | | Address PR feedbackFilip Navara2019-04-231-2/+2
| * | | Rename functionsFilip Navara2019-04-231-7/+9
| * | | Avoid filling up the object cache from Packfile.GetByType with typ != plumbin...Filip Navara2019-04-231-17/+42
| * | | Get the buffer from pool in fillOFSDeltaObjectContent instead of creating new...Filip Navara2019-04-221-1/+1
| * | | Update commentFilip Navara2019-04-211-3/+3
| * | | plumbing: packfile, apply small object reading optimization also for delta ob...Filip Navara2019-04-201-23/+61
* | | | Merge pull request #1124 from saracen/packfile-scanner-improved-readerMáximo Cuadros2019-04-233-105/+143
|\ \ \ \ | |_|/ / |/| | |
| * | | plumbing: packfile/scanner, readability/performance improvements, zlib poolingArran Walker2019-04-223-105/+143
* | | | Merge pull request #1123 from saracen/object-storage-open-packfileMáximo Cuadros2019-04-231-0/+5
|\ \ \ \
| * | | | filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-221-0/+5
| |/ / /
* | | | Merge pull request #1126 from saracen/index-performance-improvementsMáximo Cuadros2019-04-221-18/+19
|\ \ \ \
| * | | | plumbing: format/index perf, buffered reads, reflection removalArran Walker2019-04-211-18/+19
| |/ / /
* | | | Merge pull request #1125 from saracen/tree-walk-optimizationMáximo Cuadros2019-04-224-9/+34
|\ \ \ \
| * | | | plumbing: TreeWalker performance improvement, bufio pool for objectsArran Walker2019-04-224-9/+34
| |/ / /
* | | | Merge pull request #1119 from filipnavara/idxfile-reverse-indexMáximo Cuadros2019-04-221-4/+26
|\ \ \ \ | |/ / / |/| | |
| * | | plumbing: idxfile, avoid unnecessary building of reverse offset/hash mapFilip Navara2019-04-201-4/+26
| |/ /
* | | Add test for decoding and verifying signed tags with extra new line after sig...Filip Navara2019-04-201-0/+72
* | | plumbing: object, Fix tag message decodingSpencer Judd2019-04-201-1/+1
|/ /
* | plumbing: commit.StatsContext and fix for orphan commit (#1115)v4.11.0Máximo Cuadros2019-04-182-15/+40
* | Merge pull request #1088 from oleksii-shnyra/fix-1074Máximo Cuadros2019-04-182-2/+87
|\ \ | |/ |/|
| * plumbing: commit.Stat test suiteMáximo Cuadros2019-04-181-0/+78
| * plumbing: object, Count stats properly when no new line added at the end. Fix...oleksiishnyra2019-03-141-2/+9
* | fix panic in object.Tree.FindEntryniukuo2019-03-272-1/+4
* | fix missing error in bfsCommitIteratorniukuo2019-03-211-1/+1
|/
* plumbing/cache: check for empty cache listJavi Fontan2019-02-252-1/+19
* Merge pull request #1067 from ajnavarro/fix/log-all-missing-objectsMáximo Cuadros2019-02-131-11/+23
|\
| * Improve error handling logicAntonio Jesus Navarro Perez2019-02-131-4/+4
| * Ignore missing references on log --allAntonio Jesus Navarro Perez2019-02-121-11/+23
* | config: add a way to see if a "remote" URL is local or notJeremy Stribling2019-02-111-14/+8
* | revlist: add `ObjectsWithStorageForIgnores` methodJeremy Stribling2019-02-112-2/+40
* | Merge pull request #1060 from keybase/strib/gh-KBFS-3828-packfile-object-sizeMáximo Cuadros2019-02-052-1/+27
|\ \
| * | packfile: get object size correctly for delta objectsJeremy Stribling2019-01-312-1/+27
| |/
* | Merge pull request #1006 from mcuadros/transactional-storageMáximo Cuadros2019-02-023-5/+90
|\ \ | |/ |/|
| * storage: transactional, new storage with transactional capabilitiesMáximo Cuadros2018-12-101-2/+0
| * plumbing: storer, new NewMultiReferenceIterMáximo Cuadros2018-10-312-2/+89
| * storage: transactional, new storage with transactional capabilities (WIP)Máximo Cuadros2018-10-291-1/+1
* | Refine Log.kuba--2019-01-102-92/+109
* | First lookup if hash exists, then GetCommit.kuba--2019-01-081-6/+6