Nick Mathewson 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
..
Makefile.nmake d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 9 years ago
addressmap.c 1053af0b9c Merge branch 'bug7555_v2_squashed' 9 years ago
addressmap.h 9d0fab9872 Allow MapAddress and Automap to work together 9 years ago
buffers.c 6f331645c7 Remove mempools and buf freelists 9 years ago
buffers.h 6f331645c7 Remove mempools and buf freelists 9 years ago
channel.c b56c7614b6 When closing circs build through a new guard, only close local ones 9 years ago
channel.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
channeltls.c f253aef14f Mechanical rename: tor_cert_t -> tor_x509_cert_t 9 years ago
channeltls.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circpathbias.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circpathbias.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitbuild.c d221b507c9 Avoid logging natural-language reports that are redundant with bootstrapping 9 years ago
circuitbuild.h b223b7c22d fix a compilation warning 9 years ago
circuitlist.c d6dbd55849 trivial whitespace fix 9 years ago
circuitlist.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitmux.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitmux.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitmux_ewma.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitmux_ewma.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuitstats.c b3bc871214 Add unit test for #13290 9 years ago
circuitstats.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
circuituse.c 86105a4009 Check ENABLE_TOR2WEB_MODE before any tor2webmode code 9 years ago
circuituse.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
command.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
command.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
config.c 03a4e97c76 Merge remote-tracking branch 'origin/maint-0.2.5' 9 years ago
config.h 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
config_codedigest.c 913067f788 Resolve about 24 DOCDOCs 12 years ago
confparse.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
confparse.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
connection.c f1fa85ea73 Fix running with the seccomp2 sandbox 9 years ago
connection.h 4c1a779539 Restrict unix: addresses to control and socks for now 9 years ago
connection_edge.c 86105a4009 Check ENABLE_TOR2WEB_MODE before any tor2webmode code 9 years ago
connection_edge.h 2e8b8c8698 Make check-spaces happier. 9 years ago
connection_or.c a9720b90f8 Fix whitespace from tor_x509_cert rename 9 years ago
connection_or.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
control.c d221b507c9 Avoid logging natural-language reports that are redundant with bootstrapping 9 years ago
control.h d221b507c9 Avoid logging natural-language reports that are redundant with bootstrapping 9 years ago
cpuworker.c 5d2a23397a Fix a few coverity "Use after NULL check" warnings 9 years ago
cpuworker.h 1e896214e7 Refactor cpuworker to use workqueue/threadpool code. 9 years ago
directory.c 034e2788f8 whitespace fixes 9 years ago
directory.h 034e2788f8 whitespace fixes 9 years ago
dirserv.c 76d8c23ab4 Try to fix authdir_newdesc events 9 years ago
dirserv.h 96211bcf71 Merge branch 'bug9321_rerebase' 9 years ago
dirvote.c 0e4bdc4005 clean up comments and whitespace a bit 9 years ago
dirvote.h 96211bcf71 Merge branch 'bug9321_rerebase' 9 years ago
dns.c 2d123efe7c Merge remote-tracking branch 'origin/maint-0.2.5' 9 years ago
dns.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
dnsserv.c 13dac5e463 Move entry_port_cfg_t fields in entry_connection_t 9 years ago
dnsserv.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
entrynodes.c 6378bcf4b9 Fix an implicit-narrowing warning 9 years ago
entrynodes.h 0e4bdc4005 clean up comments and whitespace a bit 9 years ago
eventdns_tor.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
ext_orport.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
ext_orport.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
fp_pair.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
fp_pair.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
geoip.c cdc49629c7 Merge branch 'bug6852' 9 years ago
geoip.h cdc49629c7 Merge branch 'bug6852' 9 years ago
hibernate.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
hibernate.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
include.am 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
main.c 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
main.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
microdesc.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
microdesc.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
networkstatus.c b4a8fd8958 When there are no package lines, make consensus/packages say "". 9 years ago
networkstatus.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
nodelist.c d221b507c9 Avoid logging natural-language reports that are redundant with bootstrapping 9 years ago
nodelist.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
ntmain.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
ntmain.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
onion.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_fast.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_fast.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_ntor.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_ntor.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_tap.c d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
onion_tap.h d03e1da232 Merge remote-tracking branch 'public/bug9635_warnings_025' 9 years ago
or.h 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
policies.c 90b9e23bec Merge branch 'exitnode_10067_squashed' 9 years ago
policies.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
reasons.c 3368b0c9f2 Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_string 9 years ago
reasons.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
relay.c 5246e8f992 Remove lingering mempool code 9 years ago
relay.h 5246e8f992 Remove lingering mempool code 9 years ago
rendclient.c 86105a4009 Check ENABLE_TOR2WEB_MODE before any tor2webmode code 9 years ago
rendclient.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
rendcommon.c 5aa55a1369 Remove the unused rend_cache_entry_t->received field. 9 years ago
rendcommon.h c2e200cef8 Merge branch 'bug13806_squashed' 9 years ago
rendmid.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
rendmid.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
rendservice.c 37d16c3cc7 Reserve enough space for rend_service_port_config_t 9 years ago
rendservice.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
rephist.c 7dd852835c Merge remote-tracking branch 'public/bug13988_025' 9 years ago
rephist.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
replaycache.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
replaycache.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
router.c 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
router.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
routerkeys.c 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
routerkeys.h 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
routerlist.c 8a9d86bf05 Merge remote-tracking branch 'public/bug11454_11457' 9 years ago
routerlist.h caf28519d9 Merge branch 'bug12844' 9 years ago
routerparse.c 0e4bdc4005 clean up comments and whitespace a bit 9 years ago
routerparse.h f4a63f8eab Parse GuardFraction info from consensuses and votes. 9 years ago
routerset.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
routerset.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
scheduler.c 16cf1679e7 Fix scheduler compilation on targets where char is unsigned. 9 years ago
scheduler.h 16cf1679e7 Fix scheduler compilation on targets where char is unsigned. 9 years ago
statefile.c f8ffb57bc4 Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-key-files-fn-empty 9 years ago
statefile.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
status.c af60e7566e Update test_status.c to accommodate changes in heartbeat messages 9 years ago
status.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
tor_main.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
torcert.c 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
torcert.h 818e6f939d prop220: Implement certificates and key storage/creation 9 years ago
transports.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago
transports.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 9 years ago