tor/src/or
Nick Mathewson b39c50cde8 Merge branch 'maint-0.2.9' into maint-0.3.0
Conflicts:
        src/or/rendservice.c
2018-01-19 16:29:43 -05: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
addressmap.c Comment the heck out of the stream/circuit attaching process. 2016-10-27 12:04:43 -04:00
addressmap.h Update the copyright year. 2016-02-27 18:48:19 +01:00
bridges.c Set guard state on bridge descriptor fetches. 2017-05-22 15:56:32 +03:00
bridges.h Change approach to preventing duplicate guards. 2017-02-28 08:16:33 -05:00
buffers.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-09-11 17:49:18 -04:00
buffers.h Merge branch 'bug20894_029_v3' 2017-02-14 19:10:20 -05:00
channel.c Remove the (no longer compiled) code for legacy guard selection. 2017-01-18 15:27:10 -05:00
channel.h Propagate Ed25519 identities downwards into more functions. 2016-12-08 16:47:58 -05:00
channeltls.c Merge branch 'prop271_030_v1_squashed' 2016-12-16 11:20:59 -05:00
channeltls.h Add "Ed ID" arguments to a bunch of connection-ID-related fns. 2016-11-03 08:37:22 -04:00
circpathbias.c Remove the (no longer compiled) code for legacy guard selection. 2017-01-18 15:27:10 -05:00
circpathbias.h Update the copyright year. 2016-02-27 18:48:19 +01:00
circuitbuild.c Also allow C_MEASURE_TIMEOUT circuits to lack guard state. 2017-02-24 11:12:21 -05:00
circuitbuild.h Merge branch 'prop271_030_v1_squashed' 2016-12-16 11:20:59 -05:00
circuitlist.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-10-23 08:53:25 -04:00
circuitlist.h circuit: Add a function to get the next service intro circuit 2016-12-21 15:00:19 -05:00
circuitmux.c Merge branch 'maint-0.2.8' into maint-0.2.9 2017-12-21 10:43:12 -05:00
circuitmux.h Merge branch 'maint-0.2.5' into maint-0.2.8 2017-12-21 10:43:06 -05:00
circuitmux_ewma.c Fix ewma_cmp_cmux never considering policies different 2016-10-25 10:07:05 -04:00
circuitmux_ewma.h Add -Wmissing-variable-declarations, with attendant fixes 2016-06-11 10:11:54 -04:00
circuitstats.c Merge branch 'bug22252_029' into maint-0.3.0 2017-05-18 10:06:06 -04:00
circuitstats.h Merge branch 'bug22252_029' into maint-0.3.0 2017-05-18 10:06:06 -04:00
circuituse.c Remove the (no longer compiled) code for legacy guard selection. 2017-01-18 15:27:10 -05:00
circuituse.h Merge branch 'prop271_030_v1_squashed' 2016-12-16 11:20:59 -05:00
command.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
command.h Update the copyright year. 2016-02-27 18:48:19 +01:00
config.c Merge branch 'maint-0.2.9' into maint-0.3.0 2018-01-05 16:41:34 -05:00
config.h Merge remote-tracking branch 'public/spaces_in_unix_addrs' 2016-10-14 10:21:41 -04:00
confparse.c Fix a memory leak in config_get_assigned_option() 2017-03-08 10:06:48 -05:00
confparse.h Log a warning when Testing options are deprecated. 2016-08-19 20:21:04 -04:00
connection.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-12-11 16:56:31 -05:00
connection.h Add connection_is_moribund() inline 2016-08-20 03:34:16 +00:00
connection_edge.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-09-11 17:49:18 -04:00
connection_edge.h hs: Log if service can't connect to application 2017-01-13 12:10:53 -05:00
connection_or.c Merge branch 'maint-0.2.8' into maint-0.2.9 2017-06-27 11:04:44 -04:00
connection_or.h Fix unit tests to work after own_link_cert assertion 2017-06-05 15:51:11 -04:00
control.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-09-08 08:24:47 -04:00
control.h Expose GETINFO download status statics for test suite and make things mockable 2016-06-29 05:55:42 +00:00
cpuworker.c Actually free the worker_state_t object when we do an update with it 2016-10-31 15:20:25 -04:00
cpuworker.h Update the copyright year. 2016-02-27 18:48:19 +01:00
dircollate.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
dircollate.h Merge branch 'maint-0.2.7' 2016-03-21 13:26:04 -04:00
directory.c Remove a duplicate call to update_microdesc_downloads() 2017-12-01 14:13:22 +02:00
directory.h whitespace fix 2017-06-28 13:53:52 -04:00
dirserv.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-10-23 08:46:29 -04:00
dirserv.h Propagate Ed25519 identities downwards into more functions. 2016-12-08 16:47:58 -05:00
dirvote.c Merge branch 'maint-0.2.9' 2017-02-15 07:48:42 -05:00
dirvote.h Add consensus weight calculation tests 2016-10-26 16:37:16 -04:00
dns.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-11-30 11:48:12 -05:00
dns.h DefecTor countermeasure: change server- and client-side DNS TTL clipping 2017-01-18 08:55:57 -05:00
dns_structs.h Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
dnsserv.c Merge branch 'maint-0.2.5' into maint-0.2.6 2017-02-07 10:37:53 -05:00
dnsserv.h Update the copyright year. 2016-02-27 18:48:19 +01:00
entrynodes.c Guard: Don't pick ourselves as a possible Guard 2017-11-28 19:12:56 -05:00
entrynodes.h Merge branch 'trove-2017-006' into maint-0.3.0 2017-06-29 15:57:42 -04:00
ext_orport.c Module-level docs for ext_orport and router.c 2016-10-18 19:32:49 -04:00
ext_orport.h Update the copyright year. 2016-02-27 18:48:19 +01:00
fallback_dirs.inc Add 7 other fallback dirs from teor's tests 2018-01-08 11:03:44 -05:00
fp_pair.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
fp_pair.h Update the copyright year. 2016-02-27 18:48:19 +01:00
geoip.c Merge branch 'maint-0.2.4' into maint-0.2.5 2017-06-05 14:38:54 -04:00
geoip.h Update the copyright year. 2016-02-27 18:48:19 +01:00
hibernate.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-08-01 11:23:00 -04:00
hibernate.h Update the copyright year. 2016-02-27 18:48:19 +01:00
hs_cache.c Merge remote-tracking branch 'asn/bug20852_v1' 2017-01-11 10:14:50 -05:00
hs_cache.h Max HS descriptor size is now 50kb and also consensus param. 2017-01-09 15:02:56 +02:00
hs_circuitmap.c Fix a few clang warnings. 2016-12-14 16:01:27 -05:00
hs_circuitmap.h Fix double-typedef of or_circuit_t. 2016-12-14 16:46:54 -05:00
hs_common.c whitespace fix 2016-12-23 10:46:14 -05:00
hs_common.h Merge remote-tracking branch 'dgoulet/bug19899_030_01' 2016-12-23 08:28:05 -05:00
hs_descriptor.c hs: Correctly validate v3 descriptor encrypted length 2017-05-30 10:27:42 -04:00
hs_descriptor.h Merge branch 'bug20569_030_02_squashed' 2017-01-11 12:52:52 -05:00
hs_intropoint.c hs: Avoid possible double circuit close on error 2017-09-22 09:09:13 -04:00
hs_intropoint.h prop224: Add unit tests for INTRODUCE1 support 2017-01-18 16:58:54 -05:00
hs_service.c hs: Expose hs_service.c functions for unit tests 2017-04-04 09:41:14 -04:00
hs_service.h hs: Expose hs_service.c functions for unit tests 2017-04-04 09:41:14 -04:00
include.am Merge branch 'prop271_030_v1_squashed' 2016-12-16 11:20:59 -05:00
keypin.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
keypin.h Update the copyright year. 2016-02-27 18:48:19 +01:00
main.c Update entry guard state whenever we download a consensus. 2017-12-01 14:09:29 +02:00
main.h Merge branch 'maint-0.2.8' into maint-0.2.9 2016-11-03 15:44:46 -04:00
microdesc.c simplify we_use_microdescriptors_for_circuits() 2016-10-02 02:22:03 -04:00
microdesc.h Add unit tests for networkstatus_consensus_is_bootstrapping 2016-05-19 07:58:41 -04:00
networkstatus.c resolve now-unused parameter from #21642 fix 2017-05-10 17:35:36 -04:00
networkstatus.h Fix a pair of compilation errors. 2017-01-30 08:37:27 -05:00
nodelist.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-10-23 15:55:08 -04:00
nodelist.h Consider the exit family when applying guard restrictions. 2017-06-29 09:57:00 -04:00
ntmain.c Merge remote-tracking branch 'public/bug23081_025' into maint-0.2.9 2017-10-23 08:47:52 -04:00
ntmain.h Update the copyright year. 2016-02-27 18:48:19 +01:00
onion.c Merge remote-tracking branch 'public/bug20059_024_v2' into maint-0.2.9 2017-08-01 11:28:36 -04:00
onion.h Migrate extend2/create2 cell encoding to Trunnel 2016-11-11 15:29:13 -05:00
onion_fast.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
onion_fast.h Update the copyright year. 2016-02-27 18:48:19 +01:00
onion_ntor.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
onion_ntor.h Update the copyright year. 2016-02-27 18:48:19 +01:00
onion_tap.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
onion_tap.h Update the copyright year. 2016-02-27 18:48:19 +01:00
or.h Merge branch 'maint-0.2.9' into maint-0.3.0 2017-12-21 10:49:40 -05:00
parsecommon.c Merge branch 'maint-0.2.9' 2016-12-19 08:03:17 -05:00
parsecommon.h Make outter (plaintext) layer of HS desc conform to prop224. 2016-12-23 15:07:21 +02:00
periodic.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
periodic.h Update the copyright year. 2016-02-27 18:48:19 +01:00
policies.c Merge branch 'maint-0.2.9' into maint-0.3.0 2018-01-02 10:10:28 -05:00
policies.h Fix policies.c instance of the "if (r=(a-b)) return r" pattern 2017-02-14 16:31:11 -05:00
protover.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-11-30 12:07:59 -05:00
protover.h Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
reasons.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
reasons.h Update the copyright year. 2016-02-27 18:48:19 +01:00
relay.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-12-21 10:49:40 -05:00
relay.h Merge branch 'maint-0.2.9' into maint-0.3.0 2017-12-21 10:49:40 -05:00
rendcache.c Merge branch 'maint-0.2.6' into maint-0.2.7-redux 2017-02-07 09:59:12 -05:00
rendcache.h prop224: Directory cache support 2016-11-04 10:31:35 -04:00
rendclient.c Use the new guard notification/selection APIs throughout Tor 2016-11-30 14:42:53 -05:00
rendclient.h Merge branch 'ticket17238_029_02-resquash' 2016-11-04 13:26:37 -04:00
rendcommon.c prop224: Add INTRODUCE1 cell relay support 2017-01-18 16:58:33 -05:00
rendcommon.h Merge branch 'ticket17238_029_02-resquash' 2016-11-04 13:26:37 -04:00
rendmid.c hs: Rename rend_mid_introduce() with legacy semantic 2017-01-18 16:58:34 -05:00
rendmid.h hs: Rename rend_mid_introduce() with legacy semantic 2017-01-18 16:58:34 -05:00
rendservice.c Merge branch 'maint-0.2.9' into maint-0.3.0 2018-01-19 16:29:43 -05:00
rendservice.h hs: Fix bad use of sizeof() when encoding ESTABLISH_INTRO legacy cell 2017-02-24 11:36:36 -05:00
rephist.c Merge branch 'maint-0.2.8' into maint-0.2.9 2017-12-11 16:54:14 -05:00
rephist.h Add -Wmissing-variable-declarations, with attendant fixes 2016-06-11 10:11:54 -04:00
replaycache.c Turn replaycache.c module doc into doxygen 2016-10-18 12:31:50 -04:00
replaycache.h Update the copyright year. 2016-02-27 18:48:19 +01:00
router.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-12-11 16:54:14 -05:00
router.h refactor router_pick_published_address to have another arg 2016-11-16 16:13:03 -05:00
routerkeys.c Repair the unit test behavior of my fix for 22508. 2017-06-06 11:32:01 -04:00
routerkeys.h Bugfix: Regenerate more certificates when appropriate 2017-05-31 18:45:35 -04:00
routerlist.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-12-11 16:51:58 -05:00
routerlist.h Remove AuthDirMaxServersPerAuthAddr 2016-12-13 13:09:27 -05:00
routerparse.c Merge branch 'maint-0.2.9' into maint-0.3.0 2017-06-28 14:03:23 -04:00
routerparse.h Merge branch 'maint-0.2.9' 2017-02-15 07:48:42 -05:00
routerset.c Add some needed accessors/inspectors for bridge/guard convergence 2016-12-16 11:06:18 -05:00
routerset.h Add some needed accessors/inspectors for bridge/guard convergence 2016-12-16 11:06:18 -05:00
scheduler.c Whitespace fixes 2016-10-26 08:39:04 -04:00
scheduler.h Add -Wmissing-variable-declarations, with attendant fixes 2016-06-11 10:11:54 -04:00
shared_random.c control: Add GETINFO command for the shared random values 2017-01-09 11:33:05 -05:00
shared_random.h control: Add GETINFO command for the shared random values 2017-01-09 11:33:05 -05:00
shared_random_state.c Merge remote-tracking branch 'public/deprecation_v2' 2016-08-19 19:58:51 -04:00
shared_random_state.h Keep make check-spaces happy 2016-07-01 21:52:32 +00:00
statefile.c Make new prop271 entry guards persistent 2016-11-30 14:44:43 -05:00
statefile.h Update the copyright year. 2016-02-27 18:48:19 +01:00
status.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
status.h Update the copyright year. 2016-02-27 18:48:19 +01:00
tor_main.c Write a bunch of module documentation. 2016-10-17 10:16:59 -04:00
torcert.c Merge remote-tracking branch 'dgoulet/ticket20568_030_01' 2016-12-01 09:23:36 -05:00
torcert.h Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519() 2016-11-10 11:00:50 -05:00
transports.c Remove extra newline from proxy_prepare_for_restart definition 2017-01-19 08:12:26 -05:00
transports.h Update the copyright year. 2016-02-27 18:48:19 +01:00