index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
path
/
filepath
/
symlink.go
Age
Commit message (
Expand
)
Author
2024-04-26
path/filepath, internal/filepathlite: move parts of filepath to filepathlite
Damien Neil
2023-01-20
path/filepath: fix evaluation of symlinks to paths under /tmp on macOS
matsuyoshi30
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-03-05
path/filepath: don't discard .. in EvalSymlinks
Ian Lance Taylor
2019-03-01
path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks
Alex Brainman
2019-01-10
path/filepath: return special error from EvalSymlinks
Alex Brainman
2018-12-24
path/filepath: walkSymlinks: return correct error for file with trailing slash
LE Manh Cuong
2018-09-13
path/filepath: correct symlink eval for symlink at root
Ian Lance Taylor
2018-09-13
path/filepath: rewrite walkSymlinks
Ian Lance Taylor
2016-09-05
path/filepath: handle "C:." correctly in EvalSymlinks on Windows
Hiroshi Ioka
2016-02-23
all: fix typos
Shawn Smith
2015-12-14
path/filepath: keep walking if EvalSymlinks returns symlink
Alex Brainman
2015-12-09
path/filepath: remove code working around Join bug
Alex Brainman
2015-11-01
path/filepath: fix EvalSymlinks(".") on windows
Alex Brainman
2014-09-08
build: move package sources from src/pkg to src
Russ Cox