Copy architectural documentation from tor-guts.git repository
commit469051f6500967657777e1c6b86f23a49b1bcaa0
authorNick Mathewson <nickm@torproject.org>
Tue, 24 Sep 2019 23:26:04 +0000 (24 19:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 24 Sep 2019 23:26:04 +0000 (24 19:26 -0400)
tree5a27ac10d4fff4df42f9e7f92aff04d744272ce5
parent0cb57a490845815ef6165f00e8a774c184516903
Copy architectural documentation from tor-guts.git repository

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.
13 files changed:
doc/HACKING/design/00-overview.md [new file with mode: 0644]
doc/HACKING/design/01-common-utils.md [new file with mode: 0644]
doc/HACKING/design/01a-memory.md [new file with mode: 0644]
doc/HACKING/design/01b-collections.md [new file with mode: 0644]
doc/HACKING/design/01c-time.md [new file with mode: 0644]
doc/HACKING/design/01d-crypto.md [new file with mode: 0644]
doc/HACKING/design/01e-os-compat.md [new file with mode: 0644]
doc/HACKING/design/01f-threads.md [new file with mode: 0644]
doc/HACKING/design/01g-strings.md [new file with mode: 0644]
doc/HACKING/design/02-dataflow.md [new file with mode: 0644]
doc/HACKING/design/03-modules.md [new file with mode: 0644]
doc/HACKING/design/Makefile [new file with mode: 0644]
doc/HACKING/design/this-not-that.md [new file with mode: 0644]