Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-26 | Make more notes about important stuff in ReleasingTor.md | Nick Mathewson | |
2018-01-26 | ReleasingTor.md: check for recommendation, listing on dl page | Nick Mathewson | |
Closes ticket 23118. | |||
2017-12-12 | Fix a typo in CodingStandards.md | teor | |
Closes #24596. | |||
2017-12-08 | Merge branch 'macro_free_v2_squashed' | Nick Mathewson | |
2017-12-08 | document our allocator conventions | Nick Mathewson | |
2017-11-28 | doc: Document how to build with Rust dependencies in offline-mode. | Isis Lovecruft | |
* CLOSES #22907: https://bugs.torproject.org/22907 | |||
2017-11-20 | Add initial instructions on using Simpleperf for Android CPU profiling. | Alexander Færøy | |
See: https://bugs.torproject.org/24062 | |||
2017-11-13 | Note in the rust doc that these comments are bidirectional | Nick Mathewson | |
2017-11-13 | Merge remote-tracking branch 'chelseakomlo/24032-cargo-rust-sync' | Nick Mathewson | |
2017-11-13 | update rust getting started for new build | Chelsea Holland Komlo | |
2017-11-11 | annotate where C and Rust need to stay in sync | Chelsea Holland Komlo | |
2017-11-11 | new email address for yuri; close 24241 | Nick Mathewson | |
2017-10-26 | doc: Add fedora packager point of contact | David Goulet | |
This is a link to the user page on the Fedora project website: https://koji.fedoraproject.org/koji/userinfo?userID=2234 Fixes #24015 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-10-03 | Merge remote-tracking branch 'catalyst-oniongit/bug23739' | Nick Mathewson | |
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-10-03 | Merge remote-tracking branch 'isis/bug23695' | Nick Mathewson | |
2017-09-29 | doc: Add a good resource for learning to write Rust FFI. | Isis Lovecruft | |
2017-09-22 | Mention even more about changes files in doc/HACKING | Nick Mathewson | |
2017-09-21 | Update CodingStandards.md for changes-file stuff | Nick Mathewson | |
'check-changes' is now part of "make check", and must pass. | |||
2017-09-18 | small tweaks to releasingtor.md | Nick Mathewson | |
2017-09-17 | add frebsd ports maintainer to releasingtor list | Nick Mathewson | |
2017-09-15 | doc: make introduction paragraph point to correct data | Martin Kepplinger | |
doc/HACKING/GettingStarted.md says "you might like reading doc/HACKING", which the reader obviously is already doing. Instead point to the "torguts" documents that are mentioned a few lines below too. | |||
2017-09-08 | Add guidelines for floating point use | Taylor Yu | |
2017-09-07 | doc: Add our Ubuntu packager to ReleasingTor.md | David Goulet | |
His full name is: Simon Deziel. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-09-07 | Talk about assertions in CodingStandards.md | Nick Mathewson | |
2017-09-05 | Not all invizbox people have the same TLD... :/ | Nick Mathewson | |
2017-09-04 | Merge branch 'bug22818_squashed' | Nick Mathewson | |
2017-09-04 | docs: Add notes on behaviours which Rust considers undefined. | Isis Lovecruft | |
2017-09-04 | docs: More Rust coding standards, based on without boats' comments. | Isis Lovecruft | |
2017-08-30 | docs: More Rust coding standards w.r.t. fuzzing and safety. | Isis Lovecruft | |
2017-08-30 | docs: Clarify some portions of the Rust coding standards. | Isis Lovecruft | |
* THANKS TO Henry de Valence for review. | |||
2017-08-29 | docs: Document coding standards, build instructions, etc. for Rust code. | Isis Lovecruft | |
* FIXES #22818 | |||
2017-08-24 | add another invizbox maintainer to ReleasingTor.md | Nick Mathewson | |
2017-08-01 | Document some operators usage conventions. | Nick Mathewson | |
2017-07-10 | Add more details about git branch use in tor | Matt Traudt | |
2017-07-10 | impact -> affect | Nick Mathewson | |
2017-07-09 | specify when to run make distcheck | Chelsea H. Komlo | |
2017-06-28 | make check is required for all code submissions | Chelsea H. Komlo | |
integration tests should be run for feature changes/major patches | |||
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 | |