1. 31 Jan, 2022 4 commits
  2. 30 Jan, 2022 4 commits
  3. 27 Jan, 2022 1 commit
  4. 23 Jan, 2022 1 commit
  5. 20 Jan, 2022 2 commits
  6. 19 Jan, 2022 1 commit
  7. 18 Jan, 2022 22 commits
  8. 17 Jan, 2022 1 commit
  9. 16 Jan, 2022 1 commit
    • futils_mktmp: don't use umask. · 4ac59728
      Previously, we were using `umask(mask = umask(0))` to fetch the current
      umask in order to apply it to the desired mode, but this is broken in
      the presence of threads. There is no portable way to directly fetch
      umask without mutating it.
      
      Instead, add a reimplementation of mkstemp that uses a passed-in mode,
      instead of explicitly chmodding to 0600 like POSIX requires of mkstemp.
      
      Fixes: jmgao/pore#46
      Peter Pettersson committed
  10. 14 Jan, 2022 1 commit
  11. 13 Jan, 2022 2 commits