- 21 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 17 Jun, 2021 2 commits
-
-
tavit ohanian authored
Port 2021 05 03 See merge request dms3/public/go-dms3-files!1
-
tavit ohanian authored
-
- 03 May, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 04 May, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 27 Apr, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 30 Mar, 2020 3 commits
-
-
Steven Allen authored
skip ignored files when calculating size
-
Steven Allen authored
Also, fix the file ignore tests.
-
Steven Allen authored
fixes https://github.com/ipfs/go-ipfs/issues/7052
-
- 18 Mar, 2020 2 commits
-
-
Steven Allen authored
Feat/add ignore rules
-
Cornelius Toole authored
- add a filter that defines rules for ignoring hidden and/or files listed explicitly or defined in a gitignore file - update SerialFile construct to accept a Filter feat(add-file-ignore): fix tests, slight refactor - add new SerialFile constructor with original signature for backward compatibility - update tests for new SerialFile behavior feat(file-ignore): cleanup code+tests - address PR comments - add more documentation - use existing function for cross-platform hidden file detection - be more consistent when checking for hidden fies - add more examples+test cases feat(file-ignore): rework `Filter` constructor - add filter tests feat(file-ignore): apply exclude rules lazily - apply exclude rules from filter when iterating over dir contents instead of at serialFile construction time
-
- 17 Mar, 2020 2 commits
-
-
Steven Allen authored
chore: remove dead code
-
Steven Allen authored
This code was from a previous incarnation of this interface.
-
- 16 Mar, 2020 1 commit
-
-
Steven Allen authored
Chore/dump gx bump go
-
- 12 Mar, 2020 2 commits
-
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
- 26 Sep, 2019 5 commits
-
-
Steven Allen authored
revert(symlink): keep stat argument
-
Steven Allen authored
I thought this wasn't used outside this package. Apparently, I didn't run grep from the right directory. It doesn't _hurt_ to keep this.
-
Steven Allen authored
feat: correctly report the size of symlinks
-
Steven Allen authored
-
Steven Allen authored
Also, symlinks don't use stat.
-
- 19 Sep, 2019 1 commit
-
-
Steven Allen authored
-
- 16 Aug, 2019 7 commits
-
-
Steven Allen authored
serialfile: fix handling of hidden paths on windows
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
fixes #11
-
Steven Allen authored
feat: add WriteTo function
-
Steven Allen authored
Writes a go-ipfs-files Node to a location in the filesystem.
-
- 09 Aug, 2019 2 commits
-
-
Steven Allen authored
doc: fix formdata documentation
-
Steven Allen authored
-
- 26 Apr, 2019 2 commits
-
-
Steven Allen authored
webfile: make Size() work before Read
-
Steven Allen authored
-
- 22 Apr, 2019 2 commits
-
-
Steven Allen authored
check http status code during WebFile reads and return error for non-2XX
-
jmank88 authored
-
- 21 Mar, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
return url as AbsPath from WebFile to implement FileInfo
-
- 20 Mar, 2019 1 commit
-
-
Steven Allen authored
fix the content disposition header
-