Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | Remove old callgraph scripts; recommend calltool instead. | Nick Mathewson | |
2017-05-26 | Update releasing-tor to reflect current versions and tooling | Nick Mathewson | |
(Note that a lot of the removed guidance is stuff that the tools will do automatically.) | |||
2017-04-25 | More clarification on 13802 | Nick Mathewson | |
2017-04-25 | trace: Add a basic event-tracing infrastructure. | David Goulet | |
This commit adds the src/trace directory containing the basics for our tracing subsystem. It is not used in the code base. The "src/trace/debug.h" file contains an example on how we can map our tor trace events to log_debug(). The tracing subsystem can only be enabled by tracing framework at compile time. This commit introduces the "--enable-tracing-debug" option that will make all "tor_trace()" function be maped to "log_debug()". Closes #13802 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-04-03 | Add a release checklist step to highlight changes | Sebastian Hahn | |
In an effort to better communicate with our users that they might need to take certain actions when upgrading, we should extract from the changelog the items that require some action (example: the new version automatically generates keys, if you want them to be offline - make sure to create them before upgrading). | |||
2017-03-14 | Merge remote-tracking branch 'chelseakomlo/documentation_integ_tests' | Nick Mathewson | |
2017-02-24 | Small fixes to fuzzing documentation. | Nick Mathewson | |
2017-02-14 | Rename make fuzz to make test-fuzz-corpora | Nick Mathewson | |
2017-01-30 | Fix an error in Fuzzing.md. (asn spotted this) | Nick Mathewson | |
2017-01-30 | Merge branch 'combined-fuzzing-v4' | Nick Mathewson | |
2017-01-30 | Update documentation and testing integration for fuzzing | Nick Mathewson | |
2017-01-30 | Try to tweak fuzzing.md to correspond to my changes | Nick Mathewson | |
2017-01-30 | Add a script for running multiple fuzzing sessions on multiple cores | teor | |
2017-01-30 | Copy fuzzing instructions by teor | 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) | |||
2016-12-21 | check-spaces is run as part of make check | Chelsea H. Komlo | |
2016-12-21 | make distcheck should be a part of the local development process | Chelsea H. Komlo | |
2016-12-21 | Adds standard to run code changes against test suite | Chelsea H. Komlo | |
2016-12-16 | Merge remote-tracking branch 'jryans/no-changes-unreleased' | Nick Mathewson | |
2016-12-12 | Update description of release practices | Nick Mathewson | |
2016-12-08 | Document no changes file needed for bugfixes on unreleased code | J. Ryan Stinnett | |
Fixes #20932. | |||
2016-11-21 | Fix typo | overcaffeinated | |
Remove stray 'To run' | |||
2016-11-07 | typo fix in doc/HACKING/ReleasingTor.md | Nick Mathewson | |
2016-10-14 | adding instructions how to include new test files | Chelsea H. Komlo | |
2016-08-26 | update packager emails list again | Nick Mathewson | |
2016-08-22 | Add two new packagers. | Nick Mathewson | |
Also, stop implying that Roger still does all the source releases. | |||
2016-06-15 | ondrej is no longer making rpms | Nick Mathewson | |
2016-05-23 | Stop recommending --enable-gcc-warnings in doc/HACKING | Nick Mathewson | |
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-04-12 | Merge remote-tracking branch 'sebastian/stemtest' | Nick Mathewson | |
2016-03-29 | majority of four is, alas, three | Roger Dingledine | |
2016-03-29 | Faravahar also versions. | Nick Mathewson | |
2016-03-28 | Add more structure (and tests) to ReleasingTor.md | Nick Mathewson | |
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 | |
2016-02-01 | mention lintChanges.py in the coding standards | Nick Mathewson | |
2016-01-27 | Clarify ReleasingTor.md on versions.wmi | Nick Mathewson | |
Closes #17839. | |||
2015-12-15 | Remove the INLINE coding standard | cypherpunks | |
2015-12-10 | forward-port changelog and releasenotes | Nick Mathewson | |
2015-11-13 | fix an email address in doc/HACKING/ReleasingTor.md | Nick Mathewson | |
2015-11-05 | Delete trailing whitespace in md files | Nick Mathewson | |
2015-11-05 | add release notes | Nick Mathewson | |
2015-11-05 | added some markdown formatting | tom lurge | |
2015-11-03 | Fix filename endings in HACKING. Patch from "ckomlo", ticket #17515. | Nick Mathewson | |
2015-10-29 | hacking is now markdown | Nick Mathewson | |
Not good markdown, mind you. | |||
2015-10-29 | More issues that Karsten spotted | Nick Mathewson | |
2015-10-29 | Clean up the doc/HACKING/* docs a bit. | Karsten Loesing | |
2015-10-22 | Actually add HowToReview.txt | Nick Mathewson | |
2015-10-22 | Start writing a how to review doc | Nick Mathewson | |