summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-12 17:34:50 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-13 12:20:25 -0400
commit7627b2c187ca10ed4569d37ce2b12ff95b00ba33 (patch)
tree4ee307e8c0956f57bbfd1b623d286048e9cec421 /changes
parent582f2187a769ea723f6bf13bc91f7a4b3c861408 (diff)
downloadtor-7627b2c187ca10ed4569d37ce2b12ff95b00ba33.tar.gz
tor-7627b2c187ca10ed4569d37ce2b12ff95b00ba33.zip
Split the generic config_fmt_t code into a new confparse.c file
This helps us split up one of our larger files, and sets the stage for refactoring the configuration backend a little
Diffstat (limited to 'changes')
-rw-r--r--changes/refactor_config3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/refactor_config b/changes/refactor_config
new file mode 100644
index 0000000000..8d272e7534
--- /dev/null
+++ b/changes/refactor_config
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Move the generic "config" code into a new file, and have "config.c"
+ hold only torrc- and state-related code.