Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: blastbao/afero

Tags

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spf13#260 from std0/union-readdir-fix

Fix amount of files read in UnionFile.Readdir

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spf13#254 from tklauser/bump-x-text

go.mod: bump golang.org/x/text to v0.3.3

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spf13#250 from anishathalye/improve-mode

Improve handling of mode bits

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spf13#249 from JohnStarich/bugfix/memfs-chmod-perm…

…-only

Prevent MemMapFs.Chmod from changing all mode bits

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spf13#247 from JohnStarich/bugfix/zipfs-read-small…

…-file

Fix panic when not filling up zipfs's read buffer

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spf13#245 from campoy/master

Add support for os.O_EXCL in afero.MemMapFs

v1.2.2

Toggle v1.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix UnionFile.Readdir return when c <= 0

Update Readdir to match behavior of stdlib os package.

Fixes spf13#197

v1.2.1

Toggle v1.2.1's commit message
Fix missing bounds checking in UnionFile.Readdir

It will now return io.EOF at the end of the directory view.

Fixes spf13#194

v1.2.0

Toggle v1.2.0's commit message
Return nil in CopyOnWriteFs.MkdirAll when directory exists

Fixes spf13#191

v1.1.2

Toggle v1.1.2's commit message
Release