| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing/packfile: test UpdateObjectStorage empty packfile error | Javi Fontan | 2018-12-03 | 1 | -0/+14 |
* | git: return better error message when packfile cannot be downloaded | Javi Fontan | 2018-11-30 | 1 | -1/+7 |
* | plumbing: format/packfile, performance optimizations for reading large commit... | Filip Navara | 2018-11-28 | 5 | -33/+89 |
* | Merge pull request #1025 from mcuadros/eoiev4.8.0 | Máximo Cuadros | 2018-11-19 | 4 | -4/+122 |
|\ |
|
| * | plumbing: format/index: support for EOIE extension, by default on git v2.2.0 | Máximo Cuadros | 2018-11-19 | 4 | -4/+122 |
* | | Merge pull request #994 from epiclabs-io/fix-thin-pack | Máximo Cuadros | 2018-11-16 | 2 | -47/+95 |
|\ \ |
|
| * | | plumbing/format/packfile: Added thin pack test | Javier Peletier | 2018-11-12 | 1 | -0/+50 |
| * | | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 | Javier Peletier | 2018-10-23 | 1 | -47/+45 |
* | | | Remove unused method (#1022) | Antonio Navarro Perez | 2018-11-16 | 1 | -56/+0 |
| |/
|/| |
|
* | | Merge branch 'master' of github.com:src-d/go-git into mccurdyc/Issue#969/fix-... | Colton McCurdy | 2018-11-01 | 4 | -1/+113 |
|\ \ |
|
| * | | http: improve TokenAuth documentation | Santiago M. Mola | 2018-10-31 | 1 | -1/+8 |
| * | | plumbing: transport/http, Add missing host/port on redirect. Fixes #820 | Dave Henderson | 2018-10-27 | 2 | -0/+50 |
| * | | plumbing: ReferenceName constructors | Máximo Cuadros | 2018-10-24 | 2 | -0/+55 |
| |/ |
|
* / | plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 | Colton McCurdy | 2018-11-01 | 1 | -3/+11 |
|/ |
|
* | packfile: add comment on GetSizeByOffset | Jeremy Stribling | 2018-10-15 | 1 | -0/+2 |
* | tree: add a Size() method for getting plaintext size | Jeremy Stribling | 2018-10-11 | 2 | -0/+17 |
* | object: get object size without reading whole object | Jeremy Stribling | 2018-10-11 | 3 | -0/+28 |
* | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979) | Nithin Gangadharan | 2018-10-11 | 1 | -0/+115 |
* | test: improve test for urlencoded user:pass | Santiago M. Mola | 2018-09-27 | 1 | -5/+15 |
* | all: remove extra 's' in "mismatch" | Jongmin Kim | 2018-09-26 | 1 | -1/+1 |
* | Remove empty space to trigger windows build. | kuba-- | 2018-09-17 | 2 | -4/+0 |
* | Fix potential LRU cache size issue. | kuba-- | 2018-09-17 | 4 | -22/+68 |
* | Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-support | Máximo Cuadros | 2018-09-10 | 25 | -61/+318 |
|\ |
|
| * | Merge pull request #932 from flant/fix-negative-range-info | Máximo Cuadros | 2018-09-10 | 2 | -2/+43 |
| |\ |
|
| | * | Fix fatal corrupt patch in unified diff format | Antonio Jesus Navarro Perez | 2018-09-07 | 2 | -2/+43 |
| * | | Merge pull request #949 from kuba--/custom-cache | Máximo Cuadros | 2018-09-08 | 13 | -44/+36 |
| |\ \ |
|
| | * | | Expose Storage cache. | kuba-- | 2018-09-07 | 13 | -44/+36 |
| | |/ |
|
| * / | plumbing/transport: ssh check if list of known_hosts files is empty | Kuba Podgórski | 2018-09-07 | 2 | -7/+69 |
| |/ |
|
| * | Merge pull request #939 from keybase/taruti/cherrypick-for-upstream-clamp-obj... | Máximo Cuadros | 2018-09-04 | 2 | -2/+6 |
| |\ |
|
| | * | plumbing: object: Clamp object timestamps before unix epoch to unix epoch | Taru Karttunen | 2018-08-29 | 2 | -2/+6 |
| * | | plumbing, storage: add bases to the common cache | Javi Fontan | 2018-08-22 | 2 | -0/+25 |
| * | | plumbing/idxfile: object iterators returns entries in offset order | Javi Fontan | 2018-08-21 | 3 | -1/+85 |
| * | | Merge pull request #921 from jfontan/fix/empty-headers | Máximo Cuadros | 2018-08-21 | 2 | -5/+45 |
| |\ \
| | |/
| |/| |
|
| | * | object: fix panic when reading object header | Javi Fontan | 2018-08-17 | 2 | -5/+45 |
| * | | Fixed an edge case for .gitignore | Fedor Korotkov | 2018-08-19 | 2 | -0/+9 |
| |/ |
|
* | | plumbing: object, don't add extra newline on PGP signature | Chris Marchesi | 2018-08-21 | 1 | -1/+6 |
* | | plumbing: object, correct tag PGP encoding | Chris Marchesi | 2018-08-21 | 1 | -7/+3 |
|/ |
|
* | Merge pull request #920 from vancluever/f-add-commit-signkeyv4.6.0 | Máximo Cuadros | 2018-08-17 | 1 | -7/+7 |
|\ |
|
| * | plumbing: object, Don't add new line at end of commit signature | Chris Marchesi | 2018-08-16 | 1 | -7/+7 |
* | | plumbing/packfile: do not compute sha1 for already undeltified objects | Javi Fontan | 2018-08-14 | 1 | -7/+9 |
* | | plumbing/pacfile: tidy up objectInfo struct | Javi Fontan | 2018-08-14 | 1 | -36/+22 |
* | | plumbing: add buffer cache and use it in packfile parser | Javi Fontan | 2018-08-14 | 4 | -14/+249 |
|/ |
|
* | Merge pull request #906 from src-d/perf/packfile-reads | Máximo Cuadros | 2018-08-14 | 27 | -1434/+2602 |
|\ |
|
| * | plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndex | Miguel Molina | 2018-08-10 | 4 | -23/+23 |
| * | plumbing: packfile, open and close packfile on FSObject reads | Miguel Molina | 2018-08-09 | 6 | -63/+126 |
| * | storage: filesystem, close Packfile after iterating objects | Miguel Molina | 2018-08-09 | 1 | -0/+7 |
| * | plumbing: packfile, rename DiskObject to FSObject | Miguel Molina | 2018-08-09 | 2 | -15/+15 |
| * | plumbing: packfile, read object content only once | Miguel Molina | 2018-08-09 | 2 | -7/+40 |
| * | plumbing: packfile, add Parse benchmark | Miguel Molina | 2018-08-09 | 1 | -0/+30 |
| * | plumbing: packfile, allow non-seekable sources on Parser | Miguel Molina | 2018-08-08 | 6 | -179/+229 |