- 21 Jun, 2021 1 commit
-
-
tavit ohanian authored
-
- 10 Apr, 2020 1 commit
-
-
Will Scott authored
-
- 14 Feb, 2020 1 commit
-
-
Steven Allen authored
Only allow keys of the form `/[0-9A-Z+-_=]`. That is, upper-case alphanumeric keys in the root namespace (plus some special characters). Why? We don't encode keys before writing them to the filesystem. This change ensures that: 1. Case sensitivity doesn't matter because we only allow upper-case keys. 2. Path separators and special characters doesn't matter. For context, go-ipfs only uses flatfs for storing blocks. Every block CID is encoded as uppercase alphanumeric text (specifically, uppercase base32). We could be less restrictive, but this is safer and easier to understand. Unfortunately, we _can't_ allow mixed case (Windows) and can't allow lowercase because we're already using uppercase keys. fixes #23
-
- 13 Aug, 2018 1 commit
-
-
Steven Allen authored
-
- 04 May, 2018 1 commit
-
-
Steven Allen authored
-
- 24 Mar, 2018 1 commit
-
-
Kevin Atkinson authored
This now means that the datastore needs to be properly closed, to clean up the background thread.
-
- 19 Jan, 2017 4 commits
-
-
Jeromy authored
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-