aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* utils: binary reader, add ReadUntilFromBufioReader()Arran Walker2019-04-222-6/+22
* plumbing: format/index perf, buffered reads, reflection removalArran Walker2019-04-211-0/+9
* Add diff.DoWithTimeout()Vadim Markovtsev2019-03-131-2/+16
* Increase diffmatchcpatch timeoutVadim Markovtsev2019-03-101-0/+2
* Remove Unicode normalization in difftreeVadim Markovtsev2019-02-113-10/+31
* Merge pull request #874 from smola/patchcontextv4.5.0Máximo Cuadros2018-07-102-0/+82
|\
| * plumbing: add context to allow cancel on diff/patch computingMarc Barussaud2018-07-022-0/+82
* | utils: diff, skip useless rune->string conversionMarc Barussaud2018-06-261-2/+2
|/
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-232-3/+4
* examples,plumbing,utils: typo fixesferhat elmas2017-11-204-7/+7
* utils: merkletrie, filesystem fix symlinks to dirMáximo Cuadros2017-11-201-0/+36
* Fix support for dir symlinksDmitry Frank2017-11-101-0/+4
* worktree: normalized string comparison testsMáximo Cuadros2017-08-021-1/+11
* Normalize filenames before comparing.Josh Betz2017-07-311-1/+7
* format: idxfile, support for >2Gb packfilesMáximo Cuadros2017-07-272-1/+17
* ioutil: Context and OnError helpersMáximo Cuadros2017-07-252-1/+197
* utils: merkletrie filesystem based on path, and not in filepathMáximo Cuadros2017-07-193-14/+14
* utils: merkletrie fix test on windowsMáximo Cuadros2017-07-182-16/+23
* remote: fix Worktree.Status on empty repositoryMáximo Cuadros2017-07-132-2/+13
* utils: merkletrie support for symlinksMáximo Cuadros2017-06-182-6/+54
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-182-5/+5
* format/diff: unified diff encoder and public APIAntonio Jesus Navarro Perez2017-05-232-0/+55
* *: 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