aboutsummaryrefslogtreecommitdiff
path: root/src/os/file_windows.go
AgeCommit message (Expand)Author
2021-05-02os: document that Windows Symlink to missing target creates file symlinkIan Lance Taylor
2021-04-27os: don't check non-nil err twice in Symlink on windowsTobias Klauser
2021-03-01os: mark pipes returned by os.Pipe() as inheritable by defaultJason A. Donenfeld
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-09-27os: document and emphasize a potential misuse of File.FdChangkun Ou
2020-05-28os: in Symlink, stat the correct target path for drive-relative targets on Wi...Bryan C. Mills
2020-03-20os: merge common Unix/Windows methodsIan Lance Taylor
2019-11-14os: handle backslash and slash both in the path on WindowsYasuhiro Matsumoto
2019-06-05doc: clarify safety of multiple and concurent os.(*File).Close() callsAlex Myasoedov
2019-03-27os: reject WriteAt if file opened in append modeLE Manh Cuong
2019-03-19internal/poll, os: cancel pending I/O when closing pipes on WindowsWèi Cōngruì
2019-03-01os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman
2018-12-20os: adjust TempDir for Z:\Alex Brainman
2018-10-31os: use Stat instead of Lstat in SymlinkAlex Brainman
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-07-11os: clarify that Close cancels pending I/OIan Lance Taylor
2018-04-19os: enable symlink creation on Windows 10Felix Kollmann
2018-03-25os: document DevNull on windowsAlex Brainman
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-12-12os: don't use test logger for GetwdIan Lance Taylor
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-12-02os: calling Fd disables the SetDeadline methodsIan Lance Taylor
2017-10-21os: simplify windows PipeAlex Brainman
2017-09-26internal/poll: be explicit when using runtime netpollerAlex Brainman
2017-06-14os: clarify behavior of TempDirBrad Fitzpatrick
2017-05-18os: document that NewFile can return nilAlberto Donizetti
2017-04-26os: consistently return ErrClosed for closed fileIan Lance Taylor
2017-04-25os: fix race between file I/O and CloseIan Lance Taylor
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-24os: add ErrClosed, return for use of closed FileDan Caddigan
2016-10-13os: make readConsole handle its input and output correctlyAlex Brainman
2016-09-21os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto
2016-09-05os: deduplicate File definitionShenghou Ma
2016-08-16os: consolidate filesHiroshi Ioka
2016-05-11os: fix Remove for file with read only attribute on WindowsMarc-Antoine Ruel
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-08os: read only 10,000 bytes at a time from Windows consoleRuss Cox
2016-01-08internal/syscall/windows: correct GetACP and MultiByteToWideCharAlex Brainman
2015-12-31os: change Open(`C:`) to open current directory on C:Alex Brainman
2015-12-17os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...mattn
2015-07-18os: remove stuttering return value namesBrad Fitzpatrick
2015-04-09os: windows Rename should overwrite destination file.Daniel Theophanes
2015-04-08all: fix race when allocating buffer for some windows syscallsAlex Brainman
2015-02-27os: fix LinkError creation on windows.Hyang-Ah (Hana) Kim
2014-11-06os: document that users of Fd should keep f aliveRuss Cox
2014-10-28os: do not assume syscall i/o funcs return n=0 on errorRuss Cox