1. 11 Apr, 2017 3 commits
    • Jim Fulton's avatar
      Preparing release 5.2.2 · 290d7199
      Jim Fulton authored
      290d7199
    • Jim Fulton's avatar
      Exclude some development files · 17b1dfa2
      Jim Fulton authored
      And emacs backups. :) Because of the way zest.releaser works, this
      isn't strictly necessary, but it makes the manifest checker shut up.
      17b1dfa2
    • Jim Fulton's avatar
      Blob default permissions (#156) · 12eaf5cb
      Jim Fulton authored
      * Fixed: A blob misfeature set blob permissions so that blobs and blob
        directories were only readable by the database process owner, rather
        than honoring user-controlled permissions (e.g. umask).
      12eaf5cb
  2. 09 Apr, 2017 1 commit
  3. 08 Apr, 2017 10 commits
  4. 07 Apr, 2017 3 commits
  5. 02 Apr, 2017 2 commits
    • Jim Fulton's avatar
      Merge pull request #153 from navytux/y/fs-ro · 4fa93367
      Jim Fulton authored
      FileStorage: Report problem on read-only open of non-existent file
      4fa93367
    • Kirill Smelkov's avatar
      FileStorage: Report problem on read-only open of non-existent file · 30bbabf1
      Kirill Smelkov authored
      ... instead of silently creating empty database on such opens.
      
      Use-case for this are utilities like e.g. zodbdump and zodbcmp which
      expect such storage opens to fail so that the tool can know there is no
      such storage and report it to user.
      
      In contrast current state is: read-only opens get created-on-the-fly
      empty storage with no content, but which can be iterated over without
      getting any error.
      
      This way e.g. `zodbdump non-existent.fs` produces empty output _and_
      exit code 0 which is not what caller expects.
      30bbabf1
  6. 27 Mar, 2017 1 commit
  7. 21 Mar, 2017 2 commits
  8. 09 Mar, 2017 1 commit
  9. 19 Feb, 2017 2 commits
  10. 09 Feb, 2017 6 commits
  11. 08 Feb, 2017 3 commits
  12. 01 Feb, 2017 2 commits
  13. 28 Jan, 2017 4 commits