tor/src/or
2018-06-15 13:01:50 -04:00
..
dirauth Move vote_schedule into its own header. 2018-06-15 12:50:07 -04:00
addressmap.c Split entry and edge_connection_t into their own headers. 2018-06-15 10:10:24 -04:00
addressmap.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
auth_dirs.inc Add IPv6 orport address for dannenberg. 2018-06-12 09:44:01 -04:00
bridges.c Merge remote-tracking branch 'isis-github/bug25425_squashed2' 2018-04-10 15:32:26 -04:00
bridges.h test: Add testing module and some unittests for bridges.c. 2018-04-09 19:32:46 +00:00
channel.c Move close-and-cleanup functions to a postloop event. 2018-04-26 13:15:38 -04:00
channel.h Merge branch 'maint-0.3.1' into maint-0.3.2 2018-02-16 09:54:13 -05:00
channelpadding.c Move or_connection_t to its own header. 2018-06-15 10:48:50 -04:00
channelpadding.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
channeltls.c Split or_handshake_{certs,state}_t into their own headers. 2018-06-15 10:56:15 -04:00
channeltls.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circpathbias.c Extract cpath_build_state into its own header. 2018-06-15 12:07:20 -04:00
circpathbias.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
circuit_st.h Extract circuit_t into its own header 2018-06-15 11:38:36 -04:00
circuitbuild.c Extract cpath_build_state into its own header. 2018-06-15 12:07:20 -04:00
circuitbuild.h Merge branch 'ticket26009' 2018-05-09 14:01:08 -04:00
circuitlist.c Extract cpath_build_state into its own header. 2018-06-15 12:07:20 -04:00
circuitlist.h Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
circuitmux_ewma.c Merge remote-tracking branch 'isis/bug24660_r1' 2018-05-03 13:50:18 -04:00
circuitmux_ewma.h Rewrite time-handling in circuitmux_ewma to use monotime_coarse 2018-04-26 11:50:58 -04:00
circuitmux.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
circuitmux.h Merge branch 'maint-0.3.2' 2017-12-21 10:54:05 -05:00
circuitstats.c Extract crypt_path_t and relay_crypto_t into their own headers 2018-06-15 11:52:32 -04:00
circuitstats.h Move network_liveness_t into circuitstats.h and make it private 2018-06-15 12:56:54 -04:00
circuituse.c Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
circuituse.h Bug 25903: Perform accounting for new CIRC_BW fields. 2018-05-09 21:23:06 +00:00
command.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
command.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
config.c Extract connection_t into its own header. 2018-06-15 11:05:56 -04:00
config.h config: Move any_client_port_set() to config.c 2018-05-09 12:36:39 -04:00
confparse.c Change the type of "download schedule" from smartlist to int. 2018-04-22 15:55:09 -04:00
confparse.h Improve documentation for CONFIG_TYPE_CSV_INTERVAL. 2018-04-22 15:55:09 -04:00
connection_edge.c Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
connection_edge.h Split entry and edge_connection_t into their own headers. 2018-06-15 10:10:24 -04:00
connection_or.c Split or_handshake_{certs,state}_t into their own headers. 2018-06-15 10:56:15 -04:00
connection_or.h Move or_connection_t to its own header. 2018-06-15 10:48:50 -04:00
connection_st.h Extract connection_t into its own header. 2018-06-15 11:05:56 -04:00
connection.c Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
connection.h Extract connection_t into its own header. 2018-06-15 11:05:56 -04:00
conscache.c crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
conscache.h Fix wide lines introduced by previous patch. 2017-12-08 14:47:19 -05:00
consdiff.c Improve fragile-hardening performance of consensus_split_lines. 2018-01-16 12:42:40 -05:00
consdiff.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
consdiffmgr.c Move consdiffmgr_rescan() into a mainloop event. 2018-04-26 12:20:01 -04:00
consdiffmgr.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
control_connection_st.h Extract connection_t into its own header. 2018-06-15 11:05:56 -04:00
control.c Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
control.h Split control_connection_t into its own header. 2018-06-15 10:17:27 -04:00
cpath_build_state_st.h Extract cpath_build_state into its own header. 2018-06-15 12:07:20 -04:00
cpuworker.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
cpuworker.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
crypt_path_reference_st.h Extract crypt_path_reference_t into its own header. 2018-06-15 11:57:48 -04:00
crypt_path_st.h Extract crypt_path_t and relay_crypto_t into their own headers 2018-06-15 11:52:32 -04:00
dir_connection_st.h Extract connection_t into its own header. 2018-06-15 11:05:56 -04:00
dir_server_st.h Move dir_server_t into its own header. 2018-06-14 16:58:01 -04:00
directory.c Move fp_pair_t declaration to fp_pair.h. 2018-06-15 12:52:22 -04:00
directory.h Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
dirserv.c Extract tor_version_t into its own header. 2018-06-15 12:12:15 -04:00
dirserv.h Move measured_bw_line_t into dirserv.h 2018-06-15 12:54:55 -04:00
dns_structs.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dns.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
dns.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dnsserv.c Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
dnsserv.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
dos.c Move or_connection_t to its own header. 2018-06-15 10:48:50 -04:00
dos.h dos: Make sure cc_stats_refill_bucket can't overflow while calculating 2018-01-31 09:27:59 -05:00
edge_connection_st.h Extract connection_t into its own header. 2018-06-15 11:05:56 -04:00
entry_connection_st.h Split entry and edge_connection_t into their own headers. 2018-06-15 10:10:24 -04:00
entry_port_cfg_st.h Move entry_port_cfg_t into its own header. 2018-06-14 16:19:11 -04:00
entrynodes.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
entrynodes.h Bug 25870: Allow the last hop in a vanguard circuit to be our guard. 2018-04-28 01:26:50 +03:00
ext_orport.c Move or_connection_t to its own header. 2018-06-15 10:48:50 -04:00
ext_orport.h Convert remaining function (mostly static) to new free style 2017-12-08 14:47:19 -05:00
fallback_dirs.inc Add 7 other fallback dirs from teor's tests 2018-01-08 11:03:44 -05:00
fp_pair.c Change the free macro convention in the rest of src/or/*.h 2017-12-08 14:47:19 -05:00
fp_pair.h Move fp_pair_t declaration to fp_pair.h. 2018-06-15 12:52:22 -04:00
geoip.c Switch to use should_record_bridge_info() 2018-04-05 08:37:39 -04:00
geoip.h Merge branch 'maint-0.3.1' into maint-0.3.2 2018-02-16 09:54:13 -05:00
git_revision.c Move tor_git_revision into a new module. 2017-10-18 13:49:35 -04:00
git_revision.h re-run ./scripts/maint/annotate_ifdef_directives 2017-11-21 14:07:43 -05:00
hibernate.c Move or_connection_t to its own header. 2018-06-15 10:48:50 -04:00
hibernate.h Merge branch 'ticket26063_squashed' 2018-05-10 09:13:28 -04:00
hs_cache.c crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
hs_cache.h refactor: Remove unnecessary #include "crypto.h" throughout codebase. 2018-04-06 22:49:18 +00:00
hs_cell.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
hs_cell.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_circuit.c Extract cpath_build_state into its own header. 2018-06-15 12:07:20 -04:00
hs_circuit.h refactor: Remove unnecessary #include "crypto.h" throughout codebase. 2018-04-06 22:49:18 +00:00
hs_circuitmap.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
hs_circuitmap.h Split client-side get_rend_circ into two functions. 2017-12-08 18:14:08 +01:00
hs_client.c Extract cpath_build_state into its own header. 2018-06-15 12:07:20 -04:00
hs_client.h hs-v3: Attempt descriptor refetch when dirinfo changes 2017-10-31 12:14:11 -04:00
hs_common.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
hs_common.h Make hsdir_index in node_t a hsdir_index_t rather than a pointer. 2018-04-28 20:35:30 -04:00
hs_config.c Fix spelling mistakes corresponding to ticket #23650 2018-02-07 10:41:57 -05:00
hs_config.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_control.c Merge remote-tracking branch 'isis/bug24660_r1' 2018-05-03 13:50:18 -04:00
hs_control.h hs-v3: Add an handler for the HSPOST command 2017-12-05 19:39:46 -05:00
hs_descriptor.c Merge branch 'maint-0.3.1' into maint-0.3.2 2018-05-10 09:22:32 -04:00
hs_descriptor.h crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
hs_ident.c crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
hs_ident.h refactor: Remove unnecessary #include "crypto.h" throughout codebase. 2018-04-06 22:49:18 +00:00
hs_intropoint.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
hs_intropoint.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_ntor.c crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
hs_ntor.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
hs_service.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
hs_service.h hs-v3: Remove extra white-space and clarify comment 2018-05-03 09:34:50 -04:00
hs_stats.c minor cleanups on commit 17daab76 2018-05-08 12:21:24 -04:00
hs_stats.h Add onion service activity information to our heartbeat logs. 2018-01-23 12:31:06 +02:00
include.am Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
keypin.c Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge 2018-03-26 20:12:59 -04:00
keypin.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
listener_connection_st.h Extract connection_t into its own header. 2018-06-15 11:05:56 -04:00
main.c Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
main.h Merge branch 'ticket26063_squashed' 2018-05-10 09:13:28 -04:00
Makefile.nmake Netflow record collapsing defense. 2017-05-08 13:49:21 -04:00
microdesc.c remove the max_failures argument from download_status_is_ready. 2018-01-31 15:03:47 -05:00
microdesc.h Change the free macro convention in the rest of src/or/*.h 2017-12-08 14:47:19 -05:00
networkstatus.c Split dir_connection_t into its own header 2018-06-15 10:31:21 -04:00
networkstatus.h Merge remote-tracking branch 'catalyst-github/bug25756' 2018-05-11 18:15:43 -04:00
nodelist.c Move dir_server_t into its own header. 2018-06-14 16:58:01 -04:00
nodelist.h Merge branch 'bug25691_033_again_squashed' 2018-04-22 19:44:27 -04:00
ntmain.c Add wrappers for event_base_loopexit and event_base_loopbreak. 2018-04-05 12:36:05 -04:00
ntmain.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
onion_fast.c crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
onion_fast.h Replace all FREE_AND_NULL* uses to take a type and a free function. 2017-12-08 14:47:19 -05:00
onion_ntor.c crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
onion_ntor.h Replace all FREE_AND_NULL* uses to take a type and a free function. 2017-12-08 14:47:19 -05:00
onion_tap.c crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
onion_tap.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
onion.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
onion.h Fix wide lines introduced by previous patch. 2017-12-08 14:47:19 -05:00
or_circuit_st.h Extract crypt_path_t and relay_crypto_t into their own headers 2018-06-15 11:52:32 -04:00
or_connection_st.h Extract connection_t into its own header. 2018-06-15 11:05:56 -04:00
or_handshake_certs_st.h Split or_handshake_{certs,state}_t into their own headers. 2018-06-15 10:56:15 -04:00
or_handshake_state_st.h Split or_handshake_{certs,state}_t into their own headers. 2018-06-15 10:56:15 -04:00
or.h Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
origin_circuit_st.h Extract circuit_t into its own header 2018-06-15 11:38:36 -04:00
parsecommon.c Make find_opt_by_keyword() take a const smartlist 2018-05-01 11:45:34 -04:00
parsecommon.h Make find_opt_by_keyword() take a const smartlist 2018-05-01 11:45:34 -04:00
periodic.c Add update_current_time() calls to periodic and event-driven callbacks 2018-05-03 12:02:10 -04:00
periodic.h Merge remote-tracking branch 'dgoulet/ticket25900_034_01' 2018-04-30 10:27:22 -04:00
policies.c Move dir_server_t into its own header. 2018-06-14 16:58:01 -04:00
policies.h Remove the return value from the fascist_firewall_choose_address_* family of functions 2018-05-01 08:51:16 -04:00
port_cfg_st.h Make server_port_cfg_t and port_cfg_t into separate headers. 2018-06-14 16:48:15 -04:00
proto_cell.c Add unit tests for var_cell and control0 proto functions. 2017-09-27 09:09:00 -04:00
proto_cell.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_control0.c Refactor buffer APIs to put a buf_t first. 2017-09-05 13:57:51 -04:00
proto_control0.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_ext_or.c Refactor buffer APIs to put a buf_t first. 2017-09-05 13:57:51 -04:00
proto_ext_or.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_http.c Refactor buffer APIs to put a buf_t first. 2017-09-05 13:57:51 -04:00
proto_http.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
proto_socks.c Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
proto_socks.h Fix wide lines introduced by previous patch. 2017-12-08 14:47:19 -05:00
protover_rust.c Make the TROVE-2018-005 fix work with rust. 2018-05-22 13:35:20 -04:00
protover.c Merge branch 'maint-0.3.2' into maint-0.3.3 2018-06-08 10:12:57 -04:00
protover.h vote: TROVE-2018-005 Make DirAuths omit misbehaving routers from their vote. 2018-05-22 12:28:33 -04:00
reasons.c Fix spelling mistakes corresponding to ticket #23650 2018-02-07 10:41:57 -05:00
reasons.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
relay_crypto_st.h Extract crypt_path_t and relay_crypto_t into their own headers 2018-06-15 11:52:32 -04:00
relay_crypto.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
relay_crypto.h Extract the cryptographic parts of crypt_path_t and or_circuit_t. 2018-03-17 10:59:15 -04:00
relay.c Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
relay.h Bug 25903: Tests 2018-05-14 14:24:58 -04:00
rend_authorized_client_st.h Split rend_authorized_client_t and encoded_.._t into their own headers 2018-06-15 12:36:59 -04:00
rend_encoded_v2_service_descriptor_st.h Split rend_authorized_client_t and encoded_.._t into their own headers 2018-06-15 12:36:59 -04:00
rend_intro_point_st.h Extract rend_intro_point_t into its own header. 2018-06-15 12:23:06 -04:00
rend_service_descriptor_st.h Extract rend_service_descriptor_t into its own header. 2018-06-15 12:18:17 -04:00
rendcache.c Extract rend_intro_point_t into its own header. 2018-06-15 12:23:06 -04:00
rendcache.h Fix spelling mistakes corresponding to ticket #23650 2018-02-07 10:41:57 -05:00
rendclient.c Extract rend_intro_point_t into its own header. 2018-06-15 12:23:06 -04:00
rendclient.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rendcommon.c Split rend_authorized_client_t and encoded_.._t into their own headers 2018-06-15 12:36:59 -04:00
rendcommon.h Fix wide lines introduced by previous patch. 2017-12-08 14:47:19 -05:00
rendmid.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
rendmid.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
rendservice.c Split rend_authorized_client_t and encoded_.._t into their own headers 2018-06-15 12:36:59 -04:00
rendservice.h Fix spelling mistakes corresponding to ticket #23650 2018-02-07 10:41:57 -05:00
rephist.c Extract {or,origin}_circuit_t into their own headers 2018-06-15 11:34:33 -04:00
rephist.h rephist: Stop tracking relay connection status 2018-02-06 12:56:36 -05:00
replaycache.c whitespace and typo cleanups 2018-02-09 17:05:20 -05:00
replaycache.h Fix wide lines introduced by previous patch. 2017-12-08 14:47:19 -05:00
router.c Extract crypt_path_t and relay_crypto_t into their own headers 2018-06-15 11:52:32 -04:00
router.h Merge remote-tracking branch 'rl1987/bug25852_take2' 2018-05-14 14:05:50 -04:00
routerkeys.c crypto: Refactor (P)RNG functionality into new crypto_rand module. 2018-04-06 21:45:28 +00:00
routerkeys.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
routerlist.c Split dir_connection_t into its own header 2018-06-15 10:31:21 -04:00
routerlist.h Fix wide lines introduced by previous patch. 2017-12-08 14:47:19 -05:00
routerparse.c Split rend_authorized_client_t and encoded_.._t into their own headers 2018-06-15 12:36:59 -04:00
routerparse.h Fix a failing unit test. 2018-01-31 14:06:37 -05:00
routerset.c Change the free macro convention in the rest of src/or/*.h 2017-12-08 14:47:19 -05:00
routerset.h Replace all FREE_AND_NULL* uses to take a type and a free function. 2017-12-08 14:47:19 -05:00
scheduler_kist.c Move or_connection_t to its own header. 2018-06-15 10:48:50 -04:00
scheduler_vanilla.c Add an API for a scheduled/manually activated event in the mainloop 2018-04-05 12:35:11 -04:00
scheduler.c Move or_connection_t to its own header. 2018-06-15 10:48:50 -04:00
scheduler.h Add an API for a scheduled/manually activated event in the mainloop 2018-04-05 12:35:11 -04:00
server_port_cfg_st.h Make server_port_cfg_t and port_cfg_t into separate headers. 2018-06-14 16:48:15 -04:00
shared_random_client.c sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h} 2018-05-01 11:45:34 -04:00
shared_random_client.h sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h} 2018-05-01 11:45:34 -04:00
socks_request_st.h Split socks_request_t into its own header. 2018-06-15 13:01:50 -04:00
statefile.c Move responsibility for or_state_save() to a scheduled callback 2018-04-30 16:46:52 -04:00
statefile.h Move or_state_mark_dirty into statefile.c 2018-04-27 10:09:16 -04:00
status.c minor cleanups on commit 17daab76 2018-05-08 12:21:24 -04:00
status.h Run our #else/#endif annotator on our source code. 2017-09-15 16:24:44 -04:00
tor_api_internal.h re-run ./scripts/maint/annotate_ifdef_directives 2017-11-21 14:07:43 -05:00
tor_api.c Add a public tor_api.h with an implementation in tor_api.c 2017-11-01 13:22:09 -04:00
tor_api.h Update the documentation in tor_api.h 2018-03-13 10:00:41 +01:00
tor_main.c Add a mostly disabled feature to debug restarting in-process 2018-01-19 09:52:05 -05:00
tor_version_st.h Extract tor_version_t into its own header. 2018-06-15 12:12:15 -04:00
torcert.c Split or_handshake_{certs,state}_t into their own headers. 2018-06-15 10:56:15 -04:00
torcert.h Merge branch 'maint-0.3.2' 2018-01-31 09:19:55 -05:00
transports.c Merge remote-tracking branch 'isis-github/bug25425_squashed2' 2018-04-10 15:32:26 -04:00
transports.h test: Add testing module and some unittests for bridges.c. 2018-04-09 19:32:46 +00:00
vote_timing_st.h Move vote_schedule into its own header. 2018-06-15 12:50:07 -04:00
voting_schedule.c Add unit test for ..get_start_of_next_voting_interval(). 2018-05-06 20:42:18 -04:00
voting_schedule.h vote: Move dirvote_recalculate_timing() to voting_schedule.c 2018-05-01 11:45:34 -04:00