Commit Graph

  • d443df9ff3 Fix test for Windows John Starich 2020-07-11 20:57:46 -0500
  • 57ab25aed5 Use more appropriate func name for unrestricted mode changes John Starich 2020-07-11 20:42:35 -0500
  • 7b70cb1dbc Fix MemMapFs.Chmod changing non-perm bits John Starich 2020-07-11 18:13:38 -0500
  • 57f1513844 Fix normalizePath for windows (filepath.Clean does not combine leading backslash with drive letter backslash) John Starich 2020-07-03 22:36:52 -0500
  • 1190b81949
    Merge f10f855e81 into 64b7ddd95f Novan Allanadi 2020-07-01 19:33:35 +0200
  • 6e9d0452cb
    Merge 3d76d59b73 into 64b7ddd95f Alexandre Viau 2020-07-01 19:30:24 +0200
  • 64b7ddd95f
    Merge pull request #247 from JohnStarich/bugfix/zipfs-read-small-file v1.3.1 Michail Kargakis 2020-06-28 19:14:13 +0200
  • 49e95031b8 Fix ioutil.TempDir/File John Starich 2020-06-27 21:49:43 -0500
  • 206e0ab531 Fix lstater test for memfs parent dir requirement John Starich 2020-06-27 20:42:10 -0500
  • 20913afb13 Fix CacheOnRead.Create when missing directories John Starich 2020-06-27 20:21:24 -0500
  • d2e31e9781 Make "tmp" and "/tmp" equivalent in memfs normalizePath John Starich 2020-06-27 20:00:26 -0500
  • 271fb17671 Deduplicate memfs parent dir check John Starich 2020-06-27 19:59:50 -0500
  • 8686424254 Test TempDir/TempFile John Starich 2020-06-27 19:17:50 -0500
  • 13c02fe27b Fix temp files and dirs inside MemFS not creating all directory levels John Starich 2020-06-27 18:45:42 -0500
  • 1d7aef3819 MkdirAll should create intermediate dirs John Starich 2020-06-27 15:52:50 -0500
  • 536c4c5238 Only run Mkdir/Create if parent exists and is a directory John Starich 2020-06-27 15:10:22 -0500
  • 81bd481ac6 Add failing test: MemFS.Mkdir/Create should fail if parent does not exist John Starich 2020-06-27 14:54:29 -0500
  • 19b104b90f Create a net of only one directory in CopyOnWrite.Mkdir John Starich 2020-06-27 14:47:40 -0500
  • 3c250c2cd2 Add failing test: CopyOnWrite.Mkdir should fail if parent does not exist John Starich 2020-06-27 14:47:24 -0500
  • e76d1f3bb5 Fix panic when not filling up zipfs's read buffer John Starich 2020-06-25 23:27:17 -0500
  • fc99a5d786 Add failing test for reading a small zip file John Starich 2020-06-25 23:25:49 -0500
  • 1524d0a48b
    Merge pull request #245 from campoy/master v1.3.0 Michail Kargakis 2020-05-31 15:38:23 +0200
  • 0b856b1ea9 Add support for os.O_EXCL in afero.MemMapFs Francesc Campoy 2020-05-29 13:21:33 -0700
  • a7dc6ae3c5
    Merge pull request #228 from Maldris/symlink Michail Kargakis 2020-05-20 23:32:33 +0200
  • 02af70d733 adding tests for Linker and ReadLinker interfaces Scott Owens 2019-12-11 19:49:09 +1100
  • b4b149f834 adding support for Linker and LinkReader Scott Owens 2019-12-10 16:24:03 +1100
  • 819f7ad35d Adding and optional Symlinker interface, union interface supportint lstat, symlink and readlink Scott Owens 2019-12-10 16:16:41 +1100
  • 529d861398 Add an optional interface for Sylink and Readlink Scott Owens 2019-12-10 16:15:25 +1100
  • c8608266df
    Merge pull request #243 from ialidzhikov/nit/line-endings Michail Kargakis 2020-05-04 19:23:17 +0200
  • 38a8ffc10d
    Merge pull request #241 from dmitris/patch-1 Michail Kargakis 2020-05-04 19:22:28 +0200
  • 7aa0da4f47 Change CRLF line endings to LF ialidzhikov 2020-05-03 14:03:17 +0300
  • c17d293300
    Merge pull request #242 from robinbraemer/patch-1 Michail Kargakis 2020-04-21 15:58:42 +0200
  • 70f98daaf3
    Add missing error check in RegexpFs Open Robin Brämer 2020-04-18 19:14:24 +0200
  • 2f8d9cb33e
    fix typo Dmitry Savintsev 2020-04-17 18:02:40 +0200
  • a2fefa4cb9
    Merge pull request #240 from cugu/patch-1 Michail Kargakis 2020-04-14 23:39:02 +0200
  • 5fd16ea9f1
    Fix zipfs.Readdir and zipfs.Readdirnames Jonas Plum 2020-04-14 22:36:17 +0200
  • ceb6a5e372
    Merge pull request #158 from kklin/sftp-openfile Michail Kargakis 2020-04-11 00:22:21 +0200
  • 02a77d47d0
    Merge pull request #192 from saromanov/fix-match Michail Kargakis 2020-04-11 00:18:31 +0200
  • 2c061eb5bc
    Merge pull request #238 from kargakis/gofmt Michail Kargakis 2020-04-11 00:11:29 +0200
  • 90f4ffe95f
    Gofmt the project Michail Kargakis 2020-04-10 23:50:34 +0200
  • d66a0674ca
    Add gofmt and go vet checks in CI Michail Kargakis 2020-04-10 23:58:56 +0200
  • 900cf72eec
    Merge pull request #167 from jslching/master Michail Kargakis 2020-04-10 23:44:32 +0200
  • 55428b400d
    Merge pull request #146 from hillu/zipfs Michail Kargakis 2020-04-10 23:21:50 +0200
  • 344ad9d197 Don't hide errors while reading from ZIP files Hilko Bengen 2020-03-30 15:28:04 +0200
  • 9b520d0821 Use filepath.Separator in test code, to fix tests on Windows Hilko Bengen 2019-03-11 20:20:35 +0100
  • 72cabd552e Eliminate another root-path-related corner case Hilko Bengen 2019-03-11 19:14:41 +0100
  • d5bfeca89b Work around root directory Open/Stat corner case leading to panic Hilko Bengen 2019-03-11 19:00:04 +0100
  • 4f00b06400 Add zipfs, an archive/zip-based read-only filesystem Hilko Bengen 2017-11-15 16:50:29 +0100
  • f1155579b0
    Merge pull request #236 from kargakis/travis-update Michail Kargakis 2020-03-28 14:30:46 +0100
  • 0f9066bab3
    const_*: add Plan 9 support Drew DeVault 2019-09-20 10:11:52 -0400
  • 72d3215259
    Build and test CI improvements Michail Kargakis 2020-03-27 21:24:09 +0100
  • f10f855e81 add requested changes Novan Allanadi 2020-03-28 22:41:54 +1100
  • 952281b34e normalizePath now always return absolute path, BasePathFs removes volume name from path Novan Allanadi 2019-11-11 15:31:23 +1100
  • 5c29dbdefd reverted test to reduce changes Novan Allanadi 2019-11-11 11:48:06 +1100
  • bc8ed7ef38 MemMapFs always have proper root and tests are changed to implement this Novan Allanadi 2019-11-11 11:35:00 +1100
  • 6c364fcc86
    Merge pull request #229 from ichekrygin/wild-temp-file Michail Kargakis 2020-03-27 22:02:37 +0100
  • ff1b22491c
    Merge pull request #157 from xor-gate/sftpfs-fix-test Michail Kargakis 2020-03-27 21:49:32 +0100
  • 491ff289da
    Merge pull request #223 from whereswaldon/patch-1 Michail Kargakis 2020-03-27 21:46:00 +0100
  • cc3719f211
    Merge pull request #182 from btc/btc/0002 Michail Kargakis 2020-03-27 21:43:44 +0100
  • de012fc5f2
    Merge pull request #187 from yasoob/patch-1 Michail Kargakis 2020-03-27 21:30:35 +0100
  • 00285cd3a3
    Merge pull request #155 from rwaweber/readme_grammar Michail Kargakis 2020-03-27 21:29:24 +0100
  • ac701bd5ba
    Merge pull request #210 from Helflym/aix Michail Kargakis 2020-03-27 20:18:39 +0100
  • 30c3c32863 add chown method Bohdan Lisovskyi 2020-01-22 16:25:31 +0200
  • f2903e43e0 add chown method Bohdan Lisovskyi 2020-01-22 14:56:03 +0200
  • 0d3e499bee add Chown to the afero Bohdan Lisovskyi 2020-01-21 17:09:59 +0200
  • e016ffbd1f
    Add implementation for TempFile with wild card prefix Illya Chekrygin 2020-01-06 20:47:33 -0800
  • 338097a104
    Remove stale release notes from README Christopher Waldon 2019-11-03 14:44:18 -0500
  • df3eaa4448
    Modify afero.TempFile() to support pattern instead of prefix Nithya Natarajan 2019-10-05 15:21:57 +0530
  • 5edaaf62f7 const_*: add Plan 9 support Drew DeVault 2019-09-20 10:11:52 -0400
  • b94d850e15 Fix incorrect function name shabbyrobe 2019-09-21 22:17:51 +1000
  • 99546b189e Add AllowMasking option to allow mounting over existing fs entries shabbyrobe 2017-11-29 14:45:30 +1100
  • 449b2798db Disable t.Helper() due to supporting Go < 1.9 shabbyrobe 2017-11-16 08:43:24 +1100
  • 9a318cd6a0 Fix windows tests shabbyrobe 2017-11-16 08:32:59 +1100
  • a2a24ab83e Removed error path wrapping when not a PathError shabbyrobe 2017-11-16 07:29:24 +1100
  • 3f986a907c Add license to files, fix README shabbyrobe 2017-11-13 18:24:34 +1100
  • 6a24bb4003 Mountable file system shabbyrobe 2017-11-13 18:14:16 +1100
  • 63efa84128 Remove redundant calls to filepath.Clean Vic Demuzere 2019-08-17 19:05:11 +0200
  • b496fb56e5 Add Symlinker, Readlinker, EvalSymlinks. Rename lstat*.go -> link*.go Mark Pictor 2019-06-12 21:07:36 -0500
  • 4e0df35705 Add AIX support Clément Chigot 2019-07-04 15:58:10 +0200
  • d69701730a
    Update README.md matthieudelaro 2019-06-19 17:48:55 +0200
  • cce4d86fed
    Fix typo matthieudelaro 2019-06-19 17:45:32 +0200
  • 588a75ec4f Fix UnionFile.Readdir return when c <= 0 v1.2.2 Cameron Moore 2019-03-01 20:18:57 -0600
  • 09550a1a82
    Check for c <= 0 in UnionFile.Readdir Bjørn Erik Pedersen 2019-03-26 12:49:34 +0100
  • 6b59dd87c0
    Do not return io.EOF from UnionFile.Readdir when c <= 0 Bjørn Erik Pedersen 2019-03-26 11:19:19 +0100
  • a3cfa70149 Fix function comments based on best practices from Effective Go CodeLingoBot 2019-03-21 16:18:19 +1300
  • 304ce3a5b9 Implement Symlinker Axel Christ 2019-03-05 12:49:37 +0100
  • 9b400623bd Fix UnionFile.Readdir return when c <= 0 Cameron Moore 2019-03-01 20:18:57 -0600
  • 0016105b69 Added ReverseHttpFs Daniel R. Kumor 2019-02-16 14:12:45 -0500
  • f4711e4db9 Fix missing bounds checking in UnionFile.Readdir v1.2.1 Bjørn Erik Pedersen 2019-01-29 22:50:16 +0100
  • b158c09255
    Fix missing bounds checking in UnionFile.Readdir Bjørn Erik Pedersen 2019-01-29 22:50:16 +0100
  • 617d93fa6d match: change strings.IndexAny to strings.ContainsAny Sergey 2019-01-10 23:22:24 +0500
  • a5d6946387 Return nil in CopyOnWriteFs.MkdirAll when directory exists v1.2.0 Bjørn Erik Pedersen 2018-12-16 12:45:33 +0100
  • 5e9f8ecaa4 Return os.ErrExist from CopyOnWriteFs.Mkdir/MkdirAll Bjørn Erik Pedersen 2018-12-16 11:57:17 +0100
  • de2812e9d0
    Return nil in CopyOnWriteFs.MkdirAll when directory exists Bjørn Erik Pedersen 2018-12-16 12:45:33 +0100
  • 84dce40e68
    Return os.ErrExist from CopyOnWriteFs.Mkdir/MkdirAll Bjørn Erik Pedersen 2018-12-16 11:57:17 +0100
  • 2236cc58df
    Fixed a small typo M.Yasoob Ullah Khalid ☺ 2018-12-04 00:59:11 -0500
  • e030cd00f5
    README.md: fixed 2 typos Steve Phillips 2018-12-01 22:48:50 -0800
  • eaa2c96917 readme: Add a note about etcdfs James Shubin 2018-11-29 12:01:11 -0500
  • e151fe9493 fix ReadAt Brian Tiger Chow 2018-11-20 13:34:41 -0500
  • 709edc9d8f add ReadAt/Seek test Brian Tiger Chow 2018-11-20 13:29:30 -0500