]> Cypherpunks.ru repositories - gostls13.git/history - src/os/stat_windows.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / os / stat_windows.go
2023-08-08 qmuntalos: follow all name surrogate reparse points in Stat...
2023-01-25 Bryan C. Millsos: make Lstat for symlinks on Windows consistent with...
2023-01-23 Bryan C. Millsos: treat non-symlink reparse points as irregular files
2022-11-14 qmuntalos,syscall: File.Stat to use file handle for directorie...
2022-11-14 Damien Neilos: don't request read access from CreateFile in Stat
2022-11-09 Damien Neilos: remove special casing of NUL in Windows file operations
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Russ Coxos: use keyed literals for PathError
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-08-29 Constantin Konstan... os: return an error when the argument of Mkdir on Windo...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-20 LE Manh Cuongos: fix windows Lstat missing name for some files
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Brad Fitzpatrickall: use "reports whether" consistently in the few...
2018-11-02 Alex Brainmanos: use CreateFile for Stat of symlinks
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-03-25 Alex Brainmanos: treat "nul" as DevNull file on windows
2018-03-07 Alex Brainmanos: use WIN32_FIND_DATA.Reserved0 to identify symlinks
2017-12-12 Ian Lance Tayloros: don't use test logger for Getwd
2017-12-11 Russ Coxcmd/go: invalidate cached test results if env vars...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-04 Leigh McCullochall: change github.com issue links to golang.org
2017-07-20 Johnny Luoos: remove duplicate check from windows os.Stat
2017-05-19 Alex Brainmanos: make windows Stat as fast as Lstat for files and...
2017-05-07 Kevin Burkeos, cmd/link: fix typos
2017-05-07 Alex Brainmanos: reimplement windows os.Stat
2017-04-25 Ian Lance Tayloros: fix race between file I/O and Close
2017-04-25 Hiroshi Iokaos: don't use a symlink's target path for FileInfo...
2017-04-12 Hiroshi Iokaos: handle relative symlinks starting with slash in...
2017-04-11 Hiroshi Iokaos: adjust error in Stat on windows
2017-04-10 Hiroshi Iokaos: handle relative symlinks correctly in Stat on windows
2017-02-15 Ian Lance Tayloros: use poller for file I/O
2017-02-07 Alex Brainmanos: make Stdin.Stat() return ModeCharDevice if Stdin...
2016-11-07 Quentin Smithos: use extended-length paths on Windows when possible
2016-10-14 Alex Brainmanos: use FindFirstFile when GetFileAttributesEx fails...
2016-08-26 Hiroshi Iokaos: prevent infinite symlink loop of Stat on Windows
2016-08-16 Hiroshi Iokaos: consolidate files
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-15 Matthew Dempskyall: remove unnecessary type conversions
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-24 Yasuhiro Matsumotoos: fix Stdin.Stat() on windows
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-30 Hiroshi Iokaos: fix race condition between (*os.File).Stat and...
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-18 Brad Fitzpatrickos: remove stuttering return value names
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src