aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/memory.go
Commit message (Collapse)AuthorAgeFilesLines
* minor grammatical fixesJon Eskin2022-09-221-2/+2
|
* memoryobject: make blob reader seekableKane York2020-07-061-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 representationMiguel Molina2018-07-261-4/+4
| | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
* plumbing: MemoryObject.Writer tracks his own sizeMáximo Cuadros2017-05-041-0/+2
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+59
* plumbing: now core was renamed to core, and formats and clients moved inside