summaryrefslogtreecommitdiff
path: root/maint
Commit message (Expand)AuthorAgeFilesLines
* maint: use `Crate.subdir` in matrix-checkSteven Engler2025-02-031-17/+1
* maint: pass `Crate` to `test_crate` in matrix-checkSteven Engler2025-02-031-10/+10
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* format_md_links: add list of not-necessarily-a-link exceptionsNick Mathewson2025-01-281-3/+11
* format_md_links: more documentationNick Mathewson2025-01-281-1/+4
* format_md_links: more comments in regular expressions.Nick Mathewson2025-01-281-0/+4
* Change lower-bound for git abbrevs to 7.Nick Mathewson2025-01-281-2/+2
* Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2025-01-281-1/+1
* Hand cleaning on format_md_links outputsNick Mathewson2025-01-281-1/+1
* Script to reformat links at the end of each changelog entryNick Mathewson2025-01-281-0/+240
* rpc-docs-tool: Fix documentation for methods that apply to all objectsNick Mathewson2025-01-231-7/+30
* rpc-doc-tool: Fix dangling RustDoc linksNick Mathewson2025-01-231-11/+47
* rpc-docs-tool: Emit methods and objects in sorted order.Nick Mathewson2025-01-231-4/+7
* rpc-docs-tool: Update version recommendationNick Mathewson2025-01-231-2/+2
* rpc-docs-tool: Use new connect-point API to connect to arti.Nick Mathewson2025-01-231-4/+1
* maint/check_licenses: Acknowledge that we don't handle ORIan Jackson2025-01-201-1/+1
* maint/check_licenses: Instructions for what to do about MPLIan Jackson2025-01-201-1/+12
* Un-ignore RUSTSEC-2024-0421Nick Mathewson2025-01-071-9/+10
* Add Clara and "wesleyac" to exclude_contributors.txtNick Mathewson2025-01-071-0/+2
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-072-0/+2
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-062-0/+2
* | fix: fix typosDimitris Apostolou2025-01-061-2/+2
* | Un-ignore RUSTSEC-2024-0370Nick Mathewson2025-01-061-5/+5
|/
* Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+1
* Label our cbindgen output, to detect version incompatibility.Nick Mathewson2024-12-091-0/+1
* 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