aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1025 from mcuadros/eoiev4.8.0Máximo Cuadros2018-11-194-4/+122
|\
| * plumbing: format/index: support for EOIE extension, by default on git v2.2.0Máximo Cuadros2018-11-194-4/+122
* | Merge pull request #994 from epiclabs-io/fix-thin-packMáximo Cuadros2018-11-162-47/+95
|\ \
| * | plumbing/format/packfile: Added thin pack testJavier Peletier2018-11-121-0/+50
| * | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991Javier Peletier2018-10-231-47/+45
* | | Remove unused method (#1022)Antonio Navarro Perez2018-11-161-56/+0
| |/ |/|
* | Merge branch 'master' of github.com:src-d/go-git into mccurdyc/Issue#969/fix-...Colton McCurdy2018-11-014-1/+113
|\ \
| * | http: improve TokenAuth documentationSantiago M. Mola2018-10-311-1/+8
| * | plumbing: transport/http, Add missing host/port on redirect. Fixes #820Dave Henderson2018-10-272-0/+50
| * | plumbing: ReferenceName constructorsMáximo Cuadros2018-10-242-0/+55
| |/
* / plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969Colton McCurdy2018-11-011-3/+11
|/
* packfile: add comment on GetSizeByOffsetJeremy Stribling2018-10-151-0/+2
* tree: add a Size() method for getting plaintext sizeJeremy Stribling2018-10-112-0/+17
* object: get object size without reading whole objectJeremy Stribling2018-10-113-0/+28
* Plumbing: object, Add support for Log with filenames. Fixes #826 (#979)Nithin Gangadharan2018-10-111-0/+115
* test: improve test for urlencoded user:passSantiago M. Mola2018-09-271-5/+15
* all: remove extra 's' in "mismatch"Jongmin Kim2018-09-261-1/+1
* Remove empty space to trigger windows build.kuba--2018-09-172-4/+0
* Fix potential LRU cache size issue.kuba--2018-09-174-22/+68
* Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-supportMáximo Cuadros2018-09-1025-61/+318
|\
| * Merge pull request #932 from flant/fix-negative-range-infoMáximo Cuadros2018-09-102-2/+43
| |\
| | * Fix fatal corrupt patch in unified diff formatAntonio Jesus Navarro Perez2018-09-072-2/+43
| * | Merge pull request #949 from kuba--/custom-cacheMáximo Cuadros2018-09-0813-44/+36
| |\ \
| | * | Expose Storage cache.kuba--2018-09-0713-44/+36
| | |/
| * / plumbing/transport: ssh check if list of known_hosts files is emptyKuba Podgórski2018-09-072-7/+69
| |/
| * Merge pull request #939 from keybase/taruti/cherrypick-for-upstream-clamp-obj...Máximo Cuadros2018-09-042-2/+6
| |\
| | * plumbing: object: Clamp object timestamps before unix epoch to unix epochTaru Karttunen2018-08-292-2/+6
| * | plumbing, storage: add bases to the common cacheJavi Fontan2018-08-222-0/+25
| * | plumbing/idxfile: object iterators returns entries in offset orderJavi Fontan2018-08-213-1/+85
| * | Merge pull request #921 from jfontan/fix/empty-headersMáximo Cuadros2018-08-212-5/+45
| |\ \ | | |/ | |/|
| | * object: fix panic when reading object headerJavi Fontan2018-08-172-5/+45
| * | Fixed an edge case for .gitignoreFedor Korotkov2018-08-192-0/+9
| |/
* | plumbing: object, don't add extra newline on PGP signatureChris Marchesi2018-08-211-1/+6
* | plumbing: object, correct tag PGP encodingChris Marchesi2018-08-211-7/+3
|/
* Merge pull request #920 from vancluever/f-add-commit-signkeyv4.6.0Máximo Cuadros2018-08-171-7/+7
|\
| * plumbing: object, Don't add new line at end of commit signatureChris Marchesi2018-08-161-7/+7
* | plumbing/packfile: do not compute sha1 for already undeltified objectsJavi Fontan2018-08-141-7/+9
* | plumbing/pacfile: tidy up objectInfo structJavi Fontan2018-08-141-36/+22
* | plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-144-14/+249
|/
* Merge pull request #906 from src-d/perf/packfile-readsMáximo Cuadros2018-08-1427-1434/+2602
|\
| * plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndexMiguel Molina2018-08-104-23/+23
| * plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-096-63/+126
| * storage: filesystem, close Packfile after iterating objectsMiguel Molina2018-08-091-0/+7
| * plumbing: packfile, rename DiskObject to FSObjectMiguel Molina2018-08-092-15/+15
| * plumbing: packfile, read object content only onceMiguel Molina2018-08-092-7/+40
| * plumbing: packfile, add Parse benchmarkMiguel Molina2018-08-091-0/+30
| * plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-086-179/+229
| * *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-0716-1181/+525
| * Merge pull request #907 from erizocosmico/feature/fix-testsMiguel Molina2018-08-016-35/+116
| |\
| | * plumbing: packfile, fix package testsMiguel Molina2018-07-305-33/+88
| |/