Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-19 | Change git.tpo URLs to gitlab.tpo | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-06-19 | Use the new Stem repository on Gitlab | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-04-07 | doc: Minor changes to the Releasing doc | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-01-24 | doc: More clarification of the release process steps | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-01-24 | Try to clarify maint vs release issues on ReleasingTor.md | Nick Mathewson | |
I've tried to clarify what happens on "maint" vs what happens on "release". I'm not sure I've got it right wrt the patches generated by the scripts, though, so please review carefully and second-guess everything I'm saying here. :) | |||
2021-12-16 | doc: One more poings in ReleasingTor.md | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-12-16 | doc: Update ReleasingTor.md with missing steps | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-12-16 | doc: Improve a bit the ReleasingTor.md | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-02 | doc: Brand new ReleasingTor.md | David Goulet | |
Closes #40508 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-06 | Remove last artifacts of Rust related code | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-06 | rust: Remove Rust support from tree | David Goulet | |
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-07-23 | Correct another ReleasingTor.md issue | Nick Mathewson | |
2021-07-23 | Update ReleasingTor.md to reflect current practice | Nick Mathewson | |
2021-06-07 | Add links to original design paper and anonbib | Emily Bones | |
Closes #33742 | |||
2021-06-07 | Add a checklist to releasingtor.md | Nick Mathewson | |
2021-05-25 | Rewrite documentation on primary branch usage for Tor.git. | Alexander Færøy | |
This patch is part of a series of patches where we try to change our primary branch name of tor.git from master to main. See: tpo/core/team#2 | |||
2021-01-15 | add brave to security cc list | Nick Mathewson | |
2020-11-12 | Fix typos. | Samanta Navarro | |
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER) | |||
2020-09-14 | Update remaining trac.tpo wiki urls | Nick Mathewson | |
2020-08-14 | Revise trac.torproject.org urls to refer to gitlab replacements. | Nick Mathewson | |
Closes #40101. | |||
2020-08-13 | Update ReleasingTor.md to current practice | Nick Mathewson | |
2020-08-11 | CodingStandards.md: allow "bugfix on all supported versions. | Nick Mathewson | |
Closes tpo/core/team#1 . | |||
2020-07-28 | WritingTests.md: add a section about shells | Nick Mathewson | |
Closes #29485 | |||
2020-07-16 | Combine text into existing "what does not need a changes file" section. | Nick Mathewson | |
2020-07-16 | doc: Update our requirements for changes file | David Goulet | |
Closes tpo/core/team#3. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-07-16 | doc: Document circuit subsystem tracing events | David Goulet | |
Create a doc/tracing/ directory to contain a top level README.md which is the previously named Tracing.md and add the EventsCircuit.md which describes the circuit subsystem tracing events in depth. Closes #40036 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-07-14 | doc: Fix aesthetic issues in HACKING/Tracing.md | David Goulet | |
Remove all the escape character "\" which is not needed for Markdown files. This also fixes the tracing event include to the correct path. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-07-13 | Merge branch 'maint-0.4.4' | Nick Mathewson | |
2020-07-13 | Bug 31812: Change http URL's to https | JeremyRand | |
2020-07-13 | Syntax highlighting in the docs | Guinness | |
This adds the syntax highlights in the MarkDown files. Fixes #33741 | |||
2020-07-08 | doc: Add a WARNING section to Tracing.md | David Goulet | |
Explain what is safe or not with tracing data. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-07-08 | trace: Comments and improve doc/HACKING/Tracing.md | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-06-26 | Move remaining CodeStructure.md contents into doxygen. | Nick Mathewson | |
2020-06-04 | doc: specify C99 coding standards | c | |
Make clear that Tor's C code targets C99 standards. This makes it more explicit what to expect for new code, because guessing from existing code is not always reliable, especially for code that predates the change in standard. | |||
2020-04-03 | doc: Also stop running practracker in hooks | teor | |
When making a new maint branch, stop running practracker in hooks. | |||
2020-04-03 | doc: Minor restructure for Release Lifecycle | teor | |
* make end and beginning of life into second-level sections * write an intro for beginning * tweak intro for end | |||
2020-04-03 | Re-apply: doc: Replace "underline" with "## Section name". | teor | |
Re-applying changes after merge. | |||
2020-04-03 | Merge remote-tracking branch 'tor-github/pr/1739' | teor | |
Ignored conflicting style changes: they will be re-applied in the next commit. | |||
2020-03-26 | doc: Remove TODO secion in README.1st.md | Bartosz Duszel | |
It seems like this section is not valid anymore. Most of this topics are already explained in different files. | |||
2020-03-26 | doc: Replace "underline" with "## Section name". | Bartosz Duszel | |
This approach doesn't require variable-length underlines. | |||
2020-03-26 | doc: Remove first, empty line in the file. | Bartosz Duszel | |
2020-03-26 | doc: Updates paths to the top of the source tree. | Bartosz Duszel | |
Example: .../doc/HACKING is now doc/HACKING | |||
2020-03-23 | Edits requested by teor | Nick Mathewson | |
2020-03-22 | Update README files with common style. | Bartosz Duszel | |
- external links use markdown's []() format, - local files are formated with backquotes, - duplicated new lines were removed, - unnecesary single spaces were removed, - broken links and local paths were updated. | |||
2020-02-24 | Tweak a couple of URLs in gettingstarted.md | Nick Mathewson | |
2020-02-14 | Rename EndOfLifeTor to ReleaseSeriesLifecycle; expand it. | Nick Mathewson | |
Closes ticket 30917. | |||
2020-02-03 | go in to fix one typo, end up fixing more | Roger Dingledine | |
2020-01-23 | update doc/HACKING/ReleasingTor.md | Nick Mathewson | |
2020-01-16 | Define a "dircache" module. | Nick Mathewson | |
For now, this module is enabled whenever the relay module is enabled, and disabled whenever the relay module is disabled. Though they are logically separate, the use cases for running one without the other are rare enough that we don't really want to support compiling them independently. | |||
2020-01-06 | Merge remote-tracking branch 'tor-github/pr/1615' | Nick Mathewson | |