tor/src/or
Nick Mathewson 3b2fc659a8 Refactor consensus signature storage for multiple digests and flavors.
This patch introduces a new type called document_signature_t to represent the
signature of a consensus document.  Now, each consensus document can have up
to one document signature per voter per digest algorithm.  Also, each
detached-signatures document can have up to one signature per <voter,
algorithm, flavor>.
2009-10-15 15:17:13 -04:00
..
buffers.c Include util.h and log.h as relative paths. 2009-09-29 00:52:52 -04:00
circuitbuild.c read the "circwindow" parameter from the consensus 2009-10-14 17:07:32 -04:00
circuitlist.c read the "circwindow" parameter from the consensus 2009-10-14 17:07:32 -04:00
circuituse.c Fix typos and comments, plus two bugs 2009-09-20 19:50:44 -04:00
command.c Fix compile warnings on Snow Leopard 2009-09-01 18:36:27 +02:00
config_codedigest.c fix codestyle issues 2009-05-24 02:42:37 +02:00
config.c Merge commit 'origin/maint-0.2.1' 2009-10-15 12:33:22 -04:00
connection_edge.c remove some dead code. some of it was tickling coverity. 2009-10-10 13:39:41 -04:00
connection_or.c Debugging logs for TLS handshake 2009-09-24 12:31:22 -04:00
connection.c fix a bug where we were decrementing the wrong bucket 2009-10-10 14:52:41 -04:00
control.c Merge commit 'origin/maint-0.2.1' 2009-09-01 15:59:40 -04:00
cpuworker.c Don't leak memory if we get too many create cells 2009-07-27 22:38:09 -04:00
directory.c Refactor consensus signature storage for multiple digests and flavors. 2009-10-15 15:17:13 -04:00
dirserv.c Refactor consensus signature storage for multiple digests and flavors. 2009-10-15 15:17:13 -04:00
dirvote.c Refactor consensus signature storage for multiple digests and flavors. 2009-10-15 15:17:13 -04:00
dns.c Another event2 evdns fix. 2009-10-13 18:57:25 -04:00
dnsserv.c LetsKillNoConnect removes support for .noconnect 2009-08-08 19:15:22 -07:00
eventdns_tor.h Update copyright to 2009. 2009-05-04 11:28:27 -04:00
eventdns.c Include util.h and log.h as relative paths. 2009-09-29 00:52:52 -04:00
eventdns.h Fix compile warnings on Snow Leopard 2009-09-01 18:36:27 +02:00
geoip.c Fix a couple of smaller issues with gathering statistics. 2009-09-24 21:58:56 +02:00
hibernate.c Spell-check Tor. 2009-05-27 17:55:51 -04:00
main.c Fix a couple of smaller issues with gathering statistics. 2009-09-24 21:58:56 +02:00
Makefile.am Code to generate, store, and parse microdescriptors and consensuses. 2009-10-15 15:17:13 -04:00
microdesc.c Code to generate, store, and parse microdescriptors and consensuses. 2009-10-15 15:17:13 -04:00
networkstatus.c Refactor consensus signature storage for multiple digests and flavors. 2009-10-15 15:17:13 -04:00
ntmain.c Whitespace fix 2009-09-28 23:50:57 -04:00
onion.c Spell-check Tor. 2009-05-27 17:55:51 -04:00
or.h Refactor consensus signature storage for multiple digests and flavors. 2009-10-15 15:17:13 -04:00
policies.c Avoid a memory corruption problem related to "private" in DirPolicy. 2009-06-05 19:41:40 -04:00
reasons.c A changelog entry and a bit more documentation for socks-client 2009-08-26 11:34:45 -04:00
relay.c Fix compile warnings on Snow Leopard 2009-09-01 22:16:46 +02:00
rendclient.c read the "circwindow" parameter from the consensus 2009-10-14 17:07:32 -04:00
rendcommon.c Make signature-generation code handle different key and digest lengths. 2009-10-15 15:17:12 -04:00
rendmid.c Update copyright to 2009. 2009-05-04 11:28:27 -04:00
rendservice.c read the "circwindow" parameter from the consensus 2009-10-14 17:07:32 -04:00
rephist.c Fix a couple of smaller issues with gathering statistics. 2009-09-24 21:58:56 +02:00
router.c Make signature-generation code handle different key and digest lengths. 2009-10-15 15:17:12 -04:00
routerlist.c Refactor consensus signature storage for multiple digests and flavors. 2009-10-15 15:17:13 -04:00
routerparse.c Refactor consensus signature storage for multiple digests and flavors. 2009-10-15 15:17:13 -04:00
tor_main.c Add the first 8 bytes of the git commit digest to our versions. 2009-08-21 12:31:13 -04:00