Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unused attribute (leftover). | Carlos Cobo | 2015-06-04 | 1 | -2/+1 |
| | |||||
* | Refactor out ReadAll, use custom Reader instead. | Carlos Cobo | 2015-05-20 | 1 | -19/+39 |
| | | | | We don't want to read all packfiles to memory, working with a stream is enough. | ||||
* | Fix typos. | Carlos Cobo | 2015-05-20 | 3 | -4/+4 |
| | |||||
* | Fixes #50. | Carlos Cobo | 2015-05-20 | 2 | -153/+103 |
| | | | | Revamped PackfileReader internals, no longer using a give back buffer. | ||||
* | Reduce allocs in packfile reader. | Toni Cárdenas | 2015-05-19 | 1 | -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 renamed | Máximo Cuadros Ortiz | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | some refactor in folders and crawler | Máximo Cuadros Ortiz | 2015-04-06 | 13 | -0/+1542 |