aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path_windows.go
AgeCommit message (Expand)Author
2024-11-21internal/copyright: add test that copyright notices existRuss Cox
2024-04-26path/filepath, internal/filepathlite: move parts of filepath to filepathliteDamien Neil
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-02-23path/filepath: delete the deprecated joinNonEmpty and isUNCAndy Pan
2023-11-09path/filepath: consider \\?\c: as a volume on WindowsDamien Neil
2023-11-07path/filepath: fix various issues in parsing Windows pathsDamien Neil
2022-12-02path/filepath: make Join("c:", "/a") return "c:/a" againDamien Neil
2022-11-17path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocalDamien Neil
2022-11-16path/filepath: add IsLocalDamien Neil
2022-11-09Revert "path/filepath: change IsAbs("NUL") to return true"Damien Neil
2022-11-09path/filepath: detect all forms of \\ volume paths on WindowsDamien Neil
2022-09-23path/filepath: optimize isReservedNameJoe Tsai
2021-08-18path/filepath: change IsAbs to treat \\host\share as an absolute pathYasuhiro Matsumoto
2018-11-02path/filepath: change IsAbs("NUL") to return trueAlex Brainman
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-26path/filepath: fix Join with Windows drive letterYasuhiro Matsumoto
2018-05-14path/filepath: make Abs("") return working directory on WindowsDmitri Shuralyov
2017-09-12all: remove strings.Contains check around ReplaceDaniel Martí
2016-12-16path/filepath: deprecate HasPrefixJoe Tsai
2016-10-29path/filepath: fix Abs on WindowsZev Goldstein
2016-10-24path/filepath: fix match of \\?\c:\* on WindowsRuss Cox
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-06path/filepath: handle c: as first parameter in Join properlyAlex Brainman
2015-11-12path/filepath: in Rel use case-insensitive comparison on WindowsYasuhiro Matsumoto
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-01-20path/filepath: make Join handle UNC paths on WindowsEmil Hessman
2014-09-08build: move package sources from src/pkg to srcRuss Cox