aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_windows.go
AgeCommit message (Expand)Author
2021-03-23runtime: support long paths without fixup on Windows 10 >= 1607Jason A. Donenfeld
2018-02-23path: use OS-specific function in MkdirAll, don't always keep trailing slashIan Lance Taylor
2016-12-13os: must fixup path when 248 bytes longDaniel Theophanes
2016-11-08os: on Windows, don't fix long paths that aren't longBrad Fitzpatrick
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith
2016-08-16os: consolidate filesHiroshi Ioka
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox