r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200
commit9da0482007cada9ff7da4ef2035bb0e7ed2d0ee5
authorNick Mathewson <nickm@torproject.org>
Fri, 25 Jul 2008 14:43:24 +0000 (25 14:43 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 25 Jul 2008 14:43:24 +0000 (25 14:43 +0000)
treeeed9a63280ea5cf4d3613dfb958b1a607715b00d
parentefc7f1ef8fdfa00d8574e66aa0f20036b053dc11
 r17358@pc-10-8-1-079:  nickm | 2008-07-25 16:41:03 +0200
 Split out the address manipulation functions from compat and util: they were about 21% of the total of those, and spread out too much.

svn:r16208
src/common/Makefile.am
src/common/address.c [new file with mode: 0644]
src/common/address.h [new file with mode: 0644]
src/common/compat.c
src/common/compat.h
src/common/util.c
src/common/util.h
src/or/config.c
src/or/or.h
src/tools/tor-gencert.c
src/tools/tor-resolve.c