Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added default shell to makefile | ivanfoo | 2016-01-27 | 1 | -1/+4 |
| | | | | changed if to a more standard syntax | ||||
* | ci | Máximo Cuadros | 2016-01-27 | 2 | -12/+35 |
| | |||||
* | Merge pull request #17 from alcortesm/fix-zlib-invalid-headerv2.1.3 | Máximo Cuadros | 2016-01-27 | 2 | -3/+70 |
|\ | | | | | fix zlib invalid header error | ||||
| * | fix zlib invalid header error | Alberto Cortés | 2016-01-27 | 2 | -3/+70 |
|/ | | | | | The return value of reads to the packfile were being ignored, so zlib was getting invalid data on it read buffers. | ||||
* | Merge pull request #16 from alcortesm/speedup-packfile-reading | Máximo Cuadros | 2016-01-26 | 2 | -1/+8 |
|\ | | | | | Speed up packfile reading | ||||
| * | Speed up packfile reading | Alberto Cortés | 2016-01-26 | 2 | -1/+8 |
|/ | | | | | By adding a bufio to the trackingReader, otherwise most of the time is spent in syscalls for small reads to the packfile. | ||||
* | Merge pull request #15 from alcortesm/performance-increase-for-big-repos | Máximo Cuadros | 2016-01-21 | 2 | -12/+14 |
|\ | | | | | Performance increase for big repos | ||||
| * | performance increase for repos with many files and directories | Alberto Cortés | 2016-01-21 | 2 | -12/+14 |
| | | |||||
* | | Merge pull request #14 from alcortesm/fix-file-iterator-gorutine-leak | Máximo Cuadros | 2016-01-21 | 3 | -10/+217 |
|\ \ | | | | | | | Fix commit.File() gorutine leak | ||||
| * | | Readability improvements | Alberto Cortés | 2016-01-21 | 1 | -2/+4 |
| |/ | |||||
| * | Fix commit.File() gorutine leak | Alberto Cortés | 2016-01-21 | 3 | -10/+215 |
|/ | | | | | | | | | | | | Commit.File() was leaking a goroutine because it was looping over an iterator without closing its channel. Now commit.File() calls the new Tree.File() method that searches the file in the repository by trasversing the dir tree instead of using the tree.Files() iterator. This not only prevent the goroutine leak, but also speeds up file searching. | ||||
* | Merge pull request #12 from alcortesm/hotfix-close-packfilev2.1.2 | Máximo Cuadros | 2016-01-11 | 3 | -3/+13 |
|\ | | | | | missing call to Close on Fetch return value (ReadCloser) | ||||
| * | missing call to Close on Fetch return value (ReadCloser) | Alberto Cortés | 2016-01-11 | 3 | -3/+13 |
|/ | |||||
* | Merge pull request #11 from alcortesm/ignore-submodulesv2.1.1 | Máximo Cuadros | 2016-01-08 | 2 | -1/+34 |
|\ | | | | | Ignore submodule dirs (empty directories without associated object) | ||||
| * | Ignore submodule dirs (empty directories without associated object), add ↵ | Alberto Cortés | 2016-01-08 | 2 | -1/+34 |
|/ | | | | empty dir test | ||||
* | Merge pull request #10 from alcortesm/file-clientv2.1.0 | Máximo Cuadros | 2015-12-23 | 7 | -27/+180 |
|\ | | | | | Adds external protocol insertion for the clients and protocol selection based on the scheme | ||||
| * | Add install protocols capabilities to GitUploadPackService | Alberto Cortés | 2015-12-17 | 8 | -71/+136 |
| | | |||||
| * | Add client selection based on repo URL scheme | Alberto Cortés | 2015-12-16 | 3 | -2/+90 |
|/ | |||||
* | master version | Máximo Cuadros | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #9 from mcuadros/blame-cleanupv2.0.0 | Máximo Cuadros | 2015-12-12 | 11 | -196/+132 |
|\ | | | | | blame code reorganization, and mutting the test | ||||
| * | blame code reorganization, and mutting the test | Máximo Cuadros | 2015-12-12 | 11 | -196/+132 |
|/ | |||||
* | Merge pull request #7 from alcortesm/blame | Máximo Cuadros | 2015-12-11 | 17 | -12/+2101 |
|\ | | | | | Blame | ||||
| * | Extra fixes for #7 | Alberto Cortés | 2015-12-11 | 2 | -13/+12 |
| | | |||||
| * | fix PR#7 comments | Alberto Cortés | 2015-12-04 | 14 | -621/+686 |
| | | |||||
| * | Blame support for files | Alberto Cortés | 2015-11-25 | 12 | -1/+2026 |
| | | | | | | | | | | | | | | | | This also includes a diff package and revlist package (needed by blame) Some extra packfiles (<1MB) are also included, to be used as fixtures in the tests. | ||||
* | | Merge pull request #6 from klaidliadon/v2.0.0 | Máximo Cuadros | 2015-11-23 | 2 | -6/+26 |
|\ \ | |/ |/| | Timezone fixes | ||||
| * | Timezone fixes | Alex Guerrieri | 2015-11-23 | 2 | -6/+26 |
|/ | |||||
* | Merge pull request #5 from alcortesm/ssh | Máximo Cuadros | 2015-11-17 | 5 | -1/+670 |
|\ | | | | | Ssh client for go-git | ||||
| * | travis update: crypt was included in 1.4 | Alberto Cortés | 2015-11-17 | 1 | -1/+0 |
| | | |||||
| * | ssh client | Alberto Cortés | 2015-11-17 | 4 | -0/+670 |
| | | |||||
* | | iters: add IsClosed field, fixes #4 | Máximo Cuadros | 2015-11-17 | 3 | -1/+39 |
| | | |||||
* | | client/common: fix empty panic on set at empty capability | Máximo Cuadros | 2015-11-17 | 2 | -1/+11 |
|/ | |||||
* | common: GitUploadPackRequest Want, Have methods | Máximo Cuadros | 2015-11-10 | 5 | -27/+31 |
| | |||||
* | core: erros making public the inner error | Máximo Cuadros | 2015-11-07 | 1 | -6/+6 |
| | |||||
* | clients: GitUploadPackInfo head change | Máximo Cuadros | 2015-11-05 | 5 | -15/+29 |
| | |||||
* | clients: new AuthMethod and ConnectWithAuth | Máximo Cuadros | 2015-11-05 | 11 | -18/+152 |
| | |||||
* | remote: info method | Máximo Cuadros | 2015-11-05 | 1 | -1/+6 |
| | |||||
* | clients: capabilities improvement and info head | Máximo Cuadros | 2015-11-05 | 2 | -4/+23 |
| | |||||
* | clients: capabilities improvement | Máximo Cuadros | 2015-11-01 | 7 | -63/+95 |
| | |||||
* | internal -> core | Máximo Cuadros | 2015-10-31 | 20 | -128/+135 |
| | |||||
* | clients: Capabilities parsing improvement and GitUploadPackInfo encoding | Máximo Cuadros | 2015-10-31 | 4 | -21/+105 |
| | |||||
* | client: handly empty repositories | Máximo Cuadros | 2015-10-30 | 2 | -1/+18 |
| | |||||
* | clients: helpful error handling | Máximo Cuadros | 2015-10-28 | 4 | -8/+88 |
| | |||||
* | tree and commit | Máximo Cuadros | 2015-10-27 | 11 | -167/+447 |
| | |||||
* | repository | Máximo Cuadros | 2015-10-26 | 2 | -0/+83 |
| | |||||
* | objects: using readers from internal.Object | Máximo Cuadros | 2015-10-26 | 12 | -150/+202 |
| | |||||
* | formats/packfile: new reader API | Máximo Cuadros | 2015-10-25 | 13 | -372/+347 |
| | |||||
* | formats/packfile: new reader API (wip) | Máximo Cuadros | 2015-10-25 | 5 | -144/+209 |
| | |||||
* | formats/packfile: new reader API (wip) | Máximo Cuadros | 2015-10-25 | 4 | -176/+128 |
| | |||||
* | Merge branch 'v2.0.0' of github.com:src-d/go-git into v2.0.0 | Máximo Cuadros | 2015-10-25 | 0 | -0/+0 |
|\ |