tor/src/or
2017-04-25 10:46:23 -04:00
..
addressmap.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
addressmap.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
bridges.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
bridges.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
buffers.c Rename write_to_buf_zlib() to write_to_buf_compress(). 2017-04-18 01:23:39 +02:00
buffers.h Rename write_to_buf_zlib() to write_to_buf_compress(). 2017-04-18 01:23:39 +02:00
channel.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
channel.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
channeltls.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
channeltls.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
circpathbias.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
circpathbias.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuitbuild.c Refactor and comment new_route_len() 2017-04-03 11:58:11 -04:00
circuitbuild.h Add tests for new_route_len() 2017-04-03 11:58:11 -04:00
circuitlist.c Rename zlib_state to compress_state in dir_connection_t. 2017-04-18 01:10:25 +02:00
circuitlist.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuitmux_ewma.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuitmux_ewma.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuitmux.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuitmux.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuitstats.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuitstats.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuituse.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
circuituse.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
command.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
command.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
config.c Use tor_compress_supports_method() before printing library versions. 2017-04-25 08:10:10 -04:00
config.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
confparse.c Move config_line_t functions from confparse.c into common. 2017-04-04 11:11:01 -04:00
confparse.h Move config_line_t functions from confparse.c into common. 2017-04-04 11:11:01 -04:00
connection_edge.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
connection_edge.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
connection_or.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
connection_or.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
connection.c Rename write_to_buf_zlib() to write_to_buf_compress(). 2017-04-18 01:23:39 +02:00
connection.h Rename write_to_buf_zlib() to write_to_buf_compress(). 2017-04-18 01:23:39 +02:00
conscache.c Add handle support to consensus_cache_entry_t 2017-04-24 10:59:25 -04:00
conscache.h Add handle support to consensus_cache_entry_t 2017-04-24 10:59:25 -04:00
consdiff.c Merge branch 'consdiff_numeric_squashed' 2017-04-24 09:33:55 -04:00
consdiff.h Avoid all needless memory copies when computing consensus diffs. 2017-03-16 14:42:56 -04:00
consdiffmgr.c consdiffmgr: add tests for cdm_entry_get_sha3_value 2017-04-24 11:01:40 -04:00
consdiffmgr.h Fix a signed/unsigned comparison warning on 32-bit 2017-04-24 11:41:11 -04:00
control.c Add regression test for #22304 2017-04-24 09:20:59 -04:00
control.h Add regression test for #22304 2017-04-24 09:20:59 -04:00
cpuworker.c Make cpuworker_queue_work function mockable. 2017-04-24 10:59:25 -04:00
cpuworker.h Make cpuworker_queue_work function mockable. 2017-04-24 10:59:25 -04:00
dircollate.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
dircollate.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
directory.c Rename write_to_buf_zlib() to write_to_buf_compress(). 2017-04-18 01:23:39 +02:00
directory.h Rename zlib_compression_level_t to compression_level_t. 2017-04-17 14:22:13 +02:00
dirserv.c Rename write_to_buf_zlib() to write_to_buf_compress(). 2017-04-18 01:23:39 +02:00
dirserv.h Fix i386 compilation from spooling patch. I seem to be good at breaking that. 2017-03-28 21:41:59 +02:00
dirvote.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
dirvote.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
dns_structs.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
dns.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
dns.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
dnsserv.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
dnsserv.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
entrynodes.c Merge remote-tracking branch 'public/bug21415_testfix_030' into maint-0.3.0 2017-04-03 09:27:40 -04:00
entrynodes.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
ext_orport.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
ext_orport.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
fallback_dirs.inc Update the fallback directory mirror list in December 2016 2016-12-19 15:44:20 +11:00
fp_pair.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
fp_pair.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
geoip.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
geoip.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
hibernate.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
hibernate.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
hs_cache.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
hs_cache.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
hs_circuitmap.c hs: Add service-side circuitmap API. 2017-04-13 14:23:51 -04:00
hs_circuitmap.h hs: Add service-side circuitmap API. 2017-04-13 14:23:51 -04:00
hs_common.c prop224: Add time period functions and unittests 2017-04-18 11:03:15 -04:00
hs_common.h prop224: Add time period functions and unittests 2017-04-18 11:03:15 -04:00
hs_descriptor.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
hs_descriptor.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
hs_intropoint.c Merge branch 'ticket21891_031_01_squashed' 2017-04-13 16:43:13 -04:00
hs_intropoint.h hs: Change trunnel prop224 cell's namespace 2017-04-11 13:46:41 -04:00
hs_ntor.c prop224: Add module that performs the HS ntor handshake. 2017-04-13 09:22:19 -04:00
hs_ntor.h prop224: Add module that performs the HS ntor handshake. 2017-04-13 09:22:19 -04:00
hs_service.c Merge branch 'ticket21891_031_01_squashed' 2017-04-13 16:43:13 -04:00
hs_service.h hs: Change trunnel prop224 cell's namespace 2017-04-11 13:46:41 -04:00
include.am trace: Add a basic event-tracing infrastructure. 2017-04-25 10:37:31 -04:00
keypin.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
keypin.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
main.c Use atomic counters for compressor allocation. 2017-04-25 10:29:07 -04:00
main.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
Makefile.nmake Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 2014-09-30 22:48:24 -07:00
microdesc.c Merge branch 'spooling_squashed' 2017-03-28 19:55:18 +02:00
microdesc.h Merge branch 'spooling_squashed' 2017-03-28 19:55:18 +02:00
networkstatus.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
networkstatus.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
nodelist.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
nodelist.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
ntmain.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
ntmain.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion_fast.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion_fast.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion_ntor.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion_ntor.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion_tap.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion_tap.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
onion.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
or.h Rename the torgzip module to compress. 2017-04-25 08:06:01 -04:00
parsecommon.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
parsecommon.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
periodic.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
periodic.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
policies.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
policies.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
protover.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
protover.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
reasons.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
reasons.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
relay.c relay: Change LD_BUG log to LD_PROTOCOL_WARN 2017-04-25 09:27:34 -04:00
relay.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
rendcache.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
rendcache.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
rendclient.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
rendclient.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
rendcommon.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
rendcommon.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
rendmid.c hs: Add service-side circuitmap API. 2017-04-13 14:23:51 -04:00
rendmid.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
rendservice.c hs: Fix a spurious warn in rend_log_intro_limit 2017-04-21 11:09:34 -04:00
rendservice.h hs: Make the service list pruning function public 2017-04-13 16:25:49 -04:00
rephist.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
rephist.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
replaycache.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
replaycache.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
router.c Merge branch 'ahf_bugs_21641_squashed' 2017-03-17 11:16:24 -04:00
router.h Merge branch 'ahf_bugs_21641_squashed' 2017-03-17 11:16:24 -04:00
routerkeys.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
routerkeys.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
routerlist.c Add regression test for #22304 2017-04-24 09:20:59 -04:00
routerlist.h Add regression test for #22304 2017-04-24 09:20:59 -04:00
routerparse.c prop224: Flag router with HSIntro/HSDir using protover 2017-04-07 09:44:52 -04:00
routerparse.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
routerset.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
routerset.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
scheduler.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
scheduler.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
shared_random_state.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
shared_random_state.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
shared_random.c Remove SR_COMMIT_LEN workaround 2017-04-07 18:19:15 -04:00
shared_random.h Use macros for base64 lengths in shared_random.h 2017-04-06 17:43:17 -04:00
statefile.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
statefile.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
status.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
status.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
tor_main.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
torcert.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
torcert.h Run the copyright update script. 2017-03-15 16:13:17 -04:00
transports.c Run the copyright update script. 2017-03-15 16:13:17 -04:00
transports.h Run the copyright update script. 2017-03-15 16:13:17 -04:00