]> git.ipfire.org Git - thirdparty/tor.git/commit
Code to generate, store, and parse microdescriptors and consensuses.
authorNick Mathewson <nickm@torproject.org>
Mon, 24 Aug 2009 16:51:33 +0000 (12:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Oct 2009 19:17:13 +0000 (15:17 -0400)
commite1ddee8bbe724e934fe9a4cb2d290719a7d6105c
tree82848930764ba4b86637f15a25b557fc6805f31a
parenta8e92ba8fd65e12dbec265ccfcf0c89ac61847f2
Code to generate, store, and parse microdescriptors and consensuses.

The consensus documents are not signed properly, not served, and not
exchanged yet.
src/common/util.c
src/common/util.h
src/or/Makefile.am
src/or/dirserv.c
src/or/dirvote.c
src/or/microdesc.c [new file with mode: 0644]
src/or/networkstatus.c
src/or/or.h
src/or/routerparse.c
src/test/test_dir.c