Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-19 | Merge branch 'maint-0.4.7' | David Goulet | |
2023-06-19 | Use the new Stem repository on Gitlab | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-12-16 | Fix typos | Dimitris Apostolou | |
2020-07-28 | WritingTests.md: add a section about shells | Nick Mathewson | |
Closes #29485 | |||
2020-07-13 | Syntax highlighting in the docs | Guinness | |
This adds the syntax highlights in the MarkDown files. Fixes #33741 | |||
2020-03-26 | doc: Replace "underline" with "## Section name". | Bartosz Duszel | |
This approach doesn't require variable-length underlines. | |||
2020-03-26 | doc: Remove first, empty line in the file. | Bartosz Duszel | |
2020-03-22 | Update README files with common style. | Bartosz Duszel | |
- external links use markdown's []() format, - local files are formated with backquotes, - duplicated new lines were removed, - unnecesary single spaces were removed, - broken links and local paths were updated. | |||
2018-09-24 | Mention that we require Python 2.7 or newer | rl1987 | |
2017-10-03 | Improve docs on using gcov | Taylor Yu | |
Add more explanation in doc/HACKING about how to read gcov output, including a reference to the gcov documentation in the GCC manual. Also add details about how our postprocessing scripts modify gcov output. | |||
2016-11-21 | Fix typo | overcaffeinated | |
Remove stray 'To run' | |||
2016-10-14 | adding instructions how to include new test files | Chelsea H. Komlo | |
2016-04-12 | Adopt the LCOV convention for marking lines as unreachable by tests. | Nick Mathewson | |
Document this convention. Add a script to post-process .gcov files in order to stop nagging us about excluded lines. Teach cov-diff to handle these post-processed files. Closes ticket 16792 | |||
2016-03-28 | Write a document on how to add a test to Stem | Sebastian Hahn | |
2016-02-11 | Add another admonishment to WritingTests.md | Nick Mathewson | |
2015-11-05 | added some markdown formatting | tom lurge | |
2015-10-29 | hacking is now markdown | Nick Mathewson | |
Not good markdown, mind you. |