| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | tor-dirmgr: make DownloadScheduleBuilder public | Ian Jackson | 2022-05-04 | 1 | -1/+1 | |
| * | | Fix typos | Nick Mathewson | 2022-05-04 | 1 | -2/+2 | |
| * | | Change builder list API | Ian Jackson | 2022-05-04 | 12 | -172/+341 | |
| * | | Introduce ThingListBuilder::default_list | Ian Jackson | 2022-05-04 | 1 | -5/+8 | |
| * | | Add dependency on paste crate | Ian Jackson | 2022-05-04 | 2 | -0/+2 | |
| * | | Rename NetworkConfig.fallback_caches | Ian Jackson | 2022-05-04 | 1 | -8/+8 | |
| * | | Fix config version | Ian Jackson | 2022-05-04 | 1 | -1/+1 | |
| * | | Merge branch 'path' into 'main' | Ian Jackson | 2022-05-03 | 4 | -14/+182 | |
| |\ \ | ||||||
| | * | | CfgPath: Test serialisation round-trip with a binary format | Ian Jackson | 2022-05-03 | 2 | -0/+9 | |
| | * | | CfgPath: Make it Serialize | Ian Jackson | 2022-05-03 | 1 | -5/+69 | |
| | * | | CfgPath: Overhaul API | Ian Jackson | 2022-05-03 | 3 | -8/+91 | |
| | * | | CfgPath: Change deserialisaation of Literal variant | Ian Jackson | 2022-05-03 | 1 | -5/+17 | |
| | * | | config: Enable "toml" feature | Ian Jackson | 2022-05-03 | 1 | -1/+1 | |
| * | | | Merge branch 'fs-mistrust-v2' into 'main' | Nick Mathewson | 2022-05-03 | 9 | -0/+2652 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | fs-mistrust: write a lot about TOCTOU issues. | Nick Mathewson | 2022-05-03 | 4 | -22/+70 | |
| | * | | fs-mistrust: Rename SecureDir to CheckedDir. | Nick Mathewson | 2022-05-03 | 3 | -24/+24 | |
| | * | | fs-mistrust: Add a dangerously_trust_everyone method. | Nick Mathewson | 2022-05-03 | 2 | -1/+59 | |
| | * | | fs-mistrust: split check_one into two functions. | Nick Mathewson | 2022-05-03 | 1 | -46/+64 | |
| | * | | fs-mistrust: Make self-named groups trusted by default. | Nick Mathewson | 2022-05-03 | 1 | -23/+32 | |
| | * | | Work around CI config weirdness. | Nick Mathewson | 2022-05-03 | 1 | -0/+5 | |
| | * | | fs-mistrust: Add code to make a self-named group "trusted". | Nick Mathewson | 2022-05-03 | 3 | -0/+225 | |
| | * | | fs-mistrust: refactor ResolvePath to avoid temporary changes. | Nick Mathewson | 2022-05-03 | 1 | -36/+31 | |
| | * | | fs-mistrust: clarify and test behavior for ".." past the fs root. | Nick Mathewson | 2022-05-03 | 1 | -1/+31 | |
| | * | | Add a must_use (suggested by @diziet). | Nick Mathewson | 2022-05-03 | 1 | -0/+1 | |
| | * | | fs-mistrust: more examples, documentation. | Nick Mathewson | 2022-05-03 | 2 | -6/+112 | |
| | * | | Add a SecureDir API for checked access to directories | Nick Mathewson | 2022-05-03 | 4 | -3/+266 | |
| | * | | Add functionality to inspect directory content permissions | Nick Mathewson | 2022-05-03 | 5 | -29/+133 | |
| | * | | By default, forbid special files. | Nick Mathewson | 2022-05-03 | 2 | -17/+40 | |
| | * | | Support for "create missing directory". | Nick Mathewson | 2022-05-03 | 2 | -2/+87 | |
| | * | | Add support for trusted group IDs. | Nick Mathewson | 2022-05-03 | 2 | -3/+58 | |
| | * | | Implement support for the Sticky Bit. | Nick Mathewson | 2022-05-03 | 2 | -3/+54 | |
| | * | | Second cut at a fs-mistrust crate. | Nick Mathewson | 2022-05-03 | 7 | -0/+1576 | |
| * | | | update tls-api to 0.8.0 | trinity-1686a | 2022-04-28 | 1 | -2/+2 | |
| * | | | Merge branch 'derive-builder-git-fixup' into 'main' | eta | 2022-04-27 | 8 | -8/+8 | |
| |\ \ \ | ||||||
| | * | | | derive_builder: Use git dep everywhere, rather than cargo patch | Ian Jackson | 2022-04-27 | 8 | -8/+8 | |
| * | | | | Fix sentences | Samanta Navarro | 2022-04-27 | 3 | -7/+6 | |
| * | | | | Fix spacing | Samanta Navarro | 2022-04-27 | 3 | -3/+3 | |
| * | | | | Fix grammar and typos | Samanta Navarro | 2022-04-27 | 26 | -32/+32 | |
| * | | | | Merge branch 'upgrade_dependencies' into 'main' | eta | 2022-04-27 | 15 | -20/+25 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Bump async_executors to 0.6 | Nick Mathewson | 2022-04-26 | 1 | -1/+1 | |
| | * | | | Upgrade to AES 0.8 | Nick Mathewson | 2022-04-26 | 7 | -9/+14 | |
| | * | | | Bump to config 0.13 | Nick Mathewson | 2022-04-26 | 3 | -3/+3 | |
| | * | | | Upgrade tracing-journald to 0.3.0 | Nick Mathewson | 2022-04-26 | 1 | -1/+1 | |
| | * | | | Upgrade to Postage 0.5.0 | Nick Mathewson | 2022-04-26 | 4 | -4/+4 | |
| | * | | | Upgrade to rlimit 0.8.3, again. | Nick Mathewson | 2022-04-26 | 2 | -2/+2 | |
| * | | | | Merge branch 'download-schedule' into 'main' | Nick Mathewson | 2022-04-26 | 7 | -149/+171 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Make DownloadScheduleBuilder "alternative" defaults pub(crate) | Ian Jackson | 2022-04-26 | 1 | -2/+2 | |
| | * | | | Fix typo in message | Nick Mathewson | 2022-04-26 | 1 | -1/+1 | |
| | * | | | DirMgrConfig: Remove unnecessary accessors | Ian Jackson | 2022-04-26 | 3 | -28/+12 | |
| | * | | | DirMgrConfig: Rename two fields that contained a _config | Ian Jackson | 2022-04-26 | 3 | -12/+12 | |
