summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-1.6.0-bump-versions' into 'main'arti-v1.6.0wesleyac2025-10-0663-562/+562
|\
| * release: Update lockfiles.Wesley Aptekar-Cassels2025-10-022-3/+3
| * release: Bump versions.Wesley Aptekar-Cassels2025-10-0261-559/+559
* | release: Update release date.wesleyac2025-10-021-1/+1
* | release: Update release date.Wesley Aptekar-Cassels2025-10-021-1/+1
|/
* Merge branch 'release-1.6.0-cargo-update' into 'main'wesleyac2025-10-021-1/+0
|\
| * tor-hsservice: Fix time_store test.Wesley Aptekar-Cassels2025-10-011-1/+0
* | Merge branch 'release-1.6.0-fixup-features' into 'main'wesleyac2025-10-018-3/+25
|\ \
| * | release: Run fixup-features.Wesley Aptekar-Cassels2025-10-018-3/+25
| |/
* | Merge branch 'release-1.6.0-update-semver-files' into 'main'Alexander Hansen Færøy2025-10-014-0/+4
|\ \
| * | release: Update semver.md files.Wesley Aptekar-Cassels2025-10-014-0/+4
| |/
* | Merge branch 'update-reactor-docs' into 'main'opara2025-10-011-3/+4
|\ \ | |/ |/|
| * tor-proto: fix comment related to validating stream messagesSteven Engler2025-09-301-3/+4
* | Merge branch 'not-so-dangerous' into 'main'Ian Jackson2025-10-019-255/+97
|\ \
| * | tor-netdoc: Abolish `dangerous-expose-struct-fields`; always expose, insteadIan Jackson2025-10-019-255/+97
* | | Merge branch 'update-examples-with-native-tls-notice' into 'main'opara2025-10-011-0/+5
|\ \ \
| * | | macos-native-tls-notice: Update README.md of tor-rtcompat with notice of nati...nield2025-10-011-0/+5
| | |/ | |/|
* / | tor-rtmock-simple-time-typos: Fix typosNiel Duysters2025-10-011-3/+3
|/ /
* | Merge branch 'ticket_2190' into 'main'Nick Mathewson2025-09-303-40/+34
|\ \
| * | padding: Remove post-queue blocker.Nick Mathewson2025-09-303-37/+31
| * | padding: be less dogmatic in a TODO about where a buffer would go.Nick Mathewson2025-09-301-4/+4
* | | Merge branch 'tor-keyforge-rsa-types' into 'main'wesleyac2025-09-308-13/+299
|\ \ \ | |_|/ |/| |
| * | tor-llcrypto: Add more comments about implementation of RSA sign function.Wesley Aptekar-Cassels2025-09-101-2/+3
| * | tor-llcrypto: Add note about key size to RSA KeyPair::generate.Wesley Aptekar-Cassels2025-09-101-0/+4
| * | tor-llcrypto: Rename rsa::PrivateKey to rsa::KeyPair.Wesley Aptekar-Cassels2025-09-085-17/+18
| * | tor-key-forge: Add RSA key types.Wesley Aptekar-Cassels2025-09-086-9/+289
* | | Merge branch 'doc_features_no_longer_there' into 'main'Nick Mathewson2025-09-3057-57/+57
|\ \ \
| * | | Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-2957-57/+57
* | | | Merge branch 'suppress-warnings' into 'main'Nick Mathewson2025-09-302-3/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | rpc: Suppress a clippy warning by making PossumCage usedIan Jackson2025-09-301-2/+11
| * | | rpc: Suppress a clippy false positive that appears with current betaIan Jackson2025-09-301-1/+2
* | | | Merge branch 'sort_circ_actions' into 'main'Nick Mathewson2025-09-291-1/+48
|\ \ \ \ | |_|/ / |/| | |
| * | | Sort output events for next_circ_action.Nick Mathewson2025-09-291-1/+48
| |/ /
* | | Merge branch 'opentelemetry' into 'main'wesleyac2025-09-2921-10/+368
|\ \ \ | |/ / |/| |
| * | arti: Add skip_all to instrument call.Wesley Aptekar-Cassels2025-09-241-1/+1
| * | arti: Make panic into error on invalid OTEL endpoint.Wesley Aptekar-Cassels2025-09-241-3/+5
| * | arti: Add note about OpenTelemetry data model.Wesley Aptekar-Cassels2025-09-241-0/+3
| * | arti: Add note about lack of filtering in OpenTelemetry layer.Wesley Aptekar-Cassels2025-09-241-0/+3
| * | arti: Add skip_all to instrument macro.Wesley Aptekar-Cassels2025-09-241-1/+1
| * | arti: Add more detail about OpenTelemetry in example config.Wesley Aptekar-Cassels2025-09-241-2/+9
| * | opentelemetry: Use humantime_serde for parsing Durations.Wesley Aptekar-Cassels2025-09-241-0/+3
| * | opentelemetry: Panic if configured for non-localhost HTTP endpoint.Wesley Aptekar-Cassels2025-09-241-0/+8
| * | arti: Add more info about OpenTelemetry to example config.Wesley Aptekar-Cassels2025-09-241-2/+6
| * | opentelemetry: Add note about lack of upstream OTLP exporter.Wesley Aptekar-Cassels2025-09-241-0/+3
| * | opentelemetry: Panic on mutex poison.Wesley Aptekar-Cassels2025-09-241-8/+1
| * | opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-2416-10/+61
| * | arti: Add experimental support for OpenTelemetry.Wesley Aptekar-Cassels2025-09-245-0/+281
* | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> (3)Ian Jackson2025-09-291-1/+1
* | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> (2) (fmt)Ian Jackson2025-09-291-2/+1
* | | netdoc parse2 tests: Avoid <String as TryFrom<Vec<u8>>> (2)Ian Jackson2025-09-291-2/+1