]> Cypherpunks.ru repositories - gostls13.git/history - src/path/filepath/path_test.go
path/filepath: fix various issues in parsing Windows paths
[gostls13.git] / src / path / filepath / path_test.go
2023-11-07 Damien Neilpath/filepath: fix various issues in parsing Windows...
2023-09-12 mstmdevio/fs, path/filepath, cmd/gofmt: replace statDirEntry...
2023-08-08 Damien Neilpath/filepath: don't drop .. elements when cleaning...
2023-06-16 Bryan C. Millspath/filepath: avoid assuming that GOROOT/test is present
2023-05-04 Ian Lance Taylorall: add String for fs.{FileInfo,DirEntry} implementations
2023-04-14 Bryan C. Millspath/filepath,cmd/go: skip tests involving double-symli...
2023-04-13 Bryan C. Millspath/filepath: add test cases for walking a symlink...
2023-04-11 Johan Brandhorst... all: add wasip1 support
2023-02-14 Damien Neilpath/filepath: do not Clean("a/../c:/b") into c:\b...
2023-01-25 Bryan C. Millsos: make Lstat for symlinks on Windows consistent with...
2023-01-20 matsuyoshi30path/filepath: fix evaluation of symlinks to paths...
2022-12-02 Damien Neilpath/filepath: make Join("c:", "/a") return "c:/a"...
2022-11-17 Damien Neilpath/filepath: detect Windows CONIN$ and CONOUT$ paths...
2022-11-17 Damien Neilpath/filepath: remove IsLocal tests dependent on Window...
2022-11-16 Damien Neilpath/filepath: add IsLocal
2022-11-09 Damien NeilRevert "path/filepath: change IsAbs("NUL") to return...
2022-11-09 Damien Neilpath/filepath: detect all forms of \\ volume paths...
2022-08-25 Paschalis Tsiliaspath/filepath, io/fs: add SkipAll
2022-05-24 Yasuhiro Matsumotopath/filepath: do not remove prefix "." when following...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-28 Ian Lance Taylorio/fs, path/filepath: honor SkipDir on second WalkDirFu...
2022-03-18 Bryan C. Millsinternal/testenv: add GOROOT and use it to fix tests...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-18 Yasuhiro Matsumotopath/filepath: change IsAbs to treat \\host\share as...
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-30 Josh Bleecher Snyderpath/filepath: deflake TestEvalSymlinksAboveRoot on...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-10 Manlio Perillopath/filepath: replace os.MkdirTemp with T.TempDir
2021-04-06 ianwoolfpath/filepath: replace os.MkdirTemp with T.TempDir
2021-04-04 ianwoolfos, path/filepath: use T.Cleanup to restore the origina...
2021-03-25 Aman Guptapath/filepath: make Rel handle Windows UNC share
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-06 Russ Coxio/fs: add WalkDir
2020-11-06 Russ Coxpath/filepath: add WalkDir
2020-11-05 Dmitri Shuralyovpath/filepath: revert "add WalkDir"
2020-11-04 Russ Coxpath/filepath: add WalkDir
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Russ Coxall: update references to symbols moved from os to...
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-06 Cherry Zhangall: enable more tests on macOS/ARM64
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-23 Cherry Zhangall: add GOOS=ios
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Austin Clementsall: remove scattered remnants of darwin/arm
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-05 Ian Lance Taylorpath/filepath: don't discard .. in EvalSymlinks
2019-03-01 Alex Brainmanpath/filepath: do not call GetFinalPathNameByHandle...
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-20 Ian Lance Taylorpath/filepath: revert "fix Windows-specific Clean bug"
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-01-27 Alex Brainmanpath/filepath: skip TestIssue29372 on windows, if ...
2019-01-10 Alex Brainmanpath/filepath: return special error from EvalSymlinks
2018-12-24 LE Manh Cuongpath/filepath: walkSymlinks: return correct error for...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-02 Alex Brainmanpath/filepath: change IsAbs("NUL") to return true
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-29 QtRoSpath/filepath: fix Windows-specific Clean bug
2018-09-26 Brad Fitzpatrickall: use strings.ReplaceAll and bytes.ReplaceAll where...
2018-09-13 Ian Lance Taylorpath/filepath: rewrite walkSymlinks
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-26 Yasuhiro Matsumotopath/filepath: fix Join with Windows drive letter
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-14 Dmitri Shuralyovpath/filepath: make Abs("") return working directory...
2018-03-05 Mostyn Bramley-Moorepath/filepath: use a temp dir in path_test.go
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-09-25 Wei Congruipath/filepath: ensure Walk report unreadable directorie...
2017-09-24 Alex Brainmanpath/filepath: simplify TestEvalSymlinks
2017-04-26 Alex Brainmanos: do not report ModeDir for symlinks on windows
2017-04-25 Daniel Martíall: remove some unused parameters in test code
2017-04-05 Alex Brainmanpath/filepath: add test to walk symlink
2017-02-04 Yasuhiro Matsumotopath/filepath: ignore dot for Dir(`\\server\share`)
2016-10-29 Zev Goldsteinpath/filepath: fix Abs on Windows
2016-10-25 Josh Bleecher Snydertest: delete bugs directory
2016-10-12 Hiroshi Iokapath/filepath: add a test case for EvalSymlinks error
2016-09-05 Hiroshi Iokapath/filepath: handle "C:." correctly in EvalSymlinks...
2016-08-30 Hiroshi Iokapath/filepath: handle ".." in normalizing a path on...
2016-08-25 Ian Lance Taylorpath/filepath: don't return SkipDir at top
2016-08-23 Hiroshi Iokapath/filepath: use testenv.MustHaveSymlink to simplify...
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-11 Dominik Honnefall: use bytes.Equal, bytes.Contains and strings.Contai...
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-15 Alex Brainmanpath/filepath: include test number in TestIssue13582...
next