aboutsummaryrefslogtreecommitdiff
path: root/src/os/removeall_noat.go
AgeCommit message (Expand)Author
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-01-13Revert "os: handle long path in RemoveAll for windows"Ian Lance Taylor
2020-01-13os: handle long path in RemoveAll for windowsConstantin Konstantinidis
2019-11-01os: gofmtTobias Klauser
2019-10-28os: remove read-only directories in RemoveAll on WindowsConstantin Konstantinidis
2019-10-26os: use an actual RemoveAll failure in TestRemoveAllWithMoreErrorThanReqSizeBryan C. Mills
2019-04-10os: fix RemoveAll hangs on large directoryLE Manh Cuong
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-11-18os: make RemoveAll("") fail silently on unixTobias Klauser
2018-11-02os: add support for long path names on aix RemoveAllTobias Klauser
2018-11-01os: add support for long path names on freebsd RemoveAllTobias Klauser
2018-10-31os: add support for long path names on solaris RemoveAllTobias Klauser
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