diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-07-31 17:09:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 17:09:20 -0400 |
commit | 0e35e9235e65601bab2b4fd2efd193b0d248b711 (patch) | |
tree | a52844b0f382ede6fd14a306d22720c5954e7b10 /changes | |
parent | 3763959ef0d0510628ec4f54cb3df09f963bc4bd (diff) | |
download | tor-0e35e9235e65601bab2b4fd2efd193b0d248b711.tar.gz tor-0e35e9235e65601bab2b4fd2efd193b0d248b711.zip |
new changes entry for rend_service_introduce refactoring
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6177 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug6177 b/changes/bug6177 index c900c27bdd..12ab43aa4c 100644 --- a/changes/bug6177 +++ b/changes/bug6177 @@ -1,3 +1,5 @@ - o Minor features: + o Code simplification and refactoring: - Add replaycache_t structure, functions and unit tests, for future use in refactoring rend_service_introduce() for bug 6177. + - Refactor rend_service_introduce() to be more clear to read, improve, + debug, and test. Bug 6177. |