summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | maint/common/forbid-absolute-shebansg: Fix error handlingIan Jackson2024-07-161-4/+15
| | | * | | | | maint/common/apt-install: Don't repeat apt-get updateIan Jackson2024-07-161-1/+9
| | | * | | | | maint/common/apt-install: Use `apt-get install`Ian Jackson2024-07-161-1/+1
| | |/ / / / /
| | | * | | | shellcheck-all: Use -x rather than grepping for included filesIan Jackson2024-10-271-2/+1
| | | * | | | Copy maint/rust-maint-common/forbid-hard-tab from arti.gitIan Jackson2024-10-051-0/+49
| | | * | | | shellcheck example: Don't say `./maint`Ian Jackson2024-07-191-1/+1
| | | * | | | for-every-commit: Exclude the subtree(s)Ian Jackson2024-07-191-1/+9
| | | * | | | for-every-commit: Use array for [t]revlistIan Jackson2024-07-191-4/+4
| | |/ / / /
* | | | | | Merge branch 'bug1885a' into 'main'Nick Mathewson2025-11-043-11/+6
|\ \ \ \ \ \
| * | | | | | Remove one stray allow(deprecated)Neel Chauhan2025-11-041-1/+0
| * | | | | | Stop using MockSleepProvider in a few cratesNeel Chauhan2025-11-023-10/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'msrv-ci-check' into 'main'Nick Mathewson2025-11-042-0/+35
|\ \ \ \ \ \
| * | | | | | ci-check-msrv: CI check for MSRV declaration in cratesnield2025-10-292-0/+35
* | | | | | | Merge branch 'refactor-get-recent-consensus' into 'main'Clara Engler2025-11-041-19/+16
|\ \ \ \ \ \ \
| * | | | | | | tor-dirserver: Refactor cons retrieval with JOINClara Engler2025-11-041-19/+16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'bad_extend_test' into 'main'opara2025-11-043-13/+26
|\ \ \ \ \ \ \
| * | | | | | | bad_extend_test_impl: Wait for message instead of a 100 ms delay.Nick Mathewson2025-11-041-8/+18
| * | | | | | | proto: use assert_matches in circuit.rs tests.Nick Mathewson2025-11-043-5/+8
| |/ / / / / /
* | | | | | | Merge branch 'vim_gitignore' into 'main'Nick Mathewson2025-11-041-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Exclude vim \*.swp files in .gitignoreNeel Chauhan2025-11-041-0/+1
| |/ / / / / /
* | | | | | | Merge branch 'raise-thresholds' into 'main'Jim Newsome2025-11-041-36/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | shadow CI: increase success threshold for onion svc xfersJim Newsome2025-11-041-13/+13
| * | | | | | shadow CI: add check_host_xfers helper function and improve outputJim Newsome2025-11-041-36/+30
|/ / / / / /
* | | | | | Merge branch 'bump-shadow-2025-11' into 'main'Jim Newsome2025-11-032-3/+3
|\ \ \ \ \ \
| * | | | | | CI: bump shadow commitJim Newsome2025-11-031-2/+2
| * | | | | | shadow CI: Use ./ prefix for logging pathJim Newsome2025-11-031-1/+1
|/ / / / / /
* | | | | | Merge branch 'use_futures_copy' into 'main'Nick Mathewson2025-11-037-187/+63
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Replace copy_interactive with futures-copy.Nick Mathewson2025-10-307-187/+63
* | | | | | Merge branch 'release-2' into 'main'Nick Mathewson2025-10-311-6/+6
|\ \ \ \ \ \
| * | | | | | ci: image downgrade and comment fix for 'cargo-miri' jobSteven Engler2025-10-311-6/+6
|/ / / / / /
* | | | | | Merge branch 'release-3' into 'main'Nick Mathewson2025-10-316-475/+435
|\ \ \ \ \ \
| * | | | | | arti: fix deprecation warnings in assert_cmd libSteven Engler2025-10-314-8/+9
| * | | | | | maint: downgrade generic-array to 0.14.7Steven Engler2025-10-301-2/+2
| * | | | | | maint: ran `cargo update`Steven Engler2025-10-301-468/+427
| * | | | | | doc: add 'perl-Time-Piece' as a required dependencySteven Engler2025-10-301-1/+1
| |/ / / / /
* | | | | | Merge branch 'release-2' into 'main'Nick Mathewson2025-10-313-15/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | maint: update 'extract-md-links' for mistune 3.xSteven Engler2025-10-311-6/+5
| * | | | | ci: upgrade container versionsSteven Engler2025-10-312-9/+9
|/ / / / /
* | | | | Merge branch 'circ-sync-view-3' into 'main'Nick Mathewson2025-10-308-11/+54
|\ \ \ \ \
| * | | | | proto: Move a TODO to CircSyncViewGabriela Moldovan2025-10-302-3/+3
| * | | | | proto: Replace ClientCircSyncView in IncomingStreamRequestFilterGabriela Moldovan2025-10-306-8/+11
| * | | | | proto: Add a new CircSyncView typeGabriela Moldovan2025-10-302-0/+40
|/ / / / /
* | | | | Merge branch 'dirmirror-op' into 'main'Clara Engler2025-10-3010-272/+1312
|\ \ \ \ \
| * | | | | tor-dirserver: Add SaturatingSystemTimeClara Engler2025-10-304-156/+290
| * | | | | tor-dirserver: Ensure positive timestampsClara Engler2025-10-301-1/+5
| * | | | | tor-dircommon: Add TODO to DirTolerance::DefaultClara Engler2025-10-301-0/+2
| * | | | | tor-dirserver: Small database::open() improvementsClara Engler2025-10-301-115/+58
| * | | | | Revert "maint/downgrade_dependencies: No longer mess with [email protected]"Clara Engler2025-10-301-0/+4
| * | | | | tor-dirserver: Make database full syncClara Engler2025-10-307-346/+265
| * | | | | tor-dirserver: Outline the dirmirror operationClara Engler2025-10-302-147/+260