Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | remove EOL@EOF advice | Nick Mathewson | |
2018-06-11 | Add explanation about editorconf in coding standards | juga0 | |
so that developers know what is .editorconfig for. | |||
2018-05-11 | Add a CONTRIBUTING file | Nick Mathewson | |
This file contains pointers to other important top-level resources, and some info about acceptable licenses. Also, add that info to CodingStandards.md | |||
2018-05-08 | Add Travis CI instructions. fixes #23883 | Alex Xu (Hello71) | |
2018-05-03 | doc: Add Module.md explaining Tor modules | David Goulet | |
Initial document that contains guidelines to write a new module in Tor. Closes #25991 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-03-29 | typo fix in doc/HACKING/ReleasingTor | Nick Mathewson | |
2018-03-28 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-03-28 | Bug 25664: Update libc version requirement for Rust | Georg Koppen | |
When merging the patches for #25310 the libc version requirement in `GettingStartedRust.md` and `configure.ac` did not get updated to the now needed 0.2.39. | |||
2018-03-21 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-03-21 | maint: Add script for vendoring/updating Rust dependencies. | Isis Lovecruft | |
* ADD documentation for usage both inside the script and in doc/HACKING/CodingStandardsRust.md * FIXES part of #25310: https://bugs.torproject.org/25310 | |||
2018-03-21 | doc: Document our current rough-draft policy on Rust dependencies. | Isis Lovecruft | |
* FIXES #25310: https://bugs.torproject.org/25310 | |||
2018-03-20 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-03-20 | Note that we require latest stable rust. | Nick Mathewson | |
2018-02-27 | Update the primitive types explanation in the Rust coding standards | teor | |
Part of #25368. Includes c_double in anticipation of #23061. | |||
2018-02-21 | Fix a variable name in tor-rust-dependencies | Nick Mathewson | |
2018-02-21 | Wrap GettingStartedRust.md to 72 columns. | Nick Mathewson | |
2018-02-07 | Fix spelling mistakes corresponding to ticket #23650 | Deepesh Pathak | |
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 | |