Forked from
The Tor Project / Core / Tor
4810 commits behind the upstream repository.
-
Nick Mathewson authored
Using a standard ending here will let other tools that expect markdown understand our output here. This commit was automatically generated with: for fn in $(find src -name '*.dox'); do \ git mv "$fn" "${fn%.dox}.md"; \ done
Nick Mathewson authoredUsing a standard ending here will let other tools that expect markdown understand our output here. This commit was automatically generated with: for fn in $(find src -name '*.dox'); do \ git mv "$fn" "${fn%.dox}.md"; \ done
app.md 200 B
@dir /app @brief app: top-level entry point for Tor
The "app" directory has Tor's main entry point and configuration logic, and is responsible for initializing and managing the other modules in Tor.