Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-14 | Revise trac.torproject.org urls to refer to gitlab replacements. | Nick Mathewson | |
Closes #40101. | |||
2019-11-15 | Doxygen: rename all .dox files to end with .md | Nick Mathewson | |
Using a standard ending here will let other tools that expect markdown understand our output here. This commit was automatically generated with: for fn in $(find src -name '*.dox'); do \ git mv "$fn" "${fn%.dox}.md"; \ done |