| Commit message (Expand) | Author | Age | Files | Lines |
* | fix format string issues as found by go vet | Santiago M. Mola | 2017-04-26 | 3 | -5/+5 |
* | worktree: reset and checkout support for submodules | Máximo Cuadros | 2017-04-15 | 2 | -12/+81 |
* | merkletrie: filesystem and index speedup and documentation | Máximo Cuadros | 2017-04-11 | 4 | -211/+179 |
* | merkletrie: node support for billy filesystems | Máximo Cuadros | 2017-04-11 | 2 | -0/+255 |
* | merkletrie: node support for index file | Máximo Cuadros | 2017-04-11 | 2 | -0/+229 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 18 | -25/+25 |
* | Return values of Read not checked (fix #65) | Antonio Jesus Navarro Perez | 2017-03-02 | 1 | -1/+1 |
* | Fix issue 275 (edited) (#276) | Alberto Cortés | 2017-02-22 | 8 | -81/+302 |
* | merkletrie: fix const action type fuck up (#268) | Alberto Cortés | 2017-02-14 | 2 | -1/+12 |
* | simplify noder mocks in test (#265) | Alberto Cortés | 2017-02-13 | 2 | -18/+4 |
* | add difftree for noders (#262) | Alberto Cortés | 2017-02-13 | 7 | -13/+1246 |
* | Merge pull request #259 from smola/docs | Máximo Cuadros | 2017-02-08 | 2 | -14/+27 |
|\ |
|
| * | doc: improve ioutil.CheckClose doc and example, fix #246. | Santiago M. Mola | 2017-02-06 | 2 | -14/+26 |
| * | doc: add package documentation for utils/ioutil, fix #246. | Santiago M. Mola | 2017-02-06 | 1 | -0/+1 |
* | | add merkletrie iterator and its helper frame type (#252) | Alberto Cortés | 2017-02-06 | 4 | -0/+873 |
|/ |
|
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 9 | -9/+9 |
* | delete old noder, create a new one in utils (#241) | Alberto Cortés | 2017-01-30 | 11 | -0/+1466 |
* | Extract billy (#173) | Sergio Arbeo | 2016-12-19 | 6 | -1148/+0 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 4 | -0/+174 |
* | format/packfile: implement delta encoding (#172) | Antonio Navarro Perez | 2016-12-14 | 2 | -0/+30 |
* | transport: new git protocol (#175) | Máximo Cuadros | 2016-12-12 | 1 | -0/+12 |
* | revision based on goreportcard.com | Máximo Cuadros | 2016-12-06 | 1 | -1/+1 |
* | plumbing/transport: add common tests and fixes. (#136) | Santiago M. Mola | 2016-11-25 | 2 | -0/+107 |
* | utils: fs, memory fix read offset | Máximo Cuadros | 2016-11-20 | 2 | -1/+23 |
* | utils: fs, memory fix ReadDir, error getting filename | Máximo Cuadros | 2016-11-20 | 2 | -1/+43 |
* | utils/fs: add ReadAt to memory file and tests. (#122) | Santiago M. Mola | 2016-11-11 | 3 | -2/+46 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 2 | -7/+7 |
* | utils/fs: added test for open-read-seek. (#117)v4.0.0-rc3 | Santiago M. Mola | 2016-11-07 | 1 | -1/+24 |
* | utils/fs: Fix O_CREATE flag check in OpenFile (#116) | Pierre Guilleminot | 2016-11-07 | 2 | -1/+9 |
* | utils: fs, new memory filesystem (#108) | Máximo Cuadros | 2016-11-04 | 6 | -5/+435 |
* | utils/fs: add OpenFile method to filesystem interface. (#104) | Santiago M. Mola | 2016-10-31 | 3 | -52/+163 |
* | utils: binary, new package that collect all the spare helper functions about ... | Máximo Cuadros | 2016-10-31 | 4 | -0/+284 |
* | utils/fs/test: add testing of stat on subdirs. (#99) | Santiago M. Mola | 2016-10-26 | 1 | -0/+18 |
* | utils/fs: add test for create file in dir. (#95) | Santiago M. Mola | 2016-10-25 | 1 | -0/+8 |
* | utils/fs: add Remove(). (#94) | Santiago M. Mola | 2016-10-24 | 3 | -0/+28 |
* | utils/fs: move 'os' and 'test' to separate packages. (#93) | Santiago M. Mola | 2016-10-24 | 5 | -105/+97 |
* | OSFile: implement io.ReaderAt. (#90) | Santiago M. Mola | 2016-10-19 | 1 | -0/+4 |
* | utils: fs.TempFile (#88) | Máximo Cuadros | 2016-10-19 | 4 | -148/+233 |
* | formats: objfile idomatic reader/writer | Máximo Cuadros | 2016-09-25 | 1 | -5/+18 |
* | utils: fs/os improved code coverage | Máximo Cuadros | 2016-09-23 | 2 | -6/+99 |
* | fix build | Máximo Cuadros | 2016-09-20 | 1 | -2/+2 |
* | storage: filesystem ref storage, and not not exists file handling | Máximo Cuadros | 2016-09-10 | 1 | -10/+4 |
* | format: packfile new interface | Máximo Cuadros | 2016-09-07 | 2 | -29/+24 |
* | utils: fs new implementation | Máximo Cuadros | 2016-09-06 | 3 | -149/+178 |
* | doc packages | Máximo Cuadros | 2016-09-01 | 1 | -0/+1 |
* | remove old utils/difftree package. (#74) | Santiago M. Mola | 2016-08-30 | 2 | -598/+0 |
* | ForEach review and Commit.Tree err return | Máximo Cuadros | 2016-08-22 | 1 | -1/+1 |
* | core: Storage, removing err returning *Storages | Máximo Cuadros | 2016-08-14 | 1 | -3/+4 |
* | fix tests and examples | Máximo Cuadros | 2016-08-14 | 2 | -3/+5 |
* | storage: seekable renamed to filesystem | Máximo Cuadros | 2016-08-11 | 1 | -1/+1 |