index
:
go-git
master
push_url
A highly extensible Git implementation in pure Go.
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plumbing
/
format
/
packfile
/
packfile.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
filesystem: ObjectStorage, MaxOpenDescriptors option
Arran Walker
2019-04-22
1
-0
/
+5
|
/
*
packfile: get object size correctly for delta objects
Jeremy Stribling
2019-01-31
1
-1
/
+1
*
plumbing: format/packfile, performance optimizations for reading large commit...
Filip Navara
2018-11-28
1
-23
/
+28
*
Remove unused method (#1022)
Antonio Navarro Perez
2018-11-16
1
-56
/
+0
*
packfile: add comment on GetSizeByOffset
Jeremy Stribling
2018-10-15
1
-0
/
+2
*
object: get object size without reading whole object
Jeremy Stribling
2018-10-11
1
-0
/
+16
*
plumbing, storage: add bases to the common cache
Javi Fontan
2018-08-22
1
-0
/
+15
*
plumbing/idxfile: object iterators returns entries in offset order
Javi Fontan
2018-08-21
1
-1
/
+1
*
plumbing: packfile, open and close packfile on FSObject reads
Miguel Molina
2018-08-09
1
-30
/
+39
*
plumbing: packfile, rename DiskObject to FSObject
Miguel Molina
2018-08-09
1
-2
/
+2
*
*: use parser to populate non writable storages and bug fixes
Miguel Molina
2018-08-07
1
-35
/
+100
*
Merge pull request #907 from erizocosmico/feature/fix-tests
Miguel Molina
2018-08-01
1
-0
/
+26
*
plumbing: packfile, lazy object reads with DiskObjects
Miguel Molina
2018-07-27
1
-26
/
+182
*
plumbing: packfile, new Packfile representation
Miguel Molina
2018-07-26
1
-0
/
+249