summaryrefslogtreecommitdiff
path: root/maint
Commit message (Expand)AuthorAgeFilesLines
...
* | Add an exception for RUSTSEC-2024-0421 to fix CI.Nick Mathewson2024-12-091-0/+9
* | Merge branch 'dev/cve/fixup-features' into 'main'opara2024-12-031-3/+14
|\ \
| * | maint: Add exclusion feature to `fixup-features`Clara Engler2024-12-031-3/+14
* | | add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-032-0/+2
|/ /
* | maint/check_licenses: Add unicode-ident license to recognized list.Gabriela Moldovan2024-11-281-0/+2
* | arti-relay: remove runtime/tls-related featuresSteven Engler2024-11-141-3/+2
* | arti-relay: add 'test-all-crates' and 'matrix-check' exceptionsSteven Engler2024-11-131-2/+3
* | cargo_audit: Temporarily ignore RUSTSEC-2024-0384.Gabriela Moldovan2024-11-121-0/+8
* | ci_log_span_fns.sh: make API easier to useJim Newsome2024-11-041-8/+54
* | Replace maint/ci_log_span with maint/ci_log_span_fns.shJim Newsome2024-11-042-13/+22
* | check_licences: Allow the ludicrous "Apache-2.0) OR MIT AND (MIT"Ian Jackson2024-10-301-0/+4
* | Adjust docsrs exception and documentation for unix::SocketAddrNick Mathewson2024-10-291-1/+1
* | python-lints script to run flake8, black, and mypy.Nick Mathewson2024-10-281-0/+204
* | update-md-links: annotate a Popen generic.Nick Mathewson2024-10-281-1/+2
* | python: Make mypy accept postprocess_coverage_*Nick Mathewson2024-10-242-5/+33
* | Python: simple annotations to allow mypy to pass.Nick Mathewson2024-10-241-3/+4
* | python: Split lines over 99 chars longNick Mathewson2024-10-241-2/+4
* | python: one import per line.Nick Mathewson2024-10-241-1/+2
* | Python: use a more lint-acceptable block comment format.Nick Mathewson2024-10-241-3/+6
* | python: Avoid using "l" as a variable name.Nick Mathewson2024-10-242-16/+16
* | rpc-docs-tool: imports go at the head of the module.Nick Mathewson2024-10-241-7/+7
* | python: Use "a not in b" rather than "not a in b".Nick Mathewson2024-10-243-4/+4
* | python: Fix warnings about unused variables and modules.Nick Mathewson2024-10-244-5/+3
* | Run "black" to reformat all our pythonNick Mathewson2024-10-2413-316/+506
* | rpc-docs-tool: Provide better warning on rustdoc format mismatch.Nick Mathewson2024-10-231-0/+27
* | Update rpc-docs-tool to work with latest nightly rustdocNick Mathewson2024-10-221-1/+7
* | test-all-crates: Rename --start-from to --skip-untilIan Jackson2024-10-221-3/+3
* | test-all-crates: New --start-from optionIan Jackson2024-10-221-0/+11
* | test-all-crates: conditional options, to test more cratesIan Jackson2024-10-221-2/+14
* | test-all-crates: Introduce proper argument parserIan Jackson2024-10-221-3/+7
* | maint/cbindgen: Workaround for systems without gnu-getopt by default.Nick Mathewson2024-10-211-2/+9
* | Merge branch 'rpc-doc-automation' into 'main'Nick Mathewson2024-10-031-0/+669
|\ \
| * | rpc-doc-tool: improvements to HTML_HEADERNick Mathewson2024-10-031-2/+4
| * | rpc-doc-tool: move constants to head of fileNick Mathewson2024-10-031-26/+26
| * | rpc-doc-tool: Use __file__ in place of argv[0]Nick Mathewson2024-10-031-4/+6
| * | rpc-doc-tool: Fix handling for "magic" headings.Nick Mathewson2024-10-021-4/+3
| * | add references for rustdoc links.Nick Mathewson2024-10-011-8/+45
| * | rpc-doc-tool: only emit Parameters link when there are some.Nick Mathewson2024-10-011-1/+15
| * | Python tool to build RPC method/type documentation.Nick Mathewson2024-10-011-0/+615
* | | forbid-hard-tabs: Improve doc commentIan Jackson2024-10-021-1/+5
* | | bash-utils.sh: reject_options: Don't crash due to -u if no argumentsIan Jackson2024-10-021-1/+1
* | | Provide new forbid-hard-tabs scriptIan Jackson2024-10-021-0/+45
|/ /
* | Merge branch 'bug_1632' into 'main'Nick Mathewson2024-09-301-1/+0
|\ \
| * | maint: removed num-bigint line from downgrade-dependencies scriptMorgan2024-09-291-1/+0
* | | Update list of Tor employees in exclude_contributorsNick Mathewson2024-09-301-1/+4
|/ /
* | downgrade_dependencies: Add exception for ring 0.16Nick Mathewson2024-09-251-1/+2
* | Use Rust 1.77 for our reproducible builds.Nick Mathewson2024-09-251-1/+1
* | Upgrade MSRV to 1.77Nick Mathewson2024-09-252-2/+2
* | add example: axum router as onion servicetidely2024-09-241-0/+1
* | rtcompat: Add definitions for unix::SocketAddr.Nick Mathewson2024-09-241-0/+6