summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-rtmock: Introduce impl_runtime! macroIan Jackson2023-07-064-118/+115
* | | | Merge branch 'log_precision' into 'main'Nick Mathewson2023-07-065-4/+381
|\ \ \ \ | |/ / / |/| | |
| * | | arti: comments about catch_unwindNick Mathewson2023-07-061-0/+9
| * | | time_granularity: Make sure formatter can't panicNick Mathewson2023-07-061-17/+49
| * | | arti: Add a `logging.time_granularity` option with 1s default.Nick Mathewson2023-07-065-5/+342
| | |/ | |/|
* | | Merge branch 'tracing-panic' into 'main'Nick Mathewson2023-07-063-2/+41
|\ \ \
| * | | arti: Note possibility for future use of other tracing panic providerNick Mathewson2023-07-061-0/+5
| * | | arti: On panic, avoid allocation even more.Nick Mathewson2023-07-061-7/+5
| * | | Add TODO comments about possibly migrating away from the backtrace crate.Nick Mathewson2023-07-052-1/+4
| * | | arti: Install a panic hook that sends messages to `tracing`Nick Mathewson2023-07-052-1/+34
* | | | keymgr: Explain why the TODO regarding EncodableKey can't be addressed.Gabriela Moldovan2023-07-051-1/+12
|/ / /
* | | Merge branch 'unpublishing' into 'main'Ian Jackson2023-07-053-0/+10
|\ \ \ | |/ / |/| |
| * | Mark arti-bench with "publish = false"Nick Mathewson2023-07-031-0/+4
| * | Mark vestigial crates as "publish=false"Nick Mathewson2023-07-032-0/+6
| |/
* | Additional documentation around bridges/PT configurationNick Mathewson2023-07-034-7/+43
* | Finish a sentence in the documentation for TorClient::netdir()Nick Mathewson2023-07-031-1/+2
|/
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-3012-17/+0
* 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