| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | CHANGELOG: Mention !2016. | Gabriela Moldovan | 2024-03-04 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | CHANGELOG: Mention !2010. | Gabriela Moldovan | 2024-03-04 | 1 | -1/+2 | |
| |/ / / | ||||||
| * | | | Merge branch 'analyzer_windows_problems' into 'main' | gabi-250 | 2024-03-04 | 3 | -2/+6 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Fix rust-analyzer problems seen with default features on Windows See merge request tpo/core/arti!2009 | |||||
| | * | | | arti: do not warn about unused variable on Windows | Tobias Stoeckmann | 2024-02-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Do not complain on non-unix systems that variable client is not used. It is only accessed within the function on unix systems. | |||||
| | * | | | tor-keymgr: Fix compilation on Windows | Tobias Stoeckmann | 2024-02-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | The PermissionsExt::from_mode function is not available on Windows and disabled in all other places of the file. Do so here as well. | |||||
| | * | | | arti: define RpcConfig only if needed | Tobias Stoeckmann | 2024-02-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | The RpcConfig struct is only used if feature rpc is selected. | |||||
| | * | | | arti: use name bindings only if needed | Tobias Stoeckmann | 2024-02-29 | 1 | -1/+3 | |
| | | |/ | |/| | | | | | | | | | | The local name binding for tor_config::define_list_builder_accessors is only needed if feature onion-service-service is selected. | |||||
| * | | | Merge branch 'windows_tests' into 'main' | gabi-250 | 2024-03-04 | 2 | -7/+15 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Fix two Windows tests See merge request tpo/core/arti!2015 | |||||
| | * | | | arti: Fix Windows test | Tobias Stoeckmann | 2024-03-01 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | Windows has a 100-nanosecond precision, so avoid test failure due to a known system limitation. | |||||
| | * | | | tor-persist: Improve test portability | Tobias Stoeckmann | 2024-03-01 | 1 | -3/+5 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | The test fails on Windows systems for two reasons: - File separator \ is printed in error message instead of expected / - Temporary files are located within home directory, which is anonymized Test failure can be provoked on Linux as well by setting TMPDIR to point to a directory within HOME. | |||||
| * | | | Merge branch 'fslock_windows' into 'main' | gabi-250 | 2024-03-04 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | fslock-guard: Fix Windows compilation See merge request tpo/core/arti!2014 | |||||
| | * | | | fslock-guard: Fix Windows compilation | Tobias Stoeckmann | 2024-03-01 | 1 | -2/+2 | |
| | |/ / | | | | | | | | | | | | | Cast argument to GetFileInformationByHandle, because types do not match. Output is: expected `winapi::ctypes::c_void`, found `std::ffi::c_void` | |||||
| * | | | Merge branch 'windows_keymgr' into 'main' | gabi-250 | 2024-03-04 | 1 | -2/+8 | |
| |\ \ \ | | | | | | | | | | | | | | | | | keystore: Fix slugs creations on Windows See merge request tpo/core/arti!2012 | |||||
| | * | | | keystore: Fix slugs creations on Windows | Tobias Stoeckmann | 2024-03-01 | 1 | -2/+8 | |
| | |/ / | | | | | | | | | | | | | | | | | | | The slugs used for ArtiPath must be separated by slashes, which Windows systems wouldn't do properly because paths are separated by backslashes. Implement a platform-independent way of slug creation. | |||||
| * | | | Merge branch 'fix-repro-builds' into 'main' | gabi-250 | 2024-03-04 | 2 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | upgrade docker image for reproducible builds See merge request tpo/core/arti!2016 | |||||
| | * | | | upgrade docker image for reproducible builds | trinity-1686a | 2024-03-03 | 2 | -2/+2 | |
| | |/ / | ||||||
| * | | | Merge branch 'workaround_1307' into 'main' | gabi-250 | 2024-03-04 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | Make test_partial_write linux-only. Closes #1307 See merge request tpo/core/arti!2010 | |||||
| | * | | Make test_partial_write linux-only. | Nick Mathewson | 2024-02-29 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | This is a temporary workaround for #1307: In `libc`, struct sigaction doesn't seem to have the same fields on all the unix platforms. | |||||
| * | | Merge branch 'changelog' into 'main' | gabi-250 | 2024-02-29 | 1 | -0/+216 | |
| |\ \ | | | | | | | | | | | | | CHANGELOG: Add changelog up to 7b986555f1d0a05deba8bc03e5463d1a20fc8a74 See merge request tpo/core/arti!2006 | |||||
| | * | | CHANGELOG: Move OnionService.md change to the docs section. | Gabriela Moldovan | 2024-02-29 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | CHANGELOG: Add more details and some clarifications. | Ian Jackson | 2024-02-29 | 1 | -5/+8 | |
| | | | | | | | | | | (cherry picked from commit e92037cc33521647cf23c5b69ceed918da7b2263) | |||||
| | * | | CHANGELOG: Add the planned date for 1.2.0 release. | Gabriela Moldovan | 2024-02-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | CHANGELOG: Add links. | Gabriela Moldovan | 2024-02-29 | 1 | -0/+90 | |
| | | | | ||||||
| | * | | CHANGELOG: Say which version we upgraded curve25519-dalek from. | Gabriela Moldovan | 2024-02-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | CHANGELOG: Move publisher bug fix under onion svc development. | Gabriela Moldovan | 2024-02-29 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | CHANGELOG: Fix reference to wrong script. | Gabriela Moldovan | 2024-02-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | CHANGELOG: Linkify the onion services doc. | Gabriela Moldovan | 2024-02-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | CHANGELOG: The new version is 1.2.0, not 1.1.14. | Gabriela Moldovan | 2024-02-29 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | CHANGELOG: Fix punctuation, linkify MR. | Nick Mathewson | 2024-02-29 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | CHANGELOG: Use "and" in enumeration. | Nick Mathewson | 2024-02-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | CHANGELOG: Add changelog up to 7b986555f1d0a05deba8bc03e5463d1a20fc8a74 | Gabriela Moldovan | 2024-02-29 | 1 | -0/+123 | |
| |/ / | ||||||
| * | | Merge branch 'cargo-audit-fix' into 'main' | gabi-250 | 2024-02-29 | 1 | -84/+84 | |
| |\ \ | |/ |/| | | | | | Run cargo update to fix cargo-audit job. See merge request tpo/core/arti!2007 | |||||
| | * | Run cargo update to fix cargo-audit job. | Gabriela Moldovan | 2024-02-29 | 1 | -84/+84 | |
| |/ | | | | | `windows-targets 0.52.3` was yanked, so we need to run an update to pick up `0.52.4`. | |||||
| * | Merge branch 'update-deps' into 'main' | gabi-250 | 2024-02-28 | 10 | -394/+384 | |
| |\ | | | | | | | | | Upgrade dependencies in preparation for release See merge request tpo/core/arti!2004 | |||||
| | * | tor-bytes: Remove signature dependency. | Gabriela Moldovan | 2024-02-28 | 2 | -2/+0 | |
| | | | ||||||
| | * | tor-netdir: Remove signature dependency. | Gabriela Moldovan | 2024-02-28 | 2 | -2/+0 | |
| | | | ||||||
| | * | Run cargo-update in preparation for 1.1.14 release. | Gabriela Moldovan | 2024-02-28 | 1 | -347/+359 | |
| | | | ||||||
| | * | Upgrade to latest config. | Gabriela Moldovan | 2024-02-28 | 4 | -23/+13 | |
| | | | ||||||
| | * | Upgrade to latest signature. | Gabriela Moldovan | 2024-02-28 | 6 | -23/+15 | |
| | | | ||||||
| * | | Merge branch 'semvermd-fixes' into 'main' | Alexander Færøy | 2024-02-28 | 3 | -0/+3 | |
| |\ \ | |/ |/| | | | | | Add missing semver.md entries See merge request tpo/core/arti!2005 | |||||
| | * | tor-keymgr: Note removal of dummy KeyMgrBuilderError in semver.md. | Gabriela Moldovan | 2024-02-28 | 1 | -0/+1 | |
| | | | ||||||
| | * | tor-hsservice: Note builder breaking change in semver.md | Gabriela Moldovan | 2024-02-28 | 1 | -0/+1 | |
| | | | ||||||
| | * | tor-hsrproxy: Add missing semver.md. | Gabriela Moldovan | 2024-02-28 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge branch 'uniq-id-logging' into 'main' | Nick Mathewson | 2024-02-28 | 10 | -32/+84 | |
| |\ | | | | | | | | | | | | | tor-circmgr: Add UniqId to circuit errors Closes #1297 See merge request tpo/core/arti!2003 | |||||
| | * | tor-proto: Note the addition of PendingClientCirc::peek_unique_id in semver.md. | Gabriela Moldovan | 2024-02-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | tor-circmgr: Note Error breaking change in semver.md. | Gabriela Moldovan | 2024-02-28 | 1 | -0/+1 | |
| | | | ||||||
| | * | tor-circmgr: Include the UniqId in Protocol error string (fmt). | Gabriela Moldovan | 2024-02-27 | 1 | -1/+6 | |
| | | | ||||||
| | * | tor-circmgr: Include the UniqId in Protocol error string. | Gabriela Moldovan | 2024-02-27 | 1 | -1/+1 | |
| | | | | | | | | | Part of #1297 | |||||
| | * | tor-circmgr: Add TODO about adding context to Error::CircCanceled. | Gabriela Moldovan | 2024-02-27 | 1 | -0/+5 | |
| | | | | | | | | | Part of #1297 | |||||
| | * | tor-circmgr: Add UniqId to Error::Protocol. | Gabriela Moldovan | 2024-02-27 | 3 | -0/+9 | |
| | | | | | | | | | Part of #1297 | |||||
