diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-08 04:39:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-08 04:39:13 +0000 |
commit | cf04e1e6e75373ab28f7f27413bf62ad71881fb3 (patch) | |
tree | 66092a5d56f00e53dc561a7beaa396ac199b2335 /ChangeLog | |
parent | 1567e13dc853bcba4b75789d25a318ada9f81fab (diff) | |
download | tor-cf04e1e6e75373ab28f7f27413bf62ad71881fb3.tar.gz tor-cf04e1e6e75373ab28f7f27413bf62ad71881fb3.zip |
r11479@Kushana: nickm | 2006-12-07 23:38:54 -0500
Refactor GETINFO into a table-driven dispatch, as suggested by arma. My brain hurts.
svn:r9052
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ Changes in version 0.1.2.5-xxxx - 200?-??-?? o Controller features - Have GETINFO dir/status/* work on hosts with DirPort disabled. + - Reimplement GETINFO so that info/names stays in sync with the + actual keys. o Controller bugfixes: - Report the circuit number correctly in STREAM CLOSED events. (Bug |