Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-24 | Tweak a couple of URLs in gettingstarted.md | Nick Mathewson | |
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 | |
2020-01-06 | Add documentation about building a TAGS file. | Nick Mathewson | |
Patch from opara. Closes ticket 32779. | |||
2019-12-17 | Add NSF support acknowledgment to circpad dev doc. | Mike Perry | |
2019-12-16 | Add circuit padding developer and quickstart docs. | Mike Perry | |
2019-11-25 | Merge branch 'maint-0.4.2' | teor | |
Merge tor_free() notes with whitespace fixes. | |||
2019-11-25 | CodingStandards: Use consistent spacing | teor | |
* 2 newlines before ====== headers * 1 newline before ------ headers | |||
2019-11-25 | Merge branch 'maint-0.4.2' | teor | |
2019-11-25 | CodingStandards: Use the correct changes file format | teor | |
And remove a duplicate description of the format. Obviously correct changes to documentation. | |||
2019-11-12 | Fold remainder of this-not-that.md into CodingStandards.md | Nick Mathewson | |
2019-11-12 | Merge remote-tracking branch 'tor-github/pr/1367' | Nick Mathewson | |
2019-11-12 | Remove 01e-os-compat: the module docs cover this much better. | Nick Mathewson | |
2019-11-12 | HACKING/design: move 01c-time.md into doxygen. | Nick Mathewson | |
2019-11-12 | Move 01g-strings.md into doxygen. | Nick Mathewson | |
2019-11-12 | 01f-threads.md becomes threading.dox. | Nick Mathewson | |
2019-11-12 | HACKING/design: turn the remaining parts of crypto into a certs doc | Nick Mathewson | |
2019-11-12 | HACKING/design: remove 03-modules as superseded. | Nick Mathewson | |
The src/feature directory documentation now covers this better. | |||
2019-11-06 | Remove Makefile from doc/HACKING/design | Nick Mathewson | |
2019-11-06 | Remove 00-overview.md as already subsumed by doxygen | Nick Mathewson | |
2019-11-06 | Turn the "dataflow" document into a doxygen page. | Nick Mathewson | |
2019-11-04 | directory-level doxygen for "src/core" | Nick Mathewson | |
2019-11-04 | Move much of 00-overview.md into doxygen. | Nick Mathewson | |
2019-11-04 | Move most of crypto overview into doxygen. | Nick Mathewson | |
2019-11-04 | Move doc/HACKING/design/01b-collections.md into doxygen. | Nick Mathewson | |
2019-11-04 | Divide 01a-memory.md into doxygen. | Nick Mathewson | |
2019-11-04 | Remove now-superseded part of doc/HACKING/design. | Nick Mathewson | |
2019-10-20 | doc/HACKING: Update Module.md for the relay module | teor | |
Also fix some typos, and delete some obsolete instructions. Part of 32123. | |||
2019-10-14 | doc/HACKING/design: address comments from ahf | Nick Mathewson | |
2019-10-14 | Edit 01b-collections.md a bit for md and missing content | Nick Mathewson | |
2019-10-14 | Edit 01a-memory.md | Nick Mathewson | |
2019-10-14 | Rewrite "common" overview into a "lib" overview. | Nick Mathewson | |
2019-10-14 | Rename common-utils to lib-overview. | Nick Mathewson | |
2019-10-14 | 00-overview.md: Revise to describe intended document structure | Nick Mathewson | |
2019-10-07 | fix typo in how-to-review guidelinestor-0.4.2.2-alpha | Roger Dingledine | |
2019-09-25 | Merge advice from this_not_that.md in torguts repo into our main coding ↵ | rl1987 | |
standard doc | |||
2019-09-24 | Copy architectural documentation from tor-guts.git repository | Nick Mathewson | |
I started this repository a while ago to work on documentation for Tor's internals. It needs substantial revision, but first, let's get it copied into Tor's repository. These files are copied, "warts and all", from the tor-guts.git repo, commit de1e34259178b09861c0dea319c760fa80d0099a. Part of 31819. | |||
2019-08-21 | doc(hacking): update = to # on sections | Antoine Veuiller | |
2019-08-21 | doc(hacking): enhance markdown style | Antoine Veuiller | |
2019-06-11 | Merge branch 'ticket28453_v2' into ticket28453_v2_merged | Nick Mathewson | |
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-30 | A couple of suggestions from dgoulet on EndOfLife.md | Nick Mathewson | |
2019-05-30 | Minor tweaks on EOL process | Nick Mathewson | |
First, clarify that this is for planned deprecations, not security-related issues. Second, we actually _don't_ want to remove the versions from the approved list before the EOL date, or people will start getting warnings too early. | |||
2019-05-30 | doc: Add End of Life Tor instructions | teor | |
Closes 28453. | |||
2019-05-30 | doc: Add a new Travis CI cron job when there's a new maint branch | teor | |
Part of 28453. | |||
2019-05-03 | Note how to update the new website in the ReleasingTor.md instructions | Nick Mathewson | |