summaryrefslogtreecommitdiff
path: root/doc/HACKING/HelpfulTools.md
AgeCommit message (Collapse)Author
2018-07-18doc: Document Appveyor and Jenkins in doc/HACKING/HelpfulTools.mdteor
Closes 26852.
2018-07-05Start splitting src/orNick 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-20Remove dmalloc support; closes #26426Nick Mathewson
Dmalloc hasn't seen a release in over a decade, and there are much better tools to use these days.
2018-05-08Add Travis CI instructions. fixes #23883Alex Xu (Hello71)
2017-10-03Improve docs on using gcovTaylor 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-14Remove old callgraph scripts; recommend calltool instead.Nick Mathewson
2017-01-13Remove trailing whitespaceNick Mathewson
2017-01-13improved doc/HelpfulTools.md on profiling TorPierre-Antoine Rault
(Based on join work at https://pad.riseup.net/p/profiling-tor)
2015-11-05Delete trailing whitespace in md filesNick Mathewson
2015-11-05added some markdown formattingtom lurge
2015-10-29hacking is now markdownNick Mathewson
Not good markdown, mind you.