aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format
Commit message (Expand)AuthorAgeFilesLines
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-239-13/+11
* format: packfile fix DecodeObjectAt when Decoder has typeMáximo Cuadros2017-11-192-4/+29
* Merge pull request #631 from keybase/strib/use-bytes-pool-for-diffsMáximo Cuadros2017-10-311-4/+13
|\
| * packfile: use buffer pool for diffsJeremy Stribling2017-10-301-4/+13
* | packfile: delete index maps from memory when no longer neededJeremy Stribling2017-10-301-0/+6
|/
* config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-115-37/+89
* plumbing/index: fix TestEncode in go 1.9Máximo Cuadros2017-09-071-1/+2
* packfile: small optimizations for findMatch and matchLengthMiguel Molina2017-09-072-16/+38
* packfile: parallelize deltification of objects in groupsMiguel Molina2017-09-072-21/+31
* packfile: use a modified version of JGit DeltaIndex and DeltaIndexScannerMiguel Molina2017-09-063-40/+286
* packfile: slightly haster hash function for chunk-offset index keyMiguel Molina2017-09-062-11/+32
* packfile: reuse delta indexes when possibleMiguel Molina2017-09-063-10/+22
* packfile: improve performance a little by reducing gc pressureMiguel Molina2017-09-044-6/+33
* plumbing: use sliding window in delta calculations, like git CLJeremy Stribling2017-08-282-1/+23
* *: windows support, some more fixes (2) (#536)Manuel Carmona2017-08-071-0/+7
* Merge pull request #501 from smola/config-multiple-urlsMáximo Cuadros2017-08-025-13/+103
|\
| * config: preserve option order on config marshallingSantiago M. Mola2017-08-015-12/+71
| * format/config: add GoStringSantiago M. Mola2017-08-012-1/+32
* | plumbing: add IsDelta method to ObjectTypeSantiago M. Mola2017-07-271-6/+2
* | storage: reuse deltas from packfilesSantiago M. Mola2017-07-275-98/+293
* | test: improve packfile.Encoder testsSantiago M. Mola2017-07-271-54/+68
|/
* storage/filesystem: reuse delta cacheSantiago M. Mola2017-07-271-10/+22
* plumbing/cache: use more explicit interfaceSantiago M. Mola2017-07-271-7/+6
* format: idxfile, support for >2Gb packfilesMáximo Cuadros2017-07-274-1/+106
* packfile: create packfile.Index and reuse itSantiago M. Mola2017-07-269-93/+292
* Merge pull request #491 from smola/error-checksMáximo Cuadros2017-07-192-21/+22
|\
| * packfile: check close error in UpdateObjectStorageSantiago M. Mola2017-07-191-8/+14
| * packfile: check zlib reader closing errorSantiago M. Mola2017-07-191-13/+8
* | Merge pull request #493 from src-d/windowsMáximo Cuadros2017-07-191-1/+7
|\ \
| * | plumbing: format config, escape back slashMáximo Cuadros2017-07-192-4/+2
| * | worktree: commit, use path package instead of filepathMáximo Cuadros2017-07-192-2/+10
| |/
* / packfile: Avoid panics patching corrupted deltasAntonio Jesus Navarro Perez2017-07-192-16/+85
|/
* Use buffered IO for decoding index files.JP Sugarbroad2017-07-101-2/+3
* plumbing: gitignore, upgrade to go-billy.v3 and test with gocheckMáximo Cuadros2017-06-194-218/+199
* Merge pull request #429 from silvertern/gitignoreMáximo Cuadros2017-06-197-0/+676
|\
| * Adds gitignore supportOleg Sklyar2017-06-197-0/+676
* | *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-1/+1
* | fix gofmtSantiago M. Mola2017-06-132-2/+4
|/
* packfile: A copy operation cannot be bigger than 64kbAntonio Jesus Navarro Perez2017-06-012-1/+35
* format/packfile: improve binary delta algorithmAntonio Jesus Navarro Perez2017-05-242-441/+94
* format/diff: unified diff encoder and public APIAntonio Jesus Navarro Perez2017-05-233-0/+1242
* worktree: Remove and Move methodsMáximo Cuadros2017-05-212-0/+29
* format/packfile: fix bug when the delta depth is equals to 50Antonio Jesus Navarro Perez2017-05-082-0/+10
* plumbing: index, Entries converted in a slice of pointersMáximo Cuadros2017-04-265-11/+11
* format/packfile: rename Seek to SeekFromStartSantiago M. Mola2017-04-263-6/+8
* fix format string issues as found by go vetSantiago M. Mola2017-04-261-1/+1
* format: index, Index.Entry methodMáximo Cuadros2017-04-132-5/+39
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-12/+15
* plumbing: format, index stringerMáximo Cuadros2017-04-111-0/+23
* use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-1/+1