Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memoryobject: make blob reader seekable | Kane York | 2020-07-06 | 1 | -3/+14 |
| | | | | Replace the bytes.Buffer with a bytes.Reader wrapped in a custom NopCloser, so that the extra reading methods are sill accessible. | ||||
* | plumbing: packfile, new Packfile representation | Miguel Molina | 2018-07-26 | 1 | -4/+4 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing: MemoryObject.Writer tracks his own size | Máximo Cuadros | 2017-05-04 | 1 | -0/+2 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -0/+59 |
* plumbing: now core was renamed to core, and formats and clients moved inside |