tor/changes/ticket26744
Nick Mathewson 194acfb51d Split directory.c code into several modules
Parts of this C file naturally belong in dircache, dirclient, and
dircommon: so, move them there.
2018-09-21 12:57:22 -04:00

4 lines
159 B
Plaintext

o Code simplification and refactoring:
- Split directory.c into separate pieces for client, server, and
common functionality. Closes ticket 26744.