aboutsummaryrefslogtreecommitdiff
path: root/src/os/removeall_at.go
AgeCommit message (Expand)Author
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-06-08os: always check for EINTR in calls to openIan Lance Taylor
2019-10-26os: use an actual RemoveAll failure in TestRemoveAllWithMoreErrorThanReqSizeBryan C. Mills
2019-08-01os: enable the close-on-exec flag for openFdAtBaokun Lee
2019-04-10os: fix RemoveAll hangs on large directoryLE Manh Cuong
2019-03-15os: consistently return PathError from RemoveAllBaokun Lee
2019-03-04os: remove unreadable directories in RemoveAllBaokun Lee
2019-02-12os: don't return ENOENT if directory removed before FstatatIan Lance Taylor
2019-01-30os: treat EACCES as a permission error in RemoveAllIan Lance Taylor
2019-01-30os: restore RemoveAll docs by making a single copyIan Lance Taylor
2019-01-30os: make openFdAt act like openFileNologIan Lance Taylor
2018-12-12os: in RemoveAll, try Remove firstIan Lance Taylor
2018-11-21os: prevent RemoveAll to remove "." on Plan 9David du Colombier
2018-11-20os: return PathError on RemoveAll with trailing dotsTobias Klauser
2018-11-20os: permit RemoveAll with paths that end in ".."Ian Lance Taylor
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