Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-12-20 | Run "make autostyle" | teor | |
2019-11-20 | Some tests for log changes, commit, and rollback | Nick Mathewson | |
2019-11-20 | Make KeyDirectory's GroupReadable behave the same as CacheDirectory's. | Nick Mathewson | |
In #26913 we solved a bug where CacheDirectoryGroupReadable would override DataDirectoryGroupReadable when the two directories are the same. We never did the same for KeyDirectory, though, because that's a rare setting. Now that I'm testing this code, though, fixing this issue seems fine. Fixes bug #27992; bugfix on 0.3.3.1-alpha. | |||
2019-11-20 | New unit tests for options_create_directories(). | Nick Mathewson | |