summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'keymgr-doc-fix' into 'main'arti-v1.1.6Nick Mathewson2023-06-301-2/+2
|\
| * keymgr: Fix broken doc link.Gabriela Moldovan2023-06-301-2/+2
|/
* Merge branch 'bump_versions_116' into 'main'Nick Mathewson2023-06-3046-251/+251
|\
| * Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-3035-186/+186
| * Bump minor versions on crates with breaking changesNick Mathewson2023-06-3015-25/+25
| * Bump versions on crates with nonfunctional changesNick Mathewson2023-06-3022-42/+42
* | Merge branch 'changelog4' into 'main'Nick Mathewson2023-06-301-10/+148
|\ \ | |/ |/|
| * Changelog: Copy editingNick Mathewson2023-06-301-9/+9
| * Changelog: fill in links.Nick Mathewson2023-06-301-14/+8
| * Changelog: acknowledgements and (incomplete) links.Nick Mathewson2023-06-301-1/+137
| * Remove "up-to-date-as-of" marker in changelog.Nick Mathewson2023-06-301-3/+0
| * Write more changelog intro.Nick Mathewson2023-06-301-2/+13
|/
* Merge branch 'arti-path-bug' into 'main'gabi-2502023-06-302-10/+23
|\
| * keystore: Change the dummy HsClientSpecifier to "default".Gabriela Moldovan2023-06-301-1/+1
| * keymgr: Update ArtiPath and ArtiPathComponent docs.Gabriela Moldovan2023-06-301-2/+2
| * keymgr: Allow periods in ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-301-9/+22
* | Merge branch 'keymgr-docs' into 'main'Ian Jackson2023-06-302-3/+3
|\ \ | |/ |/|
| * keymgr: Downgrade "TODO hs" to "TODO HSS"Gabriela Moldovan2023-06-302-3/+3
* | Merge branch 'fix-unfortunate-merge-outcome' into 'main'Ian Jackson2023-06-301-1/+1
|\|
| * arti-client: Rename KeyStore to Keystore.Gabriela Moldovan2023-06-301-1/+1
* | Merge branch 'docsrs-fix' into 'main'Ian Jackson2023-06-301-0/+1
|\ \
| * | Add a missing "experimental-api" rustdoc notationNick Mathewson2023-06-291-0/+1
* | | Merge branch 'fixup-features' into 'main'Ian Jackson2023-06-308-7/+15
|\ \ \ | |_|/ |/| |
| * | Resolve XXXs from fixup-features.Nick Mathewson2023-06-295-11/+5
| * | Run "cargo sort".Nick Mathewson2023-06-292-2/+0
| * | Run "fixup-features".Nick Mathewson2023-06-298-7/+23
| |/
* | Merge branch 'keymgr-naming' into 'main'Alexander Færøy2023-06-3010-42/+42
|\ \
| * | keymgr: Rename KeyStore to Keystore globally.Gabriela Moldovan2023-06-2910-42/+42
| |/
* | Merge branch 'keymgr-from-bug' into 'main'Nick Mathewson2023-06-291-1/+1
|\ \
| * | keymgr: Fix another infinite loop around Keymgr error handling.Gabriela Moldovan2023-06-291-1/+1
| |/
* | Merge branch 'changelog3' into 'main'Nick Mathewson2023-06-291-4/+7
|\ \ | |/ |/|
| * update changelog one more time.Nick Mathewson2023-06-291-4/+7
|/
* Merge branch 'rustdoc_fix' into 'main'Nick Mathewson2023-06-291-1/+1
|\
| * Fix a rustdoc link.Nick Mathewson2023-06-291-1/+1
* | Merge branch 'exp' into 'main'Ian Jackson2023-06-292-1/+4
|\ \
| * | tor-error: Make KeystoreFsPermissions experimental for nowIan Jackson2023-06-291-0/+3
| * | tor-keymgr: When keymgr enabled, enable tor-error's experimental tooIan Jackson2023-06-291-1/+1
* | | Merge branch 'validate-client-spec' into 'main'Ian Jackson2023-06-296-41/+176
|\ \ \
| * | | Run rustfmtIan Jackson2023-06-291-3/+2
| * | | keymgr: Remove unstable ErrorKind, use internal! for ArtiPath errors.Gabriela Moldovan2023-06-293-29/+8
| * | | keymgr: Validate the individual ArtiPahtComponents of ArtiPath.Gabriela Moldovan2023-06-291-37/+25
| * | | keymgr: Rephrase ArtiPath docs.Gabriela Moldovan2023-06-291-14/+5
| * | | keymgr: Remove ArtiPath normalization, introduce additional restrictions.Gabriela Moldovan2023-06-293-58/+69
| * | | keymgr: Document how ArtiPath validation is actually supposed to work.Gabriela Moldovan2023-06-291-7/+11
| * | | keymgr: Move validation requirements to the ArtiPath docs.Gabriela Moldovan2023-06-291-12/+15
| * | | keymgr: Make ArtiPath platform-independent by always using '/' as a separator.Gabriela Moldovan2023-06-291-10/+10
| * | | hsclient: Make HsClientSpecifier a newtype instead of a type alias.Gabriela Moldovan2023-06-291-1/+11
| * | | keymgr: Add tests for ArtiPath validation.Gabriela Moldovan2023-06-291-0/+90
| * | | keymgr: Validate ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-291-12/+45
| * | | keymgr: Derive Into for ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-291-1/+3