aboutsummaryrefslogtreecommitdiff
path: root/src/os/path.go
AgeCommit message (Expand)Author
2020-10-20os: use keyed literals for PathErrorRuss Cox
2019-10-29os: return from TestRemoveAllWithMoreErrorThanReqSize when RemoveAll succeeds...Constantin Konstantinidis
2019-04-10os: fix RemoveAll hangs on large directoryLE Manh Cuong
2019-03-15os: consistently return PathError from RemoveAllBaokun Lee
2019-01-30os: restore RemoveAll docs by making a single copyIan Lance Taylor
2018-11-21os: prevent RemoveAll to remove "." on Plan 9David du Colombier
2018-10-31os: add support for long path names on unix RemoveAllOliver Stenbom
2018-10-30Revert "os: add support for long path names on unix RemoveAll"Katie Hockman
2018-10-30os: add support for long path names on unix RemoveAllOliver Stenbom
2018-06-27os: when looping in RemoveAll, close and re-open directoryIan Lance Taylor
2018-02-23path: use OS-specific function in MkdirAll, don't always keep trailing slashIan Lance Taylor
2018-02-18os: make MkdirAll support path in extended-length formMansour Rahimi
2017-12-15os: mention the influence of umask in docsMatthijs Kooijman
2017-11-06os: fix RemoveAll on large directories on Plan 9 and NaClDavid du Colombier
2016-03-02all: single space after period.Brad Fitzpatrick
2014-10-06os: recomment MkdirAllRuss Cox
2014-09-23os: add a comment inside RemoveAllBrad Fitzpatrick
2014-09-23os: fix another case where RemoveAll should return nilBrad Fitzpatrick
2014-09-18os: avoid error result when dir is removed out from under RemoveAllRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox