summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add a must_use (suggested by @diziet).Nick Mathewson2022-05-031-0/+1
| * | | fs-mistrust: more examples, documentation.Nick Mathewson2022-05-033-6/+113
| * | | Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-034-3/+266
| * | | Add functionality to inspect directory content permissionsNick Mathewson2022-05-036-29/+134
| * | | By default, forbid special files.Nick Mathewson2022-05-032-17/+40
| * | | Support for "create missing directory".Nick Mathewson2022-05-032-2/+87
| * | | Add support for trusted group IDs.Nick Mathewson2022-05-032-3/+58
| * | | Implement support for the Sticky Bit.Nick Mathewson2022-05-032-3/+54
| * | | Second cut at a fs-mistrust crate.Nick Mathewson2022-05-039-0/+1586
* | | | Merge branch 'explain_downgrade' into 'main'eta2022-05-031-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Add a comment explaining what downgrade_dependencies is for.Nick Mathewson2022-04-281-0/+6
* | | | Merge branch 'update-tls-api' into 'main'Ian Jackson2022-04-294-72/+17
|\ \ \ \
| * | | | remove some unecessary crates from downgrade_dependenciestrinity-1686a2022-04-281-3/+1
| * | | | update tls-api to 0.8.0trinity-1686a2022-04-283-69/+16
|/ / / /
* | | | Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-2710-18/+10
|\ \ \ \
| * | | | derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-2710-18/+10
* | | | | Fix sentencesSamanta Navarro2022-04-273-7/+6
* | | | | Fix spacingSamanta Navarro2022-04-274-7/+7
* | | | | Fix grammar and typosSamanta Navarro2022-04-2730-37/+37
* | | | | Merge branch 'upgrade_dependencies' into 'main'eta2022-04-2718-40/+58
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | downgrade_dependencies: Remove "quote" exception.Nick Mathewson2022-04-261-1/+0
| * | | | Bump async_executors to 0.6Nick Mathewson2022-04-262-3/+3
| * | | | Upgrade to AES 0.8Nick Mathewson2022-04-269-18/+36
| * | | | Bump to config 0.13Nick Mathewson2022-04-264-5/+5
| * | | | Upgrade tracing-journald to 0.3.0Nick Mathewson2022-04-262-3/+3
| * | | | Upgrade to Postage 0.5.0Nick Mathewson2022-04-265-6/+7
| * | | | Upgrade to rlimit 0.8.3, again.Nick Mathewson2022-04-263-4/+4
| |/ / /
* | | | Merge branch 'download-schedule' into 'main'Nick Mathewson2022-04-268-149/+177
|\ \ \ \ | |/ / / |/| | |
| * | | Make DownloadScheduleBuilder "alternative" defaults pub(crate)Ian Jackson2022-04-261-2/+2
| * | | Fix typo in messageNick Mathewson2022-04-261-1/+1
| * | | DirMgrConfig: Remove unnecessary accessorsIan Jackson2022-04-263-28/+12
| * | | DirMgrConfig: Rename two fields that contained a _configIan Jackson2022-04-264-12/+13
| * | | Document breaking changes to DownloadSchedule etc.Ian Jackson2022-04-261-0/+5
| * | | DownloadSchedule: Rename field to "attempts"Ian Jackson2022-04-262-12/+12
| * | | DownloadSchedule: Abolish accessors in DownloadScheduleConfigIan Jackson2022-04-263-42/+19
| * | | DownloadSchudule: Have NetworkConfig contain BuildersIan Jackson2022-04-264-96/+74
| * | | DownloadSchedule: Abolish new() methodIan Jackson2022-04-264-38/+82
| * | | DownloadSchedule: tests: Do not try to set parallelism to 0Ian Jackson2022-04-262-13/+11
| * | | DownloadSchedule: Provide builderIan Jackson2022-04-261-1/+42
* | | | Merge branch 'msrv_1_56' into 'main'Nick Mathewson2022-04-2681-302/+287
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'main' into 'msrv_1_56'Nick Mathewson2022-04-2617-179/+376
| |\ \ \ | |/ / / |/| | |
* | | | Merge branch 'config-sub-list' into 'main'Nick Mathewson2022-04-2616-167/+348
|\ \ \ \
| * | | | list-builder: Provide tests of all methodsIan Jackson2022-04-251-0/+31
| * | | | list_builder: Allow the struct to not be pubIan Jackson2022-04-251-6/+6
| * | | | list_builder: Use $crate namespaced importsIan Jackson2022-04-253-4/+5
| * | | | Document defaults for all the config listsIan Jackson2022-04-255-4/+15
| * | | | define_list_config_builder: Provide example of item_buildIan Jackson2022-04-251-0/+30
| * | | | define_list_config_builder: Expand generated docs for methods etc.Ian Jackson2022-04-251-4/+16
| * | | | Add semver note about added macros in tor-condfigIan Jackson2022-04-251-0/+4
| * | | | Add semver notes for AuthorityListBuilder, PredictedPortsListBuilderIan Jackson2022-04-251-0/+2