| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | config: support a configurable, and turn-off-able, pack.window | Jeremy Stribling | 2017-09-11 | 7 | -39/+92 |
|/ / |
|
* | | revert: revlist: do not revisit already visited ancestors | Miguel Molina | 2017-09-08 | 1 | -17/+3 |
* | | 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 |
* | | revlist: do not visit again already visited parents | Miguel Molina | 2017-09-05 | 1 | -11/+38 |
* | | packfile: improve performance a little by reducing gc pressure | Miguel Molina | 2017-09-04 | 4 | -6/+33 |
* | | Add sideband support for push | Ori Rawlings | 2017-09-01 | 3 | -2/+33 |
* | | plumbing: use sliding window in delta calculations, like git CL | Jeremy Stribling | 2017-08-28 | 2 | -1/+23 |
* | | Merge pull request #554 from strib/strib/fix-win-cmd-lookup | Máximo Cuadros | 2017-08-28 | 2 | -2/+2 |
|\ \ |
|
| * | | plumbing: use LookPath instead of Stat to fix Windows executables | Jeremy Stribling | 2017-08-27 | 2 | -2/+2 |
* | | | plumbing: use `seen` map in tree walker | Jeremy Stribling | 2017-08-27 | 5 | -11/+43 |
|/ / |
|
* | | grammar correction | Zach Gershman | 2017-08-24 | 1 | -1/+1 |
* | | packp: fixed encoding when HEAD is not a valid ref | Manuel Carmona | 2017-08-18 | 2 | -38/+56 |
* | | fix race condition on ObjectLRU | Miguel Molina | 2017-08-11 | 2 | -0/+39 |
* | | Merge pull request #540 from mcarmonaa/fix/git-transport-windows-test | Máximo Cuadros | 2017-08-10 | 1 | -0/+6 |
|\ \ |
|
| * | | skipped receive_pack_test for git transport in windows | Manuel Carmona | 2017-08-10 | 1 | -0/+6 |
* | | | Avoid using user.Current() | Kim, Hirokuni | 2017-08-08 | 1 | -6/+20 |
|/ / |
|
* | | *: windows support, some more fixes (2) (#536) | Manuel Carmona | 2017-08-07 | 4 | -1/+29 |
* | | Merge pull request #527 from strib/win-pack-cmds | Máximo Cuadros | 2017-08-04 | 2 | -2/+75 |
|\ \
| |/
|/| |
|
| * | plumbing: fix pack commands for the file client on Windows | Jeremy Stribling | 2017-08-03 | 2 | -2/+75 |
* | | *: windows support, some more fixes (#533) | Manuel Carmona | 2017-08-03 | 2 | -1/+2 |
* | | Merge pull request #531 from mcuadros/ref-name | Máximo Cuadros | 2017-08-02 | 2 | -24/+24 |
|\ \ |
|
| * | | plumbing: moved `Reference.Is*` methods to `ReferenceName.Is*` | Máximo Cuadros | 2017-08-02 | 2 | -24/+24 |
| |/ |
|
* | | 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 |
* | | transport: fix ssh override config, fixes #519v4.0.0-rc13 | Máximo Cuadros | 2017-07-28 | 2 | -5/+40 |
* | | Merge pull request #516 from smola/revlist-perf | Máximo Cuadros | 2017-07-28 | 1 | -1/+28 |
|\ \ |
|
| * | | revlist: ignore all objects reachable from ignored objects | Santiago M. Mola | 2017-07-27 | 1 | -1/+28 |
* | | | plumbing: add IsDelta method to ObjectType | Santiago M. Mola | 2017-07-27 | 2 | -6/+8 |
* | | | storage: reuse deltas from packfiles | Santiago M. Mola | 2017-07-27 | 7 | -98/+312 |
* | | | test: improve packfile.Encoder tests | Santiago M. Mola | 2017-07-27 | 1 | -54/+68 |
| |/
|/| |
|
* | | plumbing/cache: change FIFO to LRU cache | Santiago M. Mola | 2017-07-27 | 3 | -90/+93 |
* | | 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 | 4 | -26/+44 |
|/ |
|
* | 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 |
* | transport: context package support | Máximo Cuadros | 2017-07-25 | 11 | -39/+187 |
* | 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 | 3 | -3/+11 |
|\ \ |
|
| * | | plumbing: transport server, remove letfover | Máximo Cuadros | 2017-07-19 | 1 | -3/+0 |
| * | | 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 |
| * | | plumbing: transport git fix test on windows | Máximo Cuadros | 2017-07-18 | 1 | -1/+3 |