| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 11 | -1158/+491 |
* | 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 | 5 | -154/+418 |
* | 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 |
* | packfile: optimise NewIndexFromIdxFile for a very common case | David Symonds | 2018-06-21 | 1 | -2/+12 |
* | plumbing: packfile, Don't push empty objects. Fixes #840 | kuba-- | 2018-06-07 | 2 | -4/+19 |
* | 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 |
* | | 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 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 2 | -4/+4 |
* | *: skip time consuming tests | Máximo Cuadros | 2018-03-21 | 1 | -0/+9 |
* | Merge pull request #739 from mcuadros/add | Máximo Cuadros | 2018-02-28 | 3 | -0/+255 |
|\ |
|
| * | plumbing: format index, Index.Add and Index.Glob methods | Máximo Cuadros | 2018-02-26 | 3 | -0/+255 |
* | | add test for crashing diff | Mechiel Lukkien | 2018-02-16 | 1 | -0/+37 |
* | | fix crash when generating a unified diff with a small ending equal-chunk | Mechiel Lukkien | 2018-02-14 | 1 | -2/+6 |
* | | plumbing: format/packfile, add SaveOriginalMetadata function | Javi Fontan | 2018-02-09 | 2 | -5/+9 |
* | | plumbing: format/packfile, fix panic retrieving object hash. | Javi Fontan | 2018-02-09 | 3 | -4/+10 |
|/ |
|
* | plumbing: format/packfile, check nil objects in ObjectToPack | Javi Fontan | 2018-01-25 | 2 | -8/+12 |
* | plumbing: format/packfile, fix crash with cycle deltas | Javi Fontan | 2018-01-24 | 4 | -1/+51 |
* | plumbing: packfile, Add crc check to scanner test. | Javi Fontan | 2018-01-21 | 1 | -4/+75 |
* | plumbing: packfile, Add a buffer to crc writer. | Javi Fontan | 2018-01-21 | 1 | -9/+31 |
* | Modify cache to delete more than one item to free space | Javi Fontan | 2018-01-16 | 1 | -0/+2 |
* | Clean reconstructed objects outside pack window | Javi Fontan | 2018-01-11 | 1 | -13/+19 |
* | fix typo | Wells Johnston | 2018-01-08 | 1 | -1/+1 |
* | Merge pull request #698 from jfontan/improvement/use-decoder-cache | Máximo Cuadros | 2017-12-20 | 2 | -17/+39 |
|\ |
|
| * | Make DeltaBaseCache private | Javi Fontan | 2017-12-20 | 1 | -6/+13 |
| * | Fix typo and documentation of NewDecoderForType | Javi Fontan | 2017-12-20 | 1 | -3/+3 |
| * | Enforce the use of cache in packfile decoder | Javi Fontan | 2017-12-20 | 2 | -12/+27 |
* | | Improve delta reutilization | Antonio Jesus Navarro Perez | 2017-12-20 | 5 | -29/+152 |
|/ |
|
* | format: diff, remove error when two files are empty, submodules are simply ig... | Máximo Cuadros | 2017-12-07 | 2 | -5/+2 |
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 3 | -3/+3 |