]> Cypherpunks.ru repositories - gostls13.git/history - src/path/filepath/path.go
path/filepath: fix various issues in parsing Windows paths
[gostls13.git] / src / path / filepath / path.go
2023-11-07 Damien Neilpath/filepath: fix various issues in parsing Windows...
2023-09-29 Daniel Martípath/filepath: reuse os.ReadDir
2023-09-12 mstmdevio/fs, path/filepath, cmd/gofmt: replace statDirEntry...
2023-08-08 Damien Neilpath/filepath: don't drop .. elements when cleaning...
2023-05-04 Ian Lance Taylorall: add String for fs.{FileInfo,DirEntry} implementations
2023-03-25 Daniel Martíall: add a few links in package godocs
2023-02-21 Damien Neilpath/filepath: document that Clean does not change...
2023-02-14 Damien Neilpath/filepath: do not Clean("a/../c:/b") into c:\b...
2022-11-16 Damien Neilpath/filepath: add IsLocal
2022-11-09 Damien Neilpath/filepath: detect all forms of \\ volume paths...
2022-09-14 Ian Lance Taylorpath/filepath: document that WalkDir uses OS paths
2022-08-25 Paschalis Tsiliaspath/filepath, io/fs: add SkipAll
2022-05-24 Yasuhiro Matsumotopath/filepath: do not remove prefix "." when following...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: replace `` and '' with “ (U+201C) and ” (U+201D...
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...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
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-05-02 Vitaly Zdanevichpath/filepath: fix documentation typo (was "each each")
2021-03-25 Aman Guptapath/filepath: make Rel handle Windows UNC share
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
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-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-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-20 Eric Rutherfordpath: minor changes to improve documentation for Join
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"
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-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-18 Jackfilepath: updates doc to give case where WalkFunc info...
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-06-14 Brad Fitzpatrickpath, path/filepath: clarify and cross-reference packages
2017-02-04 Yasuhiro Matsumotopath/filepath: ignore dot for Dir(`\\server\share`)
2016-10-12 Dmitri Shuralyovpath/filepath: remove unneeded doc statement for SplitList
2016-08-25 Ian Lance Taylorpath/filepath: don't return SkipDir at top
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-07 Ian Lance Taylorpath/filepath: fix typo in comment
2016-07-06 Ian Lance Taylorpath/filepath: document Clean behavior for each function
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-03-09 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-06 Muhammed UluyolRewrite leftover references to plan9.bell-labs.com...
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-11-17 Mohit Agarwalpath/filepath: in Rel use case-insensitive comparison...
2015-11-17 Mohit Agarwalpath/filepath: include the original paths in error...
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-12 Yasuhiro Matsumotopath/filepath: in Rel use case-insensitive comparison...
2015-07-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-29 Russ Coxpath/filepath: document and test behavior of SkipDir...
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-11 Hyang-Ah (Hana) Kimpath/filepath: clarify the package doc about '/' in...
2015-02-04 Russ Cox[dev.cc] all: merge master (b8fcae0) into dev.cc
2015-01-20 Emil Hessmanpath/filepath: make Join handle UNC paths on Windows
2014-12-18 Emil Hessmanpath/filepath: remove named result parameter for VolumeName
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