aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/symlink.go
AgeCommit message (Expand)Author
2024-04-26path/filepath, internal/filepathlite: move parts of filepath to filepathliteDamien Neil
2023-01-20path/filepath: fix evaluation of symlinks to paths under /tmp on macOSmatsuyoshi30
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-03-05path/filepath: don't discard .. in EvalSymlinksIan Lance Taylor
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-09-13path/filepath: correct symlink eval for symlink at rootIan Lance Taylor
2018-09-13path/filepath: rewrite walkSymlinksIan Lance Taylor
2016-09-05path/filepath: handle "C:." correctly in EvalSymlinks on WindowsHiroshi Ioka
2016-02-23all: fix typosShawn Smith
2015-12-14path/filepath: keep walking if EvalSymlinks returns symlinkAlex Brainman
2015-12-09path/filepath: remove code working around Join bugAlex Brainman
2015-11-01path/filepath: fix EvalSymlinks(".") on windowsAlex Brainman
2014-09-08build: move package sources from src/pkg to srcRuss Cox