aboutsummaryrefslogtreecommitdiff
path: root/src/os/export_windows_test.go
AgeCommit message (Expand)Author
2024-04-01os: support relative paths in fixLongPathqmuntal
2024-02-07runtime,internal/syscall/windows: remove long path support checkqmuntal
2023-08-16os: support file systems without file IDs when reading directories on windowsqmuntal
2021-03-23runtime: support long paths without fixup on Windows 10 >= 1607Jason A. Donenfeld
2017-03-24os: parse command line without shell32.dllAlex Brainman
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-11-29os: fix handling of Windows Unicode console input and ^ZRuss Cox
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith
2016-10-13os: make readConsole handle its input and output correctlyAlex Brainman