| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | .travis CI with multiple git versions | Máximo Cuadros | 2016-12-15 | 2 | -5/+35 |
* | protocol/packp: use ReferenceName type for Command.Name. (#187) | Santiago M. Mola | 2016-12-15 | 4 | -24/+27 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 64 | -771/+974 |
* | packfile: improve delta copy operation encoding code (#186) | Antonio Navarro Perez | 2016-12-14 | 1 | -31/+13 |
* | format/packfile: implement delta encoding (#172) | Antonio Navarro Perez | 2016-12-14 | 7 | -25/+352 |
* | readme and log example (#181) | Máximo Cuadros | 2016-12-13 | 2 | -133/+79 |
* | transport/git: fix pktline encode and timeout | Máximo Cuadros | 2016-12-12 | 1 | -8/+3 |
* | plumbing/transport/git: fix import (#179) | Santiago M. Mola | 2016-12-12 | 1 | -1/+1 |
* | config: Config, bare flag (#177) | Máximo Cuadros | 2016-12-12 | 5 | -16/+86 |
* | transport: new git protocol (#175) | Máximo Cuadros | 2016-12-12 | 10 | -37/+272 |
* | examples: review, testing and documentation (#176) | Máximo Cuadros | 2016-12-12 | 13 | -543/+293 |
* | fixtures: fix empty repository fixture .git (#171) | Santiago M. Mola | 2016-12-12 | 1 | -1/+1 |
* | packfile: delta diff implementation (#159) | Antonio Navarro Perez | 2016-12-09 | 4 | -0/+637 |
* | Update LICENSE (#174) | Sergio Arbeo | 2016-12-09 | 1 | -1/+1 |
* | transport: add git-send-pack support to local/ssh. (#163) | Santiago M. Mola | 2016-12-09 | 19 | -62/+692 |
* | packp/capability: trim spaces on capabilities decode. (#170) | Santiago M. Mola | 2016-12-09 | 2 | -0/+14 |
* | fixtures: always returna a new directory with DotGit. (#169) | Santiago M. Mola | 2016-12-08 | 1 | -9/+6 |
* | plumbing/transport: allow AdvertisedReferences being called multiple times. (... | Santiago M. Mola | 2016-12-08 | 5 | -31/+23 |
* | config: support delete refspecs (IsDelete). (#166) | Santiago M. Mola | 2016-12-08 | 2 | -1/+37 |
* | repository: Ref -> Reference; Refs -> References. (#168) | Santiago M. Mola | 2016-12-08 | 3 | -27/+30 |
* | remote: fix Connect, returned nil error on failure. (#167) | Santiago M. Mola | 2016-12-08 | 2 | -1/+8 |
* | remote: sideband support (#164) | Máximo Cuadros | 2016-12-07 | 11 | -76/+139 |
* | revision based on goreportcard.com | Máximo Cuadros | 2016-12-06 | 18 | -21/+23 |
* | repository: fix test setting global config | Máximo Cuadros | 2016-12-06 | 2 | -4/+3 |
* | protocol/packp: add report status message. (#162) | Santiago M. Mola | 2016-12-06 | 4 | -4/+402 |
* | protocol/packp: UploadPackResponse implementation (#161) | Máximo Cuadros | 2016-12-06 | 17 | -67/+580 |
* | transport/internal: error handling fixes and clean up (#160) | Santiago M. Mola | 2016-12-06 | 6 | -58/+175 |
* | plumbing/protocol: paktp avoid duplication of haves, wants and shallow (#158) | Máximo Cuadros | 2016-12-05 | 6 | -42/+164 |
* | protocol/packp: add reference update request encoder. (#147) | Santiago M. Mola | 2016-12-05 | 7 | -0/+759 |
* | protocol/packp: improve AdvRefs tests (#157) | Santiago M. Mola | 2016-12-05 | 3 | -32/+12 |
* | BaseSuite improvements, usage of file:// proto | Máximo Cuadros | 2016-12-02 | 13 | -541/+379 |
* | capabilities: full integration (#151) | Máximo Cuadros | 2016-12-01 | 17 | -102/+478 |
* | capability: support empty input on Decode. (#153) | Santiago M. Mola | 2016-11-30 | 4 | -8/+11 |
* | protocol/packp: sideband muxer and demuxer (#143) | Máximo Cuadros | 2016-11-30 | 6 | -0/+466 |
* | format/pktline: fix readPayloadLen err handling (#148) | Máximo Cuadros | 2016-11-30 | 2 | -3/+15 |
* | file: return error on File.Contents() if reader fails (#150) | Santiago M. Mola | 2016-11-30 | 1 | -1/+3 |
* | protocol/packp: capabilities new Capability entity and List struct, test impr... | Máximo Cuadros | 2016-11-29 | 22 | -474/+819 |
* | transport: add local transport (#145) | Santiago M. Mola | 2016-11-29 | 12 | -333/+484 |
* | travis: in PR unset SSH_AUTH_SOCK -> skip ssh tests. (#146) | Santiago M. Mola | 2016-11-28 | 1 | -0/+1 |
* | storage: filesystem, clean close when the packfile is not used (#140) | Máximo Cuadros | 2016-11-28 | 2 | -14/+65 |
* | remove old types from transport and use packp (#142) | Santiago M. Mola | 2016-11-28 | 27 | -532/+465 |
* | move: format/packp -> protocol/packp (#141) | Santiago M. Mola | 2016-11-25 | 27 | -523/+482 |
* | rev-list command implementation for objects (#135) | Antonio Navarro Perez | 2016-11-25 | 2 | -0/+270 |
* | plumbing/transport: add common tests and fixes. (#136) | Santiago M. Mola | 2016-11-25 | 17 | -240/+512 |
* | mv difftree/internal/radixmerkle to difftre/internal/merkletrie (#138) | Alberto Cortés | 2016-11-24 | 9 | -0/+0 |
* | plumbing/packfile: PACK encoder (#131) | Antonio Navarro Perez | 2016-11-24 | 4 | -15/+272 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 36 | -1402/+1523 |
* | difftree: merkletrie internal package with iterator (#133) | Alberto Cortés | 2016-11-23 | 9 | -0/+1004 |
* | plumbing: format, packfile fix issue #129, related #124, and documentation im... | Máximo Cuadros | 2016-11-23 | 2 | -51/+154 |
* | utils: fs, memory fix read offset | Máximo Cuadros | 2016-11-20 | 2 | -1/+23 |