summaryrefslogtreecommitdiff
path: root/doc/HACKING
AgeCommit message (Collapse)Author
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-06-04doc: specify C99 coding standardsc
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-03doc: Also stop running practracker in hooksteor
When making a new maint branch, stop running practracker in hooks.
2020-04-03doc: Minor restructure for Release Lifecycleteor
* make end and beginning of life into second-level sections * write an intro for beginning * tweak intro for end
2020-04-03Re-apply: doc: Replace "underline" with "## Section name".teor
Re-applying changes after merge.
2020-04-03Merge remote-tracking branch 'tor-github/pr/1739'teor
Ignored conflicting style changes: they will be re-applied in the next commit.
2020-03-26doc: Remove TODO secion in README.1st.mdBartosz Duszel
It seems like this section is not valid anymore. Most of this topics are already explained in different files.
2020-03-26doc: Replace "underline" with "## Section name".Bartosz Duszel
This approach doesn't require variable-length underlines.
2020-03-26doc: Remove first, empty line in the file.Bartosz Duszel
2020-03-26doc: Updates paths to the top of the source tree.Bartosz Duszel
Example: .../doc/HACKING is now doc/HACKING
2020-03-23Edits requested by teorNick Mathewson
2020-03-22Update 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-24Tweak a couple of URLs in gettingstarted.mdNick Mathewson
2020-02-14Rename EndOfLifeTor to ReleaseSeriesLifecycle; expand it.Nick Mathewson
Closes ticket 30917.
2020-02-03go in to fix one typo, end up fixing moreRoger Dingledine
2020-01-23update doc/HACKING/ReleasingTor.mdNick Mathewson
2020-01-16Define 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-06Merge remote-tracking branch 'tor-github/pr/1615'Nick Mathewson
2020-01-06Add documentation about building a TAGS file.Nick Mathewson
Patch from opara. Closes ticket 32779.
2019-12-17Add NSF support acknowledgment to circpad dev doc.Mike Perry
2019-12-16Add circuit padding developer and quickstart docs.Mike Perry
2019-11-25Merge branch 'maint-0.4.2'teor
Merge tor_free() notes with whitespace fixes.
2019-11-25CodingStandards: Use consistent spacingteor
* 2 newlines before ====== headers * 1 newline before ------ headers
2019-11-25Merge branch 'maint-0.4.2'teor
2019-11-25CodingStandards: Use the correct changes file formatteor
And remove a duplicate description of the format. Obviously correct changes to documentation.
2019-11-12Fold remainder of this-not-that.md into CodingStandards.mdNick Mathewson
2019-11-12Merge remote-tracking branch 'tor-github/pr/1367'Nick Mathewson
2019-11-12Remove 01e-os-compat: the module docs cover this much better.Nick Mathewson
2019-11-12HACKING/design: move 01c-time.md into doxygen.Nick Mathewson
2019-11-12Move 01g-strings.md into doxygen.Nick Mathewson
2019-11-1201f-threads.md becomes threading.dox.Nick Mathewson
2019-11-12HACKING/design: turn the remaining parts of crypto into a certs docNick Mathewson
2019-11-12HACKING/design: remove 03-modules as superseded.Nick Mathewson
The src/feature directory documentation now covers this better.
2019-11-06Remove Makefile from doc/HACKING/designNick Mathewson
2019-11-06Remove 00-overview.md as already subsumed by doxygenNick Mathewson
2019-11-06Turn the "dataflow" document into a doxygen page.Nick Mathewson
2019-11-04directory-level doxygen for "src/core"Nick Mathewson
2019-11-04Move much of 00-overview.md into doxygen.Nick Mathewson
2019-11-04Move most of crypto overview into doxygen.Nick Mathewson
2019-11-04Move doc/HACKING/design/01b-collections.md into doxygen.Nick Mathewson
2019-11-04Divide 01a-memory.md into doxygen.Nick Mathewson
2019-11-04Remove now-superseded part of doc/HACKING/design.Nick Mathewson
2019-10-20doc/HACKING: Update Module.md for the relay moduleteor
Also fix some typos, and delete some obsolete instructions. Part of 32123.
2019-10-14doc/HACKING/design: address comments from ahfNick Mathewson
2019-10-14Edit 01b-collections.md a bit for md and missing contentNick Mathewson
2019-10-14Edit 01a-memory.mdNick Mathewson
2019-10-14Rewrite "common" overview into a "lib" overview.Nick Mathewson
2019-10-14Rename common-utils to lib-overview.Nick Mathewson
2019-10-1400-overview.md: Revise to describe intended document structureNick Mathewson
2019-10-07fix typo in how-to-review guidelinestor-0.4.2.2-alphaRoger Dingledine