aboutsummaryrefslogtreecommitdiffstats
path: root/utils/binary/read.go
Commit message (Collapse)AuthorAgeFilesLines
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
|
* utils: binary reader, add ReadUntilFromBufioReader()Arran Walker2019-04-221-6/+12
| | | | Signed-off-by: Arran Walker <arran.walker@fiveturns.org>
* plumbing: format/index perf, buffered reads, reflection removalArran Walker2019-04-211-0/+9
| | | | | | | | | | Large performance increase by buffering reads. There were a few instances where binary.Read() would end up using reflection on &plumbing.Hash, rather than treating it as a byte slice. This has now been resolved. Signed-off-by: Arran Walker <arran.walker@fiveturns.org>
* format: idxfile, support for >2Gb packfilesMáximo Cuadros2017-07-271-1/+11
|
* format/diff: unified diff encoder and public APIAntonio Jesus Navarro Perez2017-05-231-0/+31
| | | | | | | | | - Added Patch interface - Added a Unified Diff encoder from Patches - Added Change method to generate Patches - Added Changes method to generate Patches - Added Tree method to generate Patches - Added Commit method to generate Patches
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* Return values of Read not checked (fix #65)Antonio Jesus Navarro Perez2017-03-021-1/+1
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-5/+5
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* utils: binary, new package that collect all the spare helper functions about ↵Máximo Cuadros2016-10-311-0/+124
binary operations (#102)