Roger Dingledine 5710ea6475 three more cases where maybe we want to exclude 14 years ago
..
Makefile.am ddf5020ea8 Fix 'make distcheck' 15 years ago
buffers.c 05887f10ff Triage the XXX022 and XXX021 comments remaining in the code 14 years ago
buffers.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
circuitbuild.c 5710ea6475 three more cases where maybe we want to exclude 14 years ago
circuitbuild.h 026e7987ad Sanity-check consensus param values 14 years ago
circuitlist.c ba0cd8094f Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2 14 years ago
circuitlist.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
circuituse.c 7e2e8074d5 slight tweak on circuit_conforms_to_options 14 years ago
circuituse.h 7e2e8074d5 slight tweak on circuit_conforms_to_options 14 years ago
command.c 66039d9843 Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 15 years ago
command.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
config.c 9f47cfc21a make formal a constraint that's been true a while now 14 years ago
config.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
config_codedigest.c f26abf5f54 fix codestyle issues 16 years ago
connection.c 8d81831d71 Add a missing cast to silence the compiler 14 years ago
connection.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
connection_edge.c 2b5c39211c refuse moria1.exit if moria1 is excluded 14 years ago
connection_edge.h 1d36a8e9ae Consider sending stream-level SENDME cells on partial flushes. 14 years ago
connection_or.c d38030381b Clarify some documentation and comments wrt resetting OR token buckets 14 years ago
connection_or.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
control.c f810a1afe9 Expose a new process_signal(uintptr_t), not signal_callback() 14 years ago
control.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
cpuworker.c bb5f99d4df Merge remote branch 'sebastian/bug2314' into maint-0.2.2 15 years ago
cpuworker.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
directory.c 4906188b62 handle excludenodes for dir fetch/post 14 years ago
directory.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
dirserv.c 05887f10ff Triage the XXX022 and XXX021 comments remaining in the code 14 years ago
dirserv.h 4c789ec08c Don't leak the local hostname in relay nicknames 14 years ago
dirvote.c 2f8e96b553 Fix log message when we have too few dirauths 14 years ago
dirvote.h 026e7987ad Sanity-check consensus param values 14 years ago
dns.c 41380fa3b3 Fixup tor_addr_to_sockaddr return convention 14 years ago
dns.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
dnsserv.c b75d1daf40 Merge remote-tracking branch 'public/bug2332' into maint-0.2.2 14 years ago
dnsserv.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
eventdns.c b75d1daf40 Merge remote-tracking branch 'public/bug2332' into maint-0.2.2 14 years ago
eventdns.h 6a829a3404 Make eventdns server functions const void* to match libevent 14 years ago
eventdns_tor.h 1a07348a50 Bump copyright statements to 2011 15 years ago
geoip.c ba0cd8094f Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2 14 years ago
geoip.h 118d8ffdcb Allow controllers a more up-to-date view of bridge usage. 14 years ago
hibernate.c 5ce8182bdb Log more about soft-hibernation 14 years ago
hibernate.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
main.c f810a1afe9 Expose a new process_signal(uintptr_t), not signal_callback() 14 years ago
main.h f810a1afe9 Expose a new process_signal(uintptr_t), not signal_callback() 14 years ago
microdesc.c 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
microdesc.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
networkstatus.c d38030381b Clarify some documentation and comments wrt resetting OR token buckets 14 years ago
networkstatus.h 026e7987ad Sanity-check consensus param values 14 years ago
ntmain.c 6617822b84 Doxygen documentation for about 100 things that didn't have any 14 years ago
ntmain.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
onion.c 76582442a8 Handle failing cases of DH allocation 14 years ago
onion.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
or.h ad3da53536 If EntryNodes and ExcludeNodes overlap, obey ExcludeNodes. 14 years ago
policies.c ed14888e7e Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 14 years ago
policies.h cdc59c198a Don't let bad DNS make exit policy and declared exit policy get out of sync 14 years ago
reasons.c fc64783278 Send END_STREAM_REASON_NOROUTE: clients that didn't grok it are now obsolete 14 years ago
reasons.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
relay.c f3b89c1141 Add XXX023s for our timestamp_dirty abuse. 14 years ago
relay.h 27d1675d93 Move the decl for tor_gettimofday_cache_clear to the right header 14 years ago
rendclient.c 82178a81f6 refuse excluded hidserv nodes if strictnodes 14 years ago
rendclient.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
rendcommon.c 05887f10ff Triage the XXX022 and XXX021 comments remaining in the code 14 years ago
rendcommon.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
rendmid.c 66039d9843 Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 15 years ago
rendmid.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
rendservice.c 82178a81f6 refuse excluded hidserv nodes if strictnodes 14 years ago
rendservice.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
rephist.c 9d673dcd20 fix some comments before they create conflicts 14 years ago
rephist.h f7a3cdc8f2 Use observed instead of declared uptime for HSDir 14 years ago
router.c 5710ea6475 three more cases where maybe we want to exclude 14 years ago
router.h 30b3475e6d Bump copyright statements to 2011 (0.2.2) 15 years ago
routerlist.c 0ad3836f73 If ExitNodes and Exclude{Exit}Nodes overlap, obey Exclude{Exit}Nodes. 14 years ago
routerlist.h 0ad3836f73 If ExitNodes and Exclude{Exit}Nodes overlap, obey Exclude{Exit}Nodes. 14 years ago
routerparse.c 5cc322e547 Standardize our printf code on %d, not %i. 14 years ago
routerparse.h 27d1675d93 Move the decl for tor_gettimofday_cache_clear to the right header 14 years ago
tor_main.c f1de329e78 Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 15 years ago