r14185@tombo: nickm | 2008-02-15 18:05:54 -0500

Replace the hefty tor_strpartition with a simple function to replace its only (trivial) use.


svn:r13532
This commit is contained in:
Nick Mathewson
2008-02-15 23:39:14 +00:00
parent f5ed1f8469
commit 24e8e1fb36
6 changed files with 36 additions and 56 deletions
+5
View File
@@ -18,6 +18,11 @@ Changes in version 0.2.0.20-?? - 2008-02-??
- Have the new hidden service code respect the SafeLogging setting.
Bugfix on 0.2.0.x. Patch from Karsten.
o Code simplifications and refactoring:
- Remove the tor_strpartition function: its logic was confused,
and it was only used for one thing that could be implemented far
more easily.
Changes in version 0.2.0.19-alpha - 2008-02-09
Tor 0.2.0.19-alpha makes more progress towards normalizing Tor's TLS