Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Functions in core.ObjectStorage interface now return an error | Joshua Sjoding | 2016-02-16 | 6 | -41/+62 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into generic-object-storage | Joshua Sjoding | 2016-02-15 | 8 | -69/+75 |
|\ | |||||
| * | core.Type stringer improved | Máximo Cuadros | 2016-02-15 | 1 | -1/+7 |
| | | |||||
| * | clients: skip ssh test when SSH_AUTH_SOCK is not present | Máximo Cuadros | 2016-02-13 | 2 | -10/+16 |
| | | |||||
| * | clients: cleanup | Máximo Cuadros | 2016-02-11 | 1 | -17/+10 |
| | | |||||
| * | Merge branch 'master' of github.com:src-d/go-git | Máximo Cuadros | 2016-02-11 | 2 | -12/+38 |
| |\ | |||||
| * | | clients: removing url from the clients constructor | Máximo Cuadros | 2016-02-11 | 6 | -46/+47 |
| | | | |||||
* | | | ObjectLookupIter.Next() now returns ObjectNotFoundErr when appropriate | Joshua Sjoding | 2016-02-15 | 1 | -3/+9 |
| | | | |||||
* | | | Added tests for CommitIter | Joshua Sjoding | 2016-02-15 | 1 | -7/+87 |
| | | | |||||
* | | | Renamed ObjectStorage.IterType() to Iter() and improved documentation for ↵ | Joshua Sjoding | 2016-02-15 | 2 | -6/+15 |
| | | | | | | | | | | | | object iterators | ||||
* | | | Merge remote-tracking branch 'upstream/master' into generic-object-storage | Joshua Sjoding | 2016-02-01 | 5 | -16/+116 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #18 from ivanfoo/master | Máximo Cuadros | 2016-01-27 | 1 | -1/+4 |
| |\ \ | | | | | | | | | added default shell to makefile | ||||
| | * | | 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. | ||||
* | | Renamed ObjectStorage Iter function to IterType | Joshua Sjoding | 2016-02-01 | 2 | -3/+3 |
| | | |||||
* | | Repository now works against the generic ObjectStore interface | Joshua Sjoding | 2016-01-23 | 5 | -65/+122 |
|/ | |||||
* | 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 |
| |