]> git.ipfire.org Git - thirdparty/tor.git/commit
Start splitting src/or
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Jul 2018 20:04:32 +0000 (16:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Jul 2018 21:15:50 +0000 (17:15 -0400)
commit81cb0afb2b0163d95a435583041dce1064eec65c
tree69f13e56ecb7e0dd899636ef70185c9416ac2448
parent4eac5c6ce6f19829bf1aed46e8d3d72fa3ae1a74
Start splitting src/or

This is a very gentle commit that just lays the groundwork in the
build system: it puts the include files to build libtor-app.a into
src/core, and to build the tor executable into src/app.  The
executable is now "src/app/tor".
12 files changed:
.gitignore
Makefile.am
doc/HACKING/HelpfulTools.md
scripts/maint/checkOptionDocs.pl.in
src/app/include.am [new file with mode: 0644]
src/app/ntmain.c [moved from src/or/ntmain.c with 99% similarity]
src/app/ntmain.h [moved from src/or/ntmain.h with 100% similarity]
src/app/tor_main.c [moved from src/or/tor_main.c with 100% similarity]
src/core/include.am [moved from src/or/include.am with 82% similarity]
src/include.am
src/or/main.c
src/test/test_zero_length_keys.sh