aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* transport: http, fixes random failing test, #644Máximo Cuadros2017-11-201-60/+52
* Merge pull request #613 from darkowlzz/482-commit-statsMáximo Cuadros2017-11-083-0/+167
|\
| * Add Stats() to Patch and fix diffstat outputSunny2017-11-023-53/+130
| * Add Stats() to CommitSunny2017-11-022-0/+90
* | Updating reference to the git object modelAntonio Troina2017-11-071-1/+1
|/
* Merge pull request #631 from keybase/strib/use-bytes-pool-for-diffsMáximo Cuadros2017-10-311-4/+13
|\
| * packfile: use buffer pool for diffsJeremy Stribling2017-10-301-4/+13
* | packfile: delete index maps from memory when no longer neededJeremy Stribling2017-10-301-0/+6
|/
* Add support for signed commits (#616)Sunny2017-10-292-0/+69
* packp/capability: Skip argument validations for unknown capabilitiesOri Rawlings2017-10-233-11/+36
* Fixed SCP regexJ. Fernando Sánchez2017-09-282-2/+2
* Adds port to SCP EndpointsJ. Fernando Sánchez2017-09-282-3/+23
* revlist: do not revisit ancestors as long as all branches are visitedMiguel Molina2017-09-122-3/+84
* Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-masterMáximo Cuadros2017-09-123-11/+41
|\
| * plumbing: the commit walker can skip externally-seen commitsJeremy Stribling2017-09-093-11/+41
* | config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-117-39/+92
|/
* revert: revlist: do not revisit already visited ancestorsMiguel Molina2017-09-081-17/+3
* plumbing/index: fix TestEncode in go 1.9Máximo Cuadros2017-09-071-1/+2
* packfile: small optimizations for findMatch and matchLengthMiguel Molina2017-09-072-16/+38
* packfile: parallelize deltification of objects in groupsMiguel Molina2017-09-072-21/+31
* packfile: use a modified version of JGit DeltaIndex and DeltaIndexScannerMiguel Molina2017-09-063-40/+286
* packfile: slightly haster hash function for chunk-offset index keyMiguel Molina2017-09-062-11/+32
* packfile: reuse delta indexes when possibleMiguel Molina2017-09-063-10/+22
* revlist: do not visit again already visited parentsMiguel Molina2017-09-051-11/+38
* 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