| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | release: Run cargo update after 2.0.0 release. | Wesley Aptekar-Cassels | 2026-02-02 | 1 | -156/+167 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'release-2.0.0-changelog' into 'main'arti-v2.0.0 | Nick Mathewson | 2026-02-02 | 1 | -0/+173 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | release: Add CHANGELOG entries for 2.0.0. | Wesley Aptekar-Cassels | 2026-02-02 | 1 | -0/+173 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'release-2.0.0-update-release-date' into 'main' | Nick Mathewson | 2026-02-02 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | release: Update release date. | Wesley Aptekar-Cassels | 2026-02-02 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'release-2.0.0-version-bumps' into 'main' | Nick Mathewson | 2026-02-02 | 77 | -703/+703 | |
| |\ \ \ \ | ||||||
| | * | | | | release: Update Cargo.lock. | Wesley Aptekar-Cassels | 2026-02-02 | 1 | -10/+10 | |
| | * | | | | release: Update hashx and equix benches. | Wesley Aptekar-Cassels | 2026-02-02 | 2 | -81/+81 | |
| | * | | | | release: bump-nodep various crates. | Wesley Aptekar-Cassels | 2026-02-02 | 10 | -10/+10 | |
| | * | | | | release: Bump `slotmap-careful` to 0.6.0. | Wesley Aptekar-Cassels | 2026-02-02 | 8 | -8/+8 | |
| | * | | | | release: Bump `arti` version to 2.0.0. | Wesley Aptekar-Cassels | 2026-02-02 | 4 | -4/+4 | |
| | * | | | | release: Bump `arti-*` and `tor-*` crates to 0.39.0 | Wesley Aptekar-Cassels | 2026-02-02 | 65 | -590/+590 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'legacy-port-config' into 'main' | wesleyac | 2026-02-02 | 7 | -209/+34 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-config: remove `resolve_alternative_specs` function | Steven Engler | 2026-02-01 | 2 | -81/+1 | |
| | * | | | | web: fix reference to `proxy.socks_port` | Steven Engler | 2026-01-29 | 1 | -2/+2 | |
| | * | | | | arti: remove `resolve_listen_port!` macro | Steven Engler | 2026-01-29 | 2 | -38/+5 | |
| | * | | | | arti: remove deprecated `proxy.dns_port` config option | Steven Engler | 2026-01-29 | 4 | -20/+6 | |
| | * | | | | arti: remove deprecated `proxy.socks_port` config option | Steven Engler | 2026-01-29 | 4 | -21/+11 | |
| | * | | | | arti: small changes to socks/dns listen config tests | Steven Engler | 2026-01-29 | 1 | -16/+13 | |
| | * | | | | arti: relax '_listen'/'_port' config compat tests | Steven Engler | 2026-01-29 | 1 | -40/+2 | |
| | * | | | | arti: reword+reformat warning message | Steven Engler | 2026-01-29 | 1 | -1/+4 | |
| * | | | | | Merge branch 'decouple-cert-cycle' into 'main' | Nick Mathewson | 2026-02-02 | 27 | -207/+405 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | rtcompat: tweaks to no-tls-server case. | Nick Mathewson | 2026-02-02 | 1 | -0/+9 | |
| | * | | | | rtcompat: Improved tls-server key/cert handling. | Nick Mathewson | 2026-02-02 | 4 | -86/+35 | |
| | * | | | | rtcompat: restore tls-server test. | Nick Mathewson | 2026-02-02 | 3 | -10/+6 | |
| | * | | | | Cargo.toml: Re-order crates so that tor-rtcompat can depend on tor-cert | Nick Mathewson | 2026-02-02 | 1 | -3/+3 | |
| | * | | | | llcrypto: Depend on tor-memquota-cost, not tor-memquota. | Nick Mathewson | 2026-02-02 | 5 | -7/+7 | |
| | * | | | | memquota: Extract HasMemoryCost and derive to new crate. | Nick Mathewson | 2026-02-02 | 13 | -85/+215 | |
| | * | | | | cert: Extract x509 code into new tor-cert-x509 crate. | Nick Mathewson | 2026-02-02 | 7 | -19/+133 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'main' into 'main' | gabi-250 | 2026-02-02 | 18 | -19/+18 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove paste from downgrade-dependencies | sjcobb | 2026-02-02 | 1 | -2/+1 | |
| | * | | | | fix(minver): Update paste dependency to be minver compatible | Samuel Cobb | 2026-01-26 | 17 | -17/+17 | |
| * | | | | | Merge branch 'ctor-migrate-test-fixes' into 'main' | opara | 2026-02-02 | 2 | -8/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | cli_tests: Rename tests for clarity and consistency | Gabriela Moldovan | 2026-02-02 | 1 | -3/+3 | |
| | * | | | | | cli_tests: Insert spacing between top-level items | Gabriela Moldovan | 2026-02-02 | 1 | -0/+8 | |
| | * | | | | | cli_tests: Fix typo in test name | Gabriela Moldovan | 2026-02-02 | 1 | -2/+2 | |
| | * | | | | | cli_tests: Clarify a comment in ctor-migrate test | Gabriela Moldovan | 2026-02-02 | 1 | -1/+1 | |
| | * | | | | | cli_tests: Rename test closure for clarity | Gabriela Moldovan | 2026-02-02 | 1 | -3/+3 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'hsc-migrate-test' into 'main' | gabi-250 | 2026-02-02 | 25 | -91/+681 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add integration test suite for `hsc ctor-migrate` subcommand | hjrgrn | 2026-02-02 | 25 | -91/+681 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'release-2.0.0-fixup-features' into 'main' | wesleyac | 2026-01-29 | 4 | -0/+4 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | release: run fixup-features. | Wesley Aptekar-Cassels | 2026-01-29 | 4 | -0/+4 | |
| * | | | | | Merge branch 'error-handle-invalid-ports-for-arti-proxy' into 'main' | opara | 2026-01-30 | 1 | -2/+8 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | arti: Do not panic when invalid ports are given as arguments to proxy | Niel Duysters | 2026-01-30 | 1 | -2/+8 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'tls-server' into 'main' | Nick Mathewson | 2026-01-29 | 14 | -13/+617 | |
| |\ \ \ \ | ||||||
| | * | | | | rtcompat: Temporarily disable tls-server test. | Nick Mathewson | 2026-01-29 | 3 | -5/+7 | |
| | * | | | | rustls: Improve test output; use standard warnings. | Nick Mathewson | 2026-01-29 | 1 | -4/+16 | |
| | * | | | | rtcompat: Clarify sni_hostname for server connections. | Nick Mathewson | 2026-01-29 | 1 | -1/+4 | |
| | * | | | | rtcompat: Clarify None returns from own_certificate. | Nick Mathewson | 2026-01-29 | 2 | -1/+11 | |
| | * | | | | Run "cargo sort" on tor-rtcompat. | Nick Mathewson | 2026-01-29 | 1 | -7/+6 | |
