diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-28 16:13:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-14 23:16:20 -0500 |
commit | 7908ab209350782646dfc112d346ea75974b9dec (patch) | |
tree | e0674219b3c4cdcf5b988856f4160b7e8c358160 /changes | |
parent | 2cb82c33bcb59ce65c9738ff8ff4977f39fa3d9f (diff) | |
download | tor-7908ab209350782646dfc112d346ea75974b9dec.tar.gz tor-7908ab209350782646dfc112d346ea75974b9dec.zip |
Move address map into its own file.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/split_addressmap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/split_addressmap b/changes/split_addressmap new file mode 100644 index 0000000000..9f377c5553 --- /dev/null +++ b/changes/split_addressmap @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Move the client-side address-map/virtual-address/DNS-cache code + out of connection_edge.c into a new addressmap.c module. |