| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bug in check_doc_features | Nick Mathewson | 2023-02-21 | 1 | -7/+3 |
| | | | | | | | In Python, str.find returns -1 if it doesn't find the target character, and -1 is a true value. So `if pos := foo.find('c')` won't do what we want. | ||||
| * | tor-cell: documentation cleanups related to restricted_msg | Nick Mathewson | 2023-02-07 | 1 | -0/+5 |
| | | |||||
| * | shell: use /usr/bin/env instead of absolute paths | Emil Engler | 2023-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | This commit changes the shebang in all shell scripts from absolute paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env` binary with the accompanying interpreter as it's argument. The reason for this are as follows: - NixOS cannot work with absolute paths - BSD systems install their packages in /usr/local/bin | ||||
| * | fixup! tor-guardmgr: Fix visibility of TestConfig with no features enabled | Ian Jackson | 2022-11-18 | 1 | -1/+1 |
| | | |||||
| * | docs features: Add a suppression for testing | Ian Jackson | 2022-11-03 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'matrix-features' into 'main' | Nick Mathewson | 2022-10-21 | 1 | -0/+2 |
| |\ | | | | | | | | | | | | | add checks for many feature combinations Closes #303 See merge request tpo/core/arti!775 | ||||
| | * | fix doc-feature synchro | trinity-1686a | 2022-10-16 | 1 | -0/+2 |
| | | | |||||
| * | | Remove now-needless check_doc_features exception. | Nick Mathewson | 2022-10-20 | 1 | -6/+0 |
| |/ | |||||
| * | pt: Make PtTarget::push_setting fallible, and take Into | Ian Jackson | 2022-10-03 | 1 | -1/+2 |
| | | | | | | | It has its own error type PtTargetInvalidSetting. In check_doc_features, adjust suppression to new code. | ||||
| * | pt: Try to fix docsrs problem | Ian Jackson | 2022-09-27 | 1 | -1/+1 |
| | | |||||
| * | Rename various Transport* types to Pt*. | Nick Mathewson | 2022-09-23 | 1 | -1/+1 |
| | | | | | | This clarifies that the types apply to pluggable transports only, and not (typically) to the default plain-old-TCP transport. | ||||
| * | New data types to describe transport targets. | Nick Mathewson | 2022-09-23 | 1 | -0/+5 |
| | | | | | | I've tried to name and structure these for consistency, and comment reasonably well. We'll still probably want to make changes. | ||||
| * | switch from awk to python | trinity-1686a | 2022-08-24 | 1 | -85/+134 |
| | | |||||
| * | add feature annotation not added by doc_auto_cfg | trinity-1686a | 2022-08-24 | 1 | -0/+94 |
