Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-10 | Merge remote-tracking branch 'tor-github/pr/1064' into maint-0.4.1 | Nick Mathewson | |
2019-06-05 | change some CI-substitute logic | Nick Mathewson | |
2019-05-31 | Mention Travis/Appveyor/Jenkins URLs in ReleasingTor.md | rl1987 | |
2019-05-03 | Note how to update the new website in the ReleasingTor.md instructions | Nick Mathewson | |
2019-04-23 | Coding Standards: Document how to find git commits | teor | |
Document how to find git commits and tags for bug fixes in CodingStandards.md. And update some changes file documentation. Closes ticket 30261. | |||
2019-04-03 | Removed the use of expect from CodingStandardsRust | Elichai Turkel | |
2019-03-13 | Improve failure message from check-best-practices | Nick Mathewson | |
2019-02-17 | fix some of the typos in Maintaining.md | Roger Dingledine | |
2018-12-11 | Merge remote-tracking branch 'github/prop297' | Nick Mathewson | |
2018-12-05 | Update ReleasingTor.md to reflect current practice | Nick Mathewson | |
See #28479. | |||
2018-11-24 | Rewrite updateVersions script in Python, add datestamp functionality. | Nick Mathewson | |
This updateVersions.pl script was one of the only essential perl scripts left in out maint system, and was the only one that used autoconf to fill in the script. This script adds a feature to define an APPROX_RELEASE_DATE macro that is updated when the version changes. We'll use this to implement prop297, so that we have an accurate view of when a release date happens. | |||
2018-10-29 | Merge branch 'ticket28225_036_01_squashed' | Nick Mathewson | |
2018-10-29 | doc: Add Maintaining.md documentation | David Goulet | |
Closes #28225 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-10-29 | doc: Use `` for commands and "" for quotes in ReleasingTor.md | teor | |
2018-10-29 | doc: Spell make test-network-all correctly in ReleasingTor.md | teor | |
Closes ticket 28821. | |||
2018-09-24 | Mention that we require Python 2.7 or newer | rl1987 | |
2018-08-16 | Merge branch 'pr275_squashed' | Nick Mathewson | |
2018-08-16 | rust/docs: fix critical typo for missing_docs lint | cypherpunks | |
Fix typo from fe66d06a45a4714141eba992fe87ec3dd5fa1c22. The exclamation point is what lets an attribute apply to an entire crate, without the ! it's practically a placebo. Fix on commits af182d4ab51d6a1a70559bbdcd4ab842aa855684 and b6059297d7cb76f0e00e2098e38d6677d3033340, and note there are still missing docs in both crypto and protover, for now. https://doc.rust-lang.org/reference/attributes.html | |||
2018-08-16 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-16 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-16 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-16 | Rust: Say that we support rust stable in GettingStartedRust.md | teor | |
In 24765, we said that we supported rust stable in CodingStandardsRust.md. But we left GettingStartedRust.md saying that we support rust nightly. Closes 27160. | |||
2018-07-18 | doc: Document Appveyor and Jenkins in doc/HACKING/HelpfulTools.md | teor | |
Closes 26852. | |||
2018-07-13 | Faravahar hasn't been voting on versions for a while now | Roger Dingledine | |
2018-07-10 | Describe "check-includes" in the CodingStandards.md file | Nick Mathewson | |
2018-07-10 | Stop mentioning src/or and src/common in doc/HACKING | Nick Mathewson | |
2018-07-10 | Add an initial CodeStructure.md file to doc/HACKING. | Nick Mathewson | |
Not complete or pretty, but better than nothing. | |||
2018-07-05 | Fix everything that previously referred to src/or | Nick Mathewson | |
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-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. |