Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | os: replace os.MkdirTemp with T.TempDir | Manlio Perillo | 2021-04-09 | 1 | -18/+6 |
* | runtime: support long paths without fixup on Windows 10 >= 1607 | Jason A. Donenfeld | 2021-03-23 | 1 | -0/+23 |
* | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+1 |
* | os: handle backslash and slash both in the path on Windows | Yasuhiro Matsumoto | 2019-11-14 | 1 | -0/+15 |
* | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick | 2018-09-26 | 1 | -3/+3 |
* | os: make MkdirAll support path in extended-length form | Mansour Rahimi | 2018-02-18 | 1 | -0/+30 |
* | os: on Windows, don't fix long paths that aren't long | Brad Fitzpatrick | 2016-11-08 | 1 | -10/+27 |
* | os: use extended-length paths on Windows when possible | Quentin Smith | 2016-11-07 | 1 | -0/+29 |