Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-25 | Rewrite documentation on primary branch usage for Tor.git. | Alexander Færøy | |
This patch is part of a series of patches where we try to change our primary branch name of tor.git from master to main. See: tpo/core/team#2 | |||
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-02-03 | go in to fix one typo, end up fixing more | Roger Dingledine | |
2020-01-06 | Add documentation about building a TAGS file. | Nick Mathewson | |
Patch from opara. Closes ticket 32779. | |||
2019-03-13 | Improve failure message from check-best-practices | Nick Mathewson | |
2018-07-18 | doc: Document Appveyor and Jenkins in doc/HACKING/HelpfulTools.md | teor | |
Closes 26852. | |||
2018-07-05 | Start splitting src/or | Nick Mathewson | |
This is a very gentle commit that just lays the groundwork in the build system: it puts the include files to build libtor-app.a into src/core, and to build the tor executable into src/app. The executable is now "src/app/tor". | |||
2018-06-20 | Remove dmalloc support; closes #26426 | Nick Mathewson | |
Dmalloc hasn't seen a release in over a decade, and there are much better tools to use these days. | |||
2018-05-08 | Add Travis CI instructions. fixes #23883 | Alex Xu (Hello71) | |
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. | |||
2017-06-14 | Remove old callgraph scripts; recommend calltool instead. | Nick Mathewson | |
2017-01-13 | Remove trailing whitespace | Nick Mathewson | |
2017-01-13 | improved doc/HelpfulTools.md on profiling Tor | Pierre-Antoine Rault | |
(Based on join work at https://pad.riseup.net/p/profiling-tor) | |||
2015-11-05 | Delete trailing whitespace in md files | 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. |