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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Improve delta reutilization
Antonio Jesus Navarro Perez
2017-12-20
5
-29
/
+152
|
/
*
all: gofmt -s
ferhat elmas
2017-11-30
2
-2
/
+2
*
all: simplification
ferhat elmas
2017-11-29
4
-14
/
+5
*
update to go-billy.v4 and go-git-fixtures.v3
Máximo Cuadros
2017-11-23
4
-6
/
+5
*
format: packfile fix DecodeObjectAt when Decoder has type
Máximo Cuadros
2017-11-19
2
-4
/
+29
*
Merge pull request #631 from keybase/strib/use-bytes-pool-for-diffs
Máximo Cuadros
2017-10-31
1
-4
/
+13
|
\
|
*
packfile: use buffer pool for diffs
Jeremy Stribling
2017-10-30
1
-4
/
+13
*
|
packfile: delete index maps from memory when no longer needed
Jeremy Stribling
2017-10-30
1
-0
/
+6
|
/
*
config: support a configurable, and turn-off-able, pack.window
Jeremy Stribling
2017-09-11
5
-37
/
+89
*
packfile: small optimizations for findMatch and matchLength
Miguel Molina
2017-09-07
2
-16
/
+38
*
packfile: parallelize deltification of objects in groups
Miguel Molina
2017-09-07
2
-21
/
+31
*
packfile: use a modified version of JGit DeltaIndex and DeltaIndexScanner
Miguel Molina
2017-09-06
3
-40
/
+286
*
packfile: slightly haster hash function for chunk-offset index key
Miguel Molina
2017-09-06
2
-11
/
+32
*
packfile: reuse delta indexes when possible
Miguel Molina
2017-09-06
3
-10
/
+22
*
packfile: improve performance a little by reducing gc pressure
Miguel Molina
2017-09-04
4
-6
/
+33
*
plumbing: use sliding window in delta calculations, like git CL
Jeremy Stribling
2017-08-28
2
-1
/
+23
*
plumbing: add IsDelta method to ObjectType
Santiago M. Mola
2017-07-27
1
-6
/
+2
*
storage: reuse deltas from packfiles
Santiago M. Mola
2017-07-27
5
-98
/
+293
*
test: improve packfile.Encoder tests
Santiago M. Mola
2017-07-27
1
-54
/
+68
*
storage/filesystem: reuse delta cache
Santiago M. Mola
2017-07-27
1
-10
/
+22
*
plumbing/cache: use more explicit interface
Santiago M. Mola
2017-07-27
1
-7
/
+6
*
packfile: create packfile.Index and reuse it
Santiago M. Mola
2017-07-26
4
-82
/
+279
*
Merge pull request #491 from smola/error-checks
Máximo Cuadros
2017-07-19
2
-21
/
+22
|
\
|
*
packfile: check close error in UpdateObjectStorage
Santiago M. Mola
2017-07-19
1
-8
/
+14
|
*
packfile: check zlib reader closing error
Santiago M. Mola
2017-07-19
1
-13
/
+8
*
|
packfile: Avoid panics patching corrupted deltas
Antonio Jesus Navarro Perez
2017-07-19
2
-16
/
+85
|
/
*
*: upgrade to go-billy.v3, merge
Máximo Cuadros
2017-06-18
1
-1
/
+1
*
packfile: A copy operation cannot be bigger than 64kb
Antonio Jesus Navarro Perez
2017-06-01
2
-1
/
+35
*
format/packfile: improve binary delta algorithm
Antonio Jesus Navarro Perez
2017-05-24
2
-441
/
+94
*
format/packfile: fix bug when the delta depth is equals to 50
Antonio Jesus Navarro Perez
2017-05-08
2
-0
/
+10
*
format/packfile: rename Seek to SeekFromStart
Santiago M. Mola
2017-04-26
3
-6
/
+8
*
use go-billy.v2 version
Antonio Jesus Navarro Perez
2017-03-10
1
-1
/
+1
*
project: move imports from srcd.works to gopkg.in
Antonio Jesus Navarro Perez
2017-03-07
14
-28
/
+28
*
plumbing: improve documentation (Fix #242)
Antonio Jesus Navarro Perez
2017-02-23
3
-5
/
+11
*
cache: move package to plumbing
Antonio Jesus Navarro Perez
2017-02-21
1
-1
/
+1
*
Merge pull request #258 from ajnavarro/fix/onf-decoder
Antonio Navarro Perez
2017-02-09
2
-7
/
+65
|
\
|
*
Fix missing objects if they where deltified using ref-delta
Antonio Jesus Navarro Perez
2017-02-07
2
-7
/
+65
*
|
package plumbing documentation improvements (#248)
Máximo Cuadros
2017-02-07
1
-167
/
+38
|
/
*
new srcd.works/go-git.v4 path
Máximo Cuadros
2017-01-30
14
-27
/
+27
*
new git fixture path
Máximo Cuadros
2017-01-30
3
-3
/
+3
*
rename billy imports
Máximo Cuadros
2017-01-30
1
-3
/
+3
*
Fix some typos in plumbing docs (#244)
Sergio Arbeo
2017-01-30
5
-12
/
+12
*
packfile: cache undeltified objects to improve decode performance (#218)
Antonio Navarro Perez
2017-01-25
1
-8
/
+33
*
packfile/decoder: speed up packfile iterator when specific type (#200)
Antonio Navarro Perez
2017-01-12
2
-1
/
+134
*
packfile/scanner: reset zlib reader instead of new one (#201)
Antonio Navarro Perez
2017-01-12
1
-5
/
+20
*
server: add git server implementation (#190)
Santiago M. Mola
2017-01-04
1
-0
/
+30
*
Extract billy (#173)
Sergio Arbeo
2016-12-19
1
-1
/
+2
*
packfile: delta selection logic (#182)
Antonio Navarro Perez
2016-12-16
9
-111
/
+473
*
move plumbing from top level package to plumbing (#183)
Santiago M. Mola
2016-12-14
7
-52
/
+53
*
packfile: improve delta copy operation encoding code (#186)
Antonio Navarro Perez
2016-12-14
1
-31
/
+13
[prev]
[next]