aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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 #1131 from mcuadros/go-modMáximo Cuadros2019-04-232-33/+41
|\ \ \ \
| * | | | go modules updateMáximo Cuadros2019-04-232-33/+41
|/ / / /
* | | | 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-235-49/+143
|\ \ \ \
| * | | | filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-225-49/+143
| |/ / /
* | | | Merge pull request #1126 from saracen/index-performance-improvementsMáximo Cuadros2019-04-224-19/+46
|\ \ \ \
| * | | | utils: binary reader, add ReadUntilFromBufioReader()Arran Walker2019-04-222-6/+22
| * | | | plumbing: format/index perf, buffered reads, reflection removalArran Walker2019-04-213-19/+30
| |/ / /
* | | | 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
| |/ /
* | | Merge pull request #1118 from filipnavara/fix1104Máximo Cuadros2019-04-212-1/+73
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge pull request #1112 from HashedDan/commit-example-typoMáximo Cuadros2019-04-181-1/+1
|\ \ \ | |_|/ |/| |
| * | examples: commit, fixed minor typo in info statementHashedDan2019-04-151-1/+1
|/ /
* | Merge pull request #1095 from niukuo/panic_find_entryMáximo Cuadros2019-04-022-1/+4
|\ \
| * | fix panic in object.Tree.FindEntryniukuo2019-03-272-1/+4
* | | Merge pull request #1099 from dpordomingo/go1.12-supportMáximo Cuadros2019-04-021-1/+1
|\ \ \ | |/ / |/| |
| * | travis: drop go1.10 add go1.12David Pordomingo2019-03-291-1/+1
|/ /
* | Merge pull request #1092 from niukuo/masterMáximo Cuadros2019-03-251-1/+1
|\ \
| * | fix missing error in bfsCommitIteratorniukuo2019-03-211-1/+1
* | | Merge pull request #1094 from niukuo/remote_anonymousMáximo Cuadros2019-03-252-0/+47
|\ \ \
| * | | add Repository.CreateRemoteAnonymousniukuo2019-03-222-0/+47
| |/ /
* | | Merge pull request #1093 from jfontan/transactional-packfilewriter-interfaceMáximo Cuadros2019-03-222-9/+67
|\ \ \ | |/ / |/| |
| * | transactional: implement storer.PackfileWriterJavi Fontan2019-03-212-9/+67
| |/
* | Merge pull request #1084 from vmarkovtsev/masterMáximo Cuadros2019-03-201-1/+17
|\ \ | |/ |/|
| * Add diff.DoWithTimeout()Vadim Markovtsev2019-03-131-2/+16
| * Increase diffmatchcpatch timeoutVadim Markovtsev2019-03-101-0/+2
* | Merge pull request #1081 from meinto/fix/tobias/potentially-duplicate-check-f...Máximo Cuadros2019-03-111-11/+0
|\ \ | |/ |/|
| * git: remove potentially duplicate check for unstaged filesTobias Meinhardt2019-03-051-11/+0
|/