aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/symlink_windows.go
AgeCommit message (Expand)Author
2020-10-25path/filepath: allow EvalSymlinks to work on UNC share roots on WindowsKevin Parsons
2019-03-01path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinksAlex Brainman
2019-01-10path/filepath: return special error from EvalSymlinksAlex Brainman
2018-12-24path/filepath: walkSymlinks: return correct error for file with trailing slashLE Manh Cuong
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman
2017-01-07all: fix misspellingsshawnps
2016-08-30path/filepath: handle ".." in normalizing a path on WindowsHiroshi Ioka
2016-04-05path/filepath: normalize output of EvalSymlinks on windowsHiroshi Ioka
2015-12-14path/filepath: keep walking if EvalSymlinks returns symlinkAlex Brainman
2015-11-01path/filepath: fix EvalSymlinks(".") on windowsAlex Brainman
2015-04-08all: fix race when allocating buffer for some windows syscallsAlex Brainman
2014-09-08build: move package sources from src/pkg to srcRuss Cox