Merge branch 'tor_api_squashed'

This commit is contained in:
Nick Mathewson
2017-11-01 13:22:16 -04:00
18 changed files with 374 additions and 36 deletions
+9
View File
@@ -0,0 +1,9 @@
o Major features (embedding):
- There is now a documented stable API for programs that need to
embed Tor. See tor_api.h for full documentation and known bugs.
Closes ticket 23684.
o Code simplification and refactoring:
- The tor_git_revision[] constant no longer needs to be redeclared
by everything that links against the rest of Tor. Done as part
of ticket 23845, to simplify our external API.