Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |