aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* plumbing: packfile, Add crc check to scanner test.Javi Fontan2018-01-211-4/+75
* plumbing: packfile, Add a buffer to crc writer.Javi Fontan2018-01-211-9/+31
* Test eviction of more than one objectJavi Fontan2018-01-161-0/+20
* Cache should hold objects the same size as MaxSizeJavi Fontan2018-01-161-1/+1
* Modify cache to delete more than one item to free spaceJavi Fontan2018-01-162-5/+3
* Clean reconstructed objects outside pack windowJavi Fontan2018-01-111-13/+19
* fix typoWells Johnston2018-01-081-1/+1
* Merge pull request #698 from jfontan/improvement/use-decoder-cacheMáximo Cuadros2017-12-205-58/+106
|\
| * Exercise NewObjectLRUDefault in testingJavi Fontan2017-12-201-41/+60
| * Make DeltaBaseCache privateJavi Fontan2017-12-201-6/+13
| * Fix typo and documentation of NewDecoderForTypeJavi Fontan2017-12-201-3/+3
| * Enforce the use of cache in packfile decoderJavi Fontan2017-12-204-12/+34
* | Improve delta reutilizationAntonio Jesus Navarro Perez2017-12-205-29/+152
|/
* plumbing: transport ssh, ssh_config implementationMáximo Cuadros2017-12-112-12/+107
* check .ssh/config for host and port overrides; fixes #629Robert Smith2017-12-091-0/+15
* format: diff, remove error when two files are empty, submodules are simply ig...Máximo Cuadros2017-12-072-5/+2
* object: patch, test patch on submodulesMáximo Cuadros2017-12-071-0/+44
* Ignore empty patches when calculating stats (fixes #654)Alexandr Krylovskiy2017-12-041-0/+5
* Fix revision solver for branch and tag (#660)Anthony HAMON2017-12-011-3/+3
* Merge pull request #672 from ferhatelmas/gofmt-sMáximo Cuadros2017-12-0110-10/+10
|\
| * all: gofmt -sferhat elmas2017-11-3010-10/+10
* | storer: separate loose and packed object mgmt into optional ifacesJeremy Stribling2017-11-292-36/+25
* | plumbing: add `HasEncodedObject` method to StorerJeremy Stribling2017-11-291-0/+9
* | Make object repacking more configurableTaru Karttunen2017-11-292-2/+7
* | Support for repacking objectsTaru Karttunen2017-11-292-0/+9
* | Address CI and move code aroundTaru Karttunen2017-11-291-2/+4
* | First pass of prune designTaru Karttunen2017-11-292-0/+27
* | filesystem: implement PackRefs()Jeremy Stribling2017-11-291-0/+2
|/
* all: simplificationferhat elmas2017-11-2915-71/+29
* dotgit: add CheckAndSetReference testsJeremy Stribling2017-11-281-0/+4
* Use optionally locking when updating refsTaru Karttunen2017-11-271-0/+1
* plumbing/transport: Fix truncated comment in EndpointOri Rawlings2017-11-271-1/+1
* all: fixes for ineffective assignferhat elmas2017-11-261-0/+1
* plumbing: object/{commit,tag}, encode method with sig optionalSunny2017-11-242-11/+14
* plumbing: object/tag, add signature verificationSunny2017-11-242-0/+94
* plumbing: object/tag, add PGPSignature supportSunny2017-11-242-1/+69
* Close http.Body reader when neededAntonio Jesus Navarro Perez2017-11-241-1/+3
* test: plumbing/object fix Commit.Verify testSunny2017-11-241-2/+3
* Merge pull request #653 from darkowlzz/verify-commitMáximo Cuadros2017-11-242-0/+95
|\
| * test: plumbing.object, add test for Commit.VerifySunny2017-11-231-0/+65
| * plumbing: object, add Commit.Verify methodSunny2017-11-231-0/+30
* | update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-2332-42/+37
* | plumbing/object: add test for finding tree entryferhat elmas2017-11-221-0/+37
* | plumbing/object: do not eat error on tree decodeferhat elmas2017-11-211-2/+2
|/
* transport: made public all the fields and standardize AuthMethodMáximo Cuadros2017-11-215-55/+59
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-2122-101/+82
* transport: converts Endpoint interface into a structMáximo Cuadros2017-11-212-167/+195
* transport: git and http, full mocked testsMáximo Cuadros2017-11-202-8/+7
* transport: git and http, full mocked testsMáximo Cuadros2017-11-206-243/+211
* transport: ssh, mocked SSH server, fixes #332Máximo Cuadros2017-11-201-16/+108