summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* keymgr: Fix broken doc link.Gabriela Moldovan2023-06-301-2/+2
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-3034-167/+167
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-3014-21/+21
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-3021-21/+21
* 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
| |/
* / keymgr: Fix another infinite loop around Keymgr error handling.Gabriela Moldovan2023-06-291-1/+1
|/
* 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-295-28/+153
|\ \ \
| * | | 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-292-45/+46
| * | | 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
| * | | keymgr: Define an error type for bad `ArtiPathComponents`.Gabriela Moldovan2023-06-294-14/+29
| * | | arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent.Gabriela Moldovan2023-06-292-26/+14
| * | | keymgr: Derive Display for ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-291-3/+4
| * | | keymgr: Define `ArtiPathComponent`.Gabriela Moldovan2023-06-292-1/+22
| | |/ | |/|
* | | Merge branch 'keymgr-config' into 'main'gabi-2502023-06-296-9/+196
|\ \ \
| * | | arti-client: Fix clippy lint.Gabriela Moldovan2023-06-291-0/+1
| * | | arti-client: Make keystore_dir an experimental option.Gabriela Moldovan2023-06-292-25/+17
| * | | arti-client: Add TODO regarding keystore_dir deserialization.Gabriela Moldovan2023-06-291-0/+3
| * | | arti cfg tests: Add declare_exceptions for storage.keystore_dir.Gabriela Moldovan2023-06-291-1/+22
| * | | tor-config: Remove semver.mdGabriela Moldovan2023-06-291-1/+0
| * | | tor-config: Make ItemOrBool an experimental feature.Gabriela Moldovan2023-06-294-3/+35