1. 17 Sep, 2020 2 commits
  2. 16 Sep, 2020 3 commits
  3. 15 Sep, 2020 2 commits
  4. 08 Sep, 2020 10 commits
  5. 07 Sep, 2020 4 commits
  6. 06 Sep, 2020 1 commit
  7. 04 Sep, 2020 5 commits
    • Nils Goroll's avatar
      rework .done() behaviour · 43c292fc
      Nils Goroll authored
      - use the new dedicated field to store the location such that we can
        still properly send metadata with responses to HEAD requests
      
      - always send the location, not just for GET 301s
      
      - no need to generate a 410 as long as we still have the metadata
      
      - retire TUS_REDIRECT type, we do not need it (files with a redirect
        remain intact).
      43c292fc
    • Nils Goroll's avatar
      give the redirect location its own field · 0e2552a8
      Nils Goroll authored
      This implies a file version change.
      
      Later in the project, we would want to upgrade existing files, but for
      now, I assume the number of users be so close to zero that we can put
      the burdon on them to lose their existing uploads once during upgrade.
      0e2552a8
    • Nils Goroll's avatar
      fix missing initialization in tus_file_add() · c84bbaa4
      Nils Goroll authored
      this could lead to later assertion failures when the tus directory
      contained failes not fit for loading (e.g. wrong size/magic etc)
      because valid files would be munmap()ed.
      c84bbaa4
    • Nils Goroll's avatar
      check loaded files before accessing them · a90304fd
      Nils Goroll authored
      a90304fd
    • Nils Goroll's avatar
      polish load loop · 1069eeb7
      Nils Goroll authored
      1069eeb7
  8. 03 Sep, 2020 3 commits
  9. 19 Aug, 2020 4 commits
  10. 17 Aug, 2020 4 commits
  11. 25 May, 2020 1 commit