| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 16 | -1181/+525 |
| * | Merge pull request #907 from erizocosmico/feature/fix-tests | Miguel Molina | 2018-08-01 | 6 | -35/+116 |
| |\ |
|
| | * | plumbing: packfile, fix package tests | Miguel Molina | 2018-07-30 | 5 | -33/+88 |
| |/ |
|
| * | plumbing/packfile: add index generation to decoder | Javi Fontan | 2018-07-27 | 1 | -7/+25 |
| * | plumbing/idxfile: test FindHash and writer with 64 bit offsets | Javi Fontan | 2018-07-27 | 2 | -10/+107 |
| * | plumbing: packfile, lazy object reads with DiskObjects | Miguel Molina | 2018-07-27 | 5 | -41/+304 |
| * | plumbing: packfile, new Packfile representation | Miguel Molina | 2018-07-26 | 6 | -158/+422 |
| * | plumbing, storage: integrate new index | Javi Fontan | 2018-07-26 | 2 | -9/+11 |
| * | plumbing/idxfile: index is created only once and retrieved with Index | Javi Fontan | 2018-07-26 | 2 | -35/+70 |
| * | plumbing/idxfile: add offset/hash mapping to index | Javi Fontan | 2018-07-26 | 1 | -0/+51 |
| * | plumbing/idxfile: fix bug searching in MemoryIndex | Javi Fontan | 2018-07-26 | 1 | -2/+2 |
| * | plumbing/packfile: preallocate memory in PatchDelta | Javi Fontan | 2018-07-26 | 1 | -1/+1 |
| * | plumbing/idxfile: support offset64 generating indexes | Javi Fontan | 2018-07-26 | 2 | -5/+65 |
| * | plumbing/idxfile: use Entry to hold object data | Javi Fontan | 2018-07-26 | 1 | -16/+11 |
| * | plumbing: idxfile, add idxfile.Writer with Observer interface | Javi Fontan | 2018-07-26 | 1 | -0/+132 |
| * | plumbing/packfile: disable lookup by offset | Javi Fontan | 2018-07-26 | 1 | -8/+9 |
| * | plumbing/packfile: add new packfile parser | Javi Fontan | 2018-07-26 | 2 | -0/+498 |
| * | plumbing/format/idxfile: add new Index and MemoryIndex | Miguel Molina | 2018-07-19 | 8 | -339/+483 |
* | | plumbing/object: fix pgp signature encoder/decoder | Javi Fontan | 2018-07-18 | 2 | -18/+45 |
|/ |
|
* | Merge pull request #885 from jsravn/findentry-return-file-not-found | Máximo Cuadros | 2018-07-16 | 2 | -3/+8 |
|\ |
|
| * | plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883 | James Ravn | 2018-07-10 | 2 | -3/+8 |