aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* packfile: improve performance a little by reducing gc pressureMiguel Molina2017-09-044-6/+33
* Add sideband support for pushOri Rawlings2017-09-013-2/+33
* plumbing: use sliding window in delta calculations, like git CLJeremy Stribling2017-08-282-1/+23
* Merge pull request #554 from strib/strib/fix-win-cmd-lookupMáximo Cuadros2017-08-282-2/+2
|\
| * plumbing: use LookPath instead of Stat to fix Windows executablesJeremy Stribling2017-08-272-2/+2
* | plumbing: use `seen` map in tree walkerJeremy Stribling2017-08-275-11/+43
|/
* grammar correctionZach Gershman2017-08-241-1/+1
* packp: fixed encoding when HEAD is not a valid refManuel Carmona2017-08-182-38/+56
* fix race condition on ObjectLRUMiguel Molina2017-08-112-0/+39
* Merge pull request #540 from mcarmonaa/fix/git-transport-windows-testMáximo Cuadros2017-08-101-0/+6
|\
| * skipped receive_pack_test for git transport in windowsManuel Carmona2017-08-101-0/+6
* | Avoid using user.Current()Kim, Hirokuni2017-08-081-6/+20
|/
* *: windows support, some more fixes (2) (#536)Manuel Carmona2017-08-074-1/+29
* Merge pull request #527 from strib/win-pack-cmdsMáximo Cuadros2017-08-042-2/+75
|\
| * plumbing: fix pack commands for the file client on WindowsJeremy Stribling2017-08-032-2/+75
* | *: windows support, some more fixes (#533)Manuel Carmona2017-08-032-1/+2
* | Merge pull request #531 from mcuadros/ref-nameMáximo Cuadros2017-08-022-24/+24
|\ \
| * | plumbing: moved `Reference.Is*` methods to `ReferenceName.Is*`Máximo Cuadros2017-08-022-24/+24
| |/
* | Merge pull request #501 from smola/config-multiple-urlsMáximo Cuadros2017-08-025-13/+103
|\ \ | |/ |/|
| * config: preserve option order on config marshallingSantiago M. Mola2017-08-015-12/+71
| * format/config: add GoStringSantiago M. Mola2017-08-012-1/+32
* | transport: fix ssh override config, fixes #519v4.0.0-rc13Máximo Cuadros2017-07-282-5/+40
* | Merge pull request #516 from smola/revlist-perfMáximo Cuadros2017-07-281-1/+28
|\ \
| * | revlist: ignore all objects reachable from ignored objectsSantiago M. Mola2017-07-271-1/+28
* | | plumbing: add IsDelta method to ObjectTypeSantiago M. Mola2017-07-272-6/+8
* | | storage: reuse deltas from packfilesSantiago M. Mola2017-07-277-98/+312
* | | test: improve packfile.Encoder testsSantiago M. Mola2017-07-271-54/+68
| |/ |/|
* | plumbing/cache: change FIFO to LRU cacheSantiago M. Mola2017-07-273-90/+93
* | storage/filesystem: reuse delta cacheSantiago M. Mola2017-07-271-10/+22
* | plumbing/cache: use more explicit interfaceSantiago M. Mola2017-07-274-26/+44
|/
* format: idxfile, support for >2Gb packfilesMáximo Cuadros2017-07-274-1/+106
* packfile: create packfile.Index and reuse itSantiago M. Mola2017-07-269-93/+292
* transport: context package supportMáximo Cuadros2017-07-2511-39/+187
* Merge pull request #491 from smola/error-checksMáximo Cuadros2017-07-192-21/+22
|\
| * packfile: check close error in UpdateObjectStorageSantiago M. Mola2017-07-191-8/+14
| * packfile: check zlib reader closing errorSantiago M. Mola2017-07-191-13/+8
* | Merge pull request #493 from src-d/windowsMáximo Cuadros2017-07-193-3/+11
|\ \
| * | plumbing: transport server, remove letfoverMáximo Cuadros2017-07-191-3/+0
| * | plumbing: format config, escape back slashMáximo Cuadros2017-07-192-4/+2
| * | worktree: commit, use path package instead of filepathMáximo Cuadros2017-07-192-2/+10
| * | plumbing: transport git fix test on windowsMáximo Cuadros2017-07-181-1/+3
| * | plumbing: server, fix loader in windowsMáximo Cuadros2017-07-181-1/+4
| |/
* | Merge pull request #492 from ajnavarro/fix/panic-in-invalid-deltaMáximo Cuadros2017-07-192-16/+85
|\ \
| * | packfile: Avoid panics patching corrupted deltasAntonio Jesus Navarro Perez2017-07-192-16/+85
| |/
* | repository: allow push from shallow repositoriesMáximo Cuadros2017-07-192-43/+24
* | plumbing: object, allow ignore commits in commit walkersMáximo Cuadros2017-07-182-16/+105
|/
* Merge pull request #473 from taralx/patch-1Máximo Cuadros2017-07-131-2/+3
|\
| * Use buffered IO for decoding index files.JP Sugarbroad2017-07-101-2/+3
* | Merge pull request #475 from mcuadros/fix-ackMáximo Cuadros2017-07-122-23/+42
|\ \
| * | plumbing: protocol, fix handling multiple ACK on upload-packMáximo Cuadros2017-07-122-23/+42