aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* *: applying new index.Index changesMáximo Cuadros2017-04-262-9/+13
* fix format string issues as found by go vetSantiago M. Mola2017-04-263-5/+5
* worktree: reset and checkout support for submodulesMáximo Cuadros2017-04-152-12/+81
* merkletrie: filesystem and index speedup and documentationMáximo Cuadros2017-04-114-211/+179
* merkletrie: node support for billy filesystemsMáximo Cuadros2017-04-112-0/+255
* merkletrie: node support for index fileMáximo Cuadros2017-04-112-0/+229
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-0718-25/+25
* Return values of Read not checked (fix #65)Antonio Jesus Navarro Perez2017-03-021-1/+1
* Fix issue 275 (edited) (#276)Alberto Cortés2017-02-228-81/+302
* merkletrie: fix const action type fuck up (#268)Alberto Cortés2017-02-142-1/+12
* simplify noder mocks in test (#265)Alberto Cortés2017-02-132-18/+4
* add difftree for noders (#262)Alberto Cortés2017-02-137-13/+1246
* Merge pull request #259 from smola/docsMáximo Cuadros2017-02-082-14/+27
|\
| * doc: improve ioutil.CheckClose doc and example, fix #246.Santiago M. Mola2017-02-062-14/+26
| * doc: add package documentation for utils/ioutil, fix #246.Santiago M. Mola2017-02-061-0/+1
* | add merkletrie iterator and its helper frame type (#252)Alberto Cortés2017-02-064-0/+873
|/
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-309-9/+9
* delete old noder, create a new one in utils (#241)Alberto Cortés2017-01-3011-0/+1466
* Extract billy (#173)Sergio Arbeo2016-12-196-1148/+0
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-144-0/+174
* format/packfile: implement delta encoding (#172)Antonio Navarro Perez2016-12-142-0/+30
* transport: new git protocol (#175)Máximo Cuadros2016-12-121-0/+12
* revision based on goreportcard.comMáximo Cuadros2016-12-061-1/+1
* plumbing/transport: add common tests and fixes. (#136)Santiago M. Mola2016-11-252-0/+107
* utils: fs, memory fix read offsetMáximo Cuadros2016-11-202-1/+23
* utils: fs, memory fix ReadDir, error getting filenameMáximo Cuadros2016-11-202-1/+43
* utils/fs: add ReadAt to memory file and tests. (#122)Santiago M. Mola2016-11-113-2/+46
* new plumbing package (#118)Máximo Cuadros2016-11-082-7/+7
* utils/fs: added test for open-read-seek. (#117)v4.0.0-rc3Santiago M. Mola2016-11-071-1/+24
* utils/fs: Fix O_CREATE flag check in OpenFile (#116)Pierre Guilleminot2016-11-072-1/+9
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-046-5/+435
* utils/fs: add OpenFile method to filesystem interface. (#104)Santiago M. Mola2016-10-313-52/+163
* utils: binary, new package that collect all the spare helper functions about ...Máximo Cuadros2016-10-314-0/+284
* utils/fs/test: add testing of stat on subdirs. (#99)Santiago M. Mola2016-10-261-0/+18
* utils/fs: add test for create file in dir. (#95)Santiago M. Mola2016-10-251-0/+8
* utils/fs: add Remove(). (#94)Santiago M. Mola2016-10-243-0/+28
* utils/fs: move 'os' and 'test' to separate packages. (#93)Santiago M. Mola2016-10-245-105/+97
* OSFile: implement io.ReaderAt. (#90)Santiago M. Mola2016-10-191-0/+4
* utils: fs.TempFile (#88)Máximo Cuadros2016-10-194-148/+233
* formats: objfile idomatic reader/writerMáximo Cuadros2016-09-251-5/+18
* utils: fs/os improved code coverageMáximo Cuadros2016-09-232-6/+99
* fix buildMáximo Cuadros2016-09-201-2/+2
* storage: filesystem ref storage, and not not exists file handlingMáximo Cuadros2016-09-101-10/+4
* format: packfile new interfaceMáximo Cuadros2016-09-072-29/+24
* utils: fs new implementationMáximo Cuadros2016-09-063-149/+178
* doc packagesMáximo Cuadros2016-09-011-0/+1
* remove old utils/difftree package. (#74)Santiago M. Mola2016-08-302-598/+0
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-1/+1
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-3/+4
* fix tests and examplesMáximo Cuadros2016-08-142-3/+5