summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-proto: change the case of the macrosLionel Goffaux2024-11-082-6/+6
| * | tor-proto: condition benchmarks to the bench featureLionel Goffaux2024-11-061-0/+4
| * | tor-proto: put every bench_utils mod behind the bench featureLionel Goffaux2024-11-064-4/+4
| * | tor-proto: add macro for encryption/decryption bench setupLionel Goffaux2024-11-062-96/+47
| * | tor-proto: use as_nanos for CpuTimeLionel Goffaux2024-11-061-1/+5
| * | tor-proto: change the visibility of the RelayBody inner structLionel Goffaux2024-11-061-1/+1
| * | tor-proto: remove inlines attributesLionel Goffaux2024-11-062-4/+0
| * | tor-proto: add a bench featureLionel Goffaux2024-11-062-0/+2
| * | tor-proto: rename CPUTime to CpuTimeLionel Goffaux2024-11-065-16/+15
| * | tor-proto: Add benchmarks for cell encryption and decryptionLionel Goffaux2024-11-0411-0/+687
| |/
* | Merge branch 'proto-typo' into 'main'Ian Jackson2024-11-061-2/+2
|\ \
| * | tor-proto: Document RecvWindow::take more accurately.Gabriela Moldovan2024-11-041-2/+2
* | | tor-dirmgr: don't support changing `DirMgrConfig::cache_trust`Steven Engler2024-11-052-0/+5
* | | arti-client: add doc comment to `TorClient::reconfigure`Steven Engler2024-11-051-0/+4
* | | Merge branch 'remove-haskind' into 'main'Ian Jackson2024-11-053-16/+4
|\ \ \
| * | | arti-client: Clarify when BadOnionAddress is returned.Gabriela Moldovan2024-11-041-0/+2
| * | | tor-hscrypto: Abolish the HasKind impl of HsIdParseError.Gabriela Moldovan2024-11-043-16/+2
| | |/ | |/|
* | | tor-config-path: update `unix_literal` test to use `USER_HOME`Steven Engler2024-11-041-2/+2
| |/ |/|
* | tor-config: added breaking changes to 'semver.md'Steven Engler2024-11-041-0/+3
* | tor-config-path: re-enable 'test_parse' testSteven Engler2024-11-042-9/+20
* | tor-config: removed re-export of `CfgPath`Steven Engler2024-11-0418-16/+27
* | tor-config: remove unused dependenciesSteven Engler2024-11-041-5/+1
* | tor-config: remove 'expand-paths' featureSteven Engler2024-11-041-3/+2
|/
* Merge branch 'cfgaddr' into 'main'Nick Mathewson2024-11-023-2/+387
|\
| * New CfgAddr type to represent SocketAddrs in configuration.Nick Mathewson2024-10-313-2/+387
* | Merge branch 'semver' into 'main'Jim Newsome2024-10-317-24/+0
|\ \
| * | Remove obsolete semver files post 1.3.0 releaseIan Jackson2024-10-317-24/+0
| |/
* | tor-relay-crypto: Rename RelaySigningKeypairSpecifier's timestamp to valid_un...Gabriela Moldovan2024-10-311-3/+9
* | tor-relay-crypto: Add tests for relay key specifier serialization.Gabriela Moldovan2024-10-312-0/+55
* | tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.Gabriela Moldovan2024-10-314-10/+65
* | tor-persist: Add a slug timestamp type.Gabriela Moldovan2024-10-313-0/+136
* | tor-relay-crypto: Add a specifier for the public part of the identity keypair.Gabriela Moldovan2024-10-311-0/+9
* | tor-relay-crypto: Fix typo in doc comment.Gabriela Moldovan2024-10-311-1/+1
* | tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.Gabriela Moldovan2024-10-312-5/+5
|/
* Merge branch 'versions' into 'main'Ian Jackson2024-10-3051-438/+438
|\
| * Bump arti crate version to 1.3.0Ian Jackson2024-10-303-3/+3
| * Bump minor versions of crates with only non-functional changesIan Jackson2024-10-301-1/+1
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-3020-23/+23
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-3048-411/+411
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-3011-11/+24
* | cargo: Run fixup-featuresIan Jackson2024-10-3021-32/+33
* | cargo: Declare [hs-]pow-* experimental everywhere elseIan Jackson2024-10-305-1/+8
* | cargo: tor-hscrypto: Declare pow-* experimentalIan Jackson2024-10-302-0/+18
* | cargo: tor-hscrypto: Move `full` earlier in README.mdIan Jackson2024-10-301-2/+2
* | cargo: Make default-runtime feature part of fullIan Jackson2024-10-301-0/+1
* | cargo: Wrap some feature linesIan Jackson2024-10-302-2/+9
|/
* Update notify to 7.xIan Jackson2024-10-302-2/+2
* Merge branch 'fallbackdir-10-24' into 'main'Nick Mathewson2024-10-291-895/+888
|\
| * fallbackdir: Update list generated on October 24, 2024Tor CI Release2024-10-291-895/+888
* | Merge branch 'tor-genaddr' into 'main'Nick Mathewson2024-10-2921-582/+703
|\ \