aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* formats/packfile: new reader APIMáximo Cuadros2015-10-2513-372/+347
|
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-255-144/+209
|
* formats/packfile: new reader API (wip)Máximo Cuadros2015-10-254-176/+128
|
* Merge branch 'v2.0.0' of github.com:src-d/go-git into v2.0.0Máximo Cuadros2015-10-250-0/+0
|\
| * Merge pull request #2 from mcuadros/v2.0.0Máximo Cuadros2015-10-2315-393/+505
| |\ | | | | | | formats/packfile: cleanup and hash type
* | | formats/packfile: test improvementsMáximo Cuadros2015-10-253-11/+128
| |/ |/|
* | formats/packfile: cleanupMáximo Cuadros2015-10-238-101/+168
| |
* | Merge branch 'v2.0.0' of github.com:mcuadros/go-git into v2.0.0Máximo Cuadros2015-10-230-0/+0
|\|
| * Merge pull request #1 from mcuadros/v2.0.0Máximo Cuadros2015-10-230-0/+0
| |\ | | | | | | format/pktline: review and improving coverage
| | * fixing routesMáximo Cuadros2015-10-233-4/+4
| | |
* | | formats/packfile: type Hash instead of stringsMáximo Cuadros2015-10-2312-304/+349
|/ /
* / fixing routesMáximo Cuadros2015-10-234-5/+5
|/
* codecovMáximo Cuadros2015-10-231-1/+1
|
* format/pktline: review and improving coverageMáximo Cuadros2015-10-235-29/+67
|
* license and readmeMáximo Cuadros2015-10-232-0/+20
|
* travisMáximo Cuadros2015-10-231-1/+14
|
* clients and remote: fetch implementationMáximo Cuadros2015-10-239-194/+145
|
* update versionMáximo Cuadros2015-10-233-3/+4
|
* new remote abstractionMáximo Cuadros2015-10-233-0/+88
|
* clients: supporting diferent protocolsMáximo Cuadros2015-10-237-0/+331
|
* pathsv1.0.0Máximo Cuadros2015-10-223-6/+22
|
* travisMáximo Cuadros2015-10-221-0/+11
|
* org renameMáximo Cuadros2015-10-192-3/+3
|
* Remove duplicate NotFoundError and rename it to ErrNotFound (idiomatic)Carlos Cobo2015-10-151-9/+2
| | | | Error had to be defined in its own package to avoid import cycles.
* memory passed to NewGit(), changed git types nameAlex Guerrieri2015-10-142-9/+7
|
* Switch of repo sizeAlex Guerrieri2015-10-132-0/+10
|
* Extract GitHash functionAlex Guerrieri2015-10-064-19/+34
|
* Merge remote-tracking branch 'origin/dev'Daniel Ripollés2015-09-020-0/+0
|\
| * clients: allowing access to all the branchesMáximo Cuadros Ortiz2015-09-021-15/+37
| |
* | clients: allowing access to all the branchesMáximo Cuadros Ortiz2015-08-301-15/+37
|/
* Update importsFranky2015-08-171-1/+1
|
* vcs: using github.com/klauspost/compress/zlibMáximo Cuadros2015-07-291-1/+2
|
* Merge pull request #65 from toqueteos/repo-redirectsMáximo Cuadros2015-06-111-2/+1
|\ | | | | | | Update URLs for moved repositories
| * Unused attribute (leftover).Carlos Cobo2015-06-041-2/+1
| |
* | Remove not used zlib fragment.Carlos Cobo2015-06-041-16/+3
|/ | | | NewTree is called with the already deflated contents, there's no need to always fail creating a `zlib.NewReader` and waste memory with a new buffer we are just about to destroy.
* Refactor out ReadAll, use custom Reader instead.Carlos Cobo2015-05-201-19/+39
| | | | We don't want to read all packfiles to memory, working with a stream is enough.
* Fix typos.Carlos Cobo2015-05-203-4/+4
|
* Fixes #50.Carlos Cobo2015-05-202-153/+103
| | | | Revamped PackfileReader internals, no longer using a give back buffer.
* Reduce allocs in packfile reader.Toni Cárdenas2015-05-191-12/+24
| | | | | | This doesn't have a noticeable impact in performance for a single repo, but it may have for lots of repos due to GC overhead, as we are creating thousands of spurious objects per repo. More importantly, it was driving me crazy.
* project renamedMáximo Cuadros Ortiz2015-05-021-1/+1
|
* some refactor in folders and crawlerMáximo Cuadros Ortiz2015-04-0613-0/+1542