summaryrefslogtreecommitdiff
path: root/changes/ticket23845
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-18 14:26:29 -0400
committerNick Mathewson <nickm@torproject.org>2017-11-01 13:22:09 -0400
commitfa02ea102e3ccc946d269788e88c6818e84ad6f8 (patch)
tree1243062264c951326ef829d5cfeca1b0a8dcdc7a /changes/ticket23845
parent72b5e4a2db4282002fe50e11c2b8a79e108d30f8 (diff)
downloadtor-fa02ea102e3ccc946d269788e88c6818e84ad6f8.tar.gz
tor-fa02ea102e3ccc946d269788e88c6818e84ad6f8.zip
Add a public tor_api.h with an implementation in tor_api.c
The main effect of this change is to commit to an extensible long-term API. Closes ticket 23684.
Diffstat (limited to 'changes/ticket23845')
-rw-r--r--changes/ticket238455
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket23845 b/changes/ticket23845
index 01f57374b4..93c150bdb0 100644
--- a/changes/ticket23845
+++ b/changes/ticket23845
@@ -1,3 +1,8 @@
+ 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