| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | all: simplification | ferhat elmas | 2017-11-29 | 8 | -41/+15 |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 9 | -13/+11 |
* | format: packfile fix DecodeObjectAt when Decoder has type | Máximo Cuadros | 2017-11-19 | 2 | -4/+29 |
* | Merge pull request #631 from keybase/strib/use-bytes-pool-for-diffs | Máximo Cuadros | 2017-10-31 | 1 | -4/+13 |
|\ |
|
| * | packfile: use buffer pool for diffs | Jeremy Stribling | 2017-10-30 | 1 | -4/+13 |
* | | packfile: delete index maps from memory when no longer needed | Jeremy Stribling | 2017-10-30 | 1 | -0/+6 |
|/ |
|
* | config: support a configurable, and turn-off-able, pack.window | Jeremy Stribling | 2017-09-11 | 5 | -37/+89 |
* | plumbing/index: fix TestEncode in go 1.9 | Máximo Cuadros | 2017-09-07 | 1 | -1/+2 |
* | packfile: small optimizations for findMatch and matchLength | Miguel Molina | 2017-09-07 | 2 | -16/+38 |
* | packfile: parallelize deltification of objects in groups | Miguel Molina | 2017-09-07 | 2 | -21/+31 |
* | packfile: use a modified version of JGit DeltaIndex and DeltaIndexScanner | Miguel Molina | 2017-09-06 | 3 | -40/+286 |
* | packfile: slightly haster hash function for chunk-offset index key | Miguel Molina | 2017-09-06 | 2 | -11/+32 |
* | packfile: reuse delta indexes when possible | Miguel Molina | 2017-09-06 | 3 | -10/+22 |
* | packfile: improve performance a little by reducing gc pressure | Miguel Molina | 2017-09-04 | 4 | -6/+33 |
* | plumbing: use sliding window in delta calculations, like git CL | Jeremy Stribling | 2017-08-28 | 2 | -1/+23 |
* | *: windows support, some more fixes (2) (#536) | Manuel Carmona | 2017-08-07 | 1 | -0/+7 |
* | Merge pull request #501 from smola/config-multiple-urls | Máximo Cuadros | 2017-08-02 | 5 | -13/+103 |
|\ |
|
| * | config: preserve option order on config marshalling | Santiago M. Mola | 2017-08-01 | 5 | -12/+71 |
| * | format/config: add GoString | Santiago M. Mola | 2017-08-01 | 2 | -1/+32 |
* | | plumbing: add IsDelta method to ObjectType | Santiago M. Mola | 2017-07-27 | 1 | -6/+2 |
* | | storage: reuse deltas from packfiles | Santiago M. Mola | 2017-07-27 | 5 | -98/+293 |
* | | test: improve packfile.Encoder tests | Santiago M. Mola | 2017-07-27 | 1 | -54/+68 |
|/ |
|
* | storage/filesystem: reuse delta cache | Santiago M. Mola | 2017-07-27 | 1 | -10/+22 |
* | plumbing/cache: use more explicit interface | Santiago M. Mola | 2017-07-27 | 1 | -7/+6 |
* | format: idxfile, support for >2Gb packfiles | Máximo Cuadros | 2017-07-27 | 4 | -1/+106 |
* | packfile: create packfile.Index and reuse it | Santiago M. Mola | 2017-07-26 | 9 | -93/+292 |
* | Merge pull request #491 from smola/error-checks | Máximo Cuadros | 2017-07-19 | 2 | -21/+22 |
|\ |
|
| * | packfile: check close error in UpdateObjectStorage | Santiago M. Mola | 2017-07-19 | 1 | -8/+14 |
| * | packfile: check zlib reader closing error | Santiago M. Mola | 2017-07-19 | 1 | -13/+8 |
* | | Merge pull request #493 from src-d/windows | Máximo Cuadros | 2017-07-19 | 1 | -1/+7 |
|\ \ |
|
| * | | plumbing: format config, escape back slash | Máximo Cuadros | 2017-07-19 | 2 | -4/+2 |
| * | | worktree: commit, use path package instead of filepath | Máximo Cuadros | 2017-07-19 | 2 | -2/+10 |
| |/ |
|
* / | packfile: Avoid panics patching corrupted deltas | Antonio Jesus Navarro Perez | 2017-07-19 | 2 | -16/+85 |
|/ |
|
* | Use buffered IO for decoding index files. | JP Sugarbroad | 2017-07-10 | 1 | -2/+3 |
* | plumbing: gitignore, upgrade to go-billy.v3 and test with gocheck | Máximo Cuadros | 2017-06-19 | 4 | -218/+199 |
* | Merge pull request #429 from silvertern/gitignore | Máximo Cuadros | 2017-06-19 | 7 | -0/+676 |
|\ |
|
| * | Adds gitignore support | Oleg Sklyar | 2017-06-19 | 7 | -0/+676 |
* | | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -1/+1 |
* | | fix gofmt | Santiago M. Mola | 2017-06-13 | 2 | -2/+4 |
|/ |
|