| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNot... | Jerome Doucet | 2018-07-14 | 2 | -0/+83 |
* | | plumbing: add context to allow cancel on diff/patch computing | Marc Barussaud | 2018-07-02 | 7 | -9/+215 |
|/ |
|
* | packfile: optimise NewIndexFromIdxFile for a very common case | David Symonds | 2018-06-21 | 1 | -2/+12 |
* | plumbing/transport: http, Adds token authentication support [Fixes #858] | Eric Billingsley | 2018-06-08 | 2 | -0/+38 |
* | plumbing: packfile, Don't push empty objects. Fixes #840 | kuba-- | 2018-06-07 | 2 | -4/+19 |
* | plumbing: object, adds tree path cache to trees. Fixes #793 | Javi Fontan | 2018-06-06 | 1 | -1/+26 |
* | Merge pull request #846 from dsymonds/compact | Máximo Cuadros | 2018-06-06 | 2 | -23/+67 |
|\ |
|
| * | packfile: improve Index memory representation to be more compact | David Symonds | 2018-05-30 | 2 | -23/+67 |
* | | Remove println | Antonio Jesus Navarro Perez | 2018-06-05 | 1 | -1/+0 |
* | | idxfile: optimise allocations in readObjectNames | David Symonds | 2018-05-30 | 1 | -4/+4 |
|/ |
|
* | Worktree: Provide ability to add excludes (#825) | Alan D. Cabrera | 2018-05-11 | 2 | -7/+249 |
* | plumbing: format: pktline, Accept oversized pkt-lines up to 65524 bytes | Joseph Vusich | 2018-04-02 | 3 | -2/+19 |
* | Merge pull request #792 from ajnavarro/fix/support-no-symref-capability | Máximo Cuadros | 2018-04-02 | 2 | -9/+172 |
|\ |
|
| * | Resolve HEAD if symRefs capability is not supported | Antonio Jesus Navarro Perez | 2018-03-26 | 2 | -9/+172 |