Nick Mathewson 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
..
dirauth 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
Makefile.nmake b0e92634d8 Netflow record collapsing defense. 7 years ago
addressmap.c 5d5c442e6a Split entry and edge_connection_t into their own headers. 6 years ago
addressmap.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
auth_dirs.inc 6cf9288518 Add IPv6 orport address for dannenberg. 6 years ago
bridges.c d2942d127d Extract node_t into its own header. 6 years ago
bridges.h c2c5b13e5d test: Add testing module and some unittests for bridges.c. 6 years ago
channel.c 96c5ac338a Move close-and-cleanup functions to a postloop event. 6 years ago
channel.h 6b1dba214d cmux: Make EWMA policy mandatory 6 years ago
channelpadding.c 19c34b4658 Move or_connection_t to its own header. 6 years ago
channelpadding.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
channeltls.c bcc283bcc9 Split or_handshake_{certs,state}_t into their own headers. 6 years ago
channeltls.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
circpathbias.c d51de77311 Extract cpath_build_state into its own header. 6 years ago
circpathbias.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
circuit_st.h e0830ff7bf Extract circuit_t into its own header 6 years ago
circuitbuild.c d2942d127d Extract node_t into its own header. 6 years ago
circuitbuild.h f684b48b5b Merge branch 'ticket26009' 6 years ago
circuitlist.c d51de77311 Extract cpath_build_state into its own header. 6 years ago
circuitlist.h a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
circuitmux.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
circuitmux.h b8a3602b2a Merge branch 'maint-0.3.2' 6 years ago
circuitmux_ewma.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
circuitmux_ewma.h 5e395ba2c2 Rewrite time-handling in circuitmux_ewma to use monotime_coarse 6 years ago
circuitstats.c b3f2c682b7 Extract crypt_path_t and relay_crypto_t into their own headers 6 years ago
circuitstats.h ad52fe7e88 Move network_liveness_t into circuitstats.h and make it private 6 years ago
circuituse.c 8b7df72359 Split socks_request_t into its own header. 6 years ago
circuituse.h e07e95edd3 Bug 25903: Perform accounting for new CIRC_BW fields. 6 years ago
command.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
command.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
config.c bba998af65 Extract connection_t into its own header. 6 years ago
config.h 01ffe8e2f4 config: Move any_client_port_set() to config.c 6 years ago
confparse.c 2d7b5c6fe5 Change the type of "download schedule" from smartlist to int. 6 years ago
confparse.h 5102208447 Improve documentation for CONFIG_TYPE_CSV_INTERVAL. 6 years ago
connection.c 8b7df72359 Split socks_request_t into its own header. 6 years ago
connection.h bba998af65 Extract connection_t into its own header. 6 years ago
connection_edge.c d2942d127d Extract node_t into its own header. 6 years ago
connection_edge.h 5d5c442e6a Split entry and edge_connection_t into their own headers. 6 years ago
connection_or.c bcc283bcc9 Split or_handshake_{certs,state}_t into their own headers. 6 years ago
connection_or.h 19c34b4658 Move or_connection_t to its own header. 6 years ago
connection_st.h bba998af65 Extract connection_t into its own header. 6 years ago
conscache.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
conscache.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
consdiff.c 4bb831e087 Improve fragile-hardening performance of consensus_split_lines. 6 years ago
consdiff.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
consdiffmgr.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
consdiffmgr.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
control.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
control.h 3b917b2408 Split control_connection_t into its own header. 6 years ago
control_connection_st.h bba998af65 Extract connection_t into its own header. 6 years ago
cpath_build_state_st.h d51de77311 Extract cpath_build_state into its own header. 6 years ago
cpuworker.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
cpuworker.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
crypt_path_reference_st.h c846b0e486 Extract crypt_path_reference_t into its own header. 6 years ago
crypt_path_st.h b3f2c682b7 Extract crypt_path_t and relay_crypto_t into their own headers 6 years ago
dir_connection_st.h bba998af65 Extract connection_t into its own header. 6 years ago
dir_server_st.h 2a574d11ac Move dir_server_t into its own header. 6 years ago
directory.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
directory.h a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
dirserv.c 72d2fd83d8 Split vote_{microdesc_hash,routerstatus}_t into their own headers 6 years ago
dirserv.h e13f59416c Move measured_bw_line_t into dirserv.h 6 years ago
dns.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
dns.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
dns_structs.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
dnsserv.c 8b7df72359 Split socks_request_t into its own header. 6 years ago
dnsserv.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
document_signature_st.h 80c9e1e585 Move document_signature_t into its own header. 6 years ago
dos.c 19c34b4658 Move or_connection_t to its own header. 6 years ago
dos.h a09d5f5735 dos: Make sure cc_stats_refill_bucket can't overflow while calculating 6 years ago
edge_connection_st.h bba998af65 Extract connection_t into its own header. 6 years ago
entry_connection_st.h 5d5c442e6a Split entry and edge_connection_t into their own headers. 6 years ago
entry_port_cfg_st.h 6896ab28b2 Move entry_port_cfg_t into its own header. 6 years ago
entrynodes.c d2942d127d Extract node_t into its own header. 6 years ago
entrynodes.h d634c1ba6b Bug 25870: Allow the last hop in a vanguard circuit to be our guard. 6 years ago
ext_orport.c 19c34b4658 Move or_connection_t to its own header. 6 years ago
ext_orport.h fa0d24286b Convert remaining function (mostly static) to new free style 6 years ago
fallback_dirs.inc a42e52dded Add 7 other fallback dirs from teor's tests 6 years ago
fp_pair.c 176ad729d9 Change the free macro convention in the rest of src/or/*.h 6 years ago
fp_pair.h c9e4ebf96a Move fp_pair_t declaration to fp_pair.h. 6 years ago
geoip.c f5f9c25546 Switch to use should_record_bridge_info() 6 years ago
geoip.h eafa252b26 Merge remote-tracking branch 'dgoulet/ticket24902_029_05' 6 years ago
git_revision.c 72b5e4a2db Move tor_git_revision into a new module. 6 years ago
git_revision.h bf882b0373 re-run ./scripts/maint/annotate_ifdef_directives 6 years ago
hibernate.c 19c34b4658 Move or_connection_t to its own header. 6 years ago
hibernate.h 1eede00a4b Merge branch 'ticket26063_squashed' 6 years ago
hs_cache.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
hs_cache.h 809f6fae84 refactor: Remove unnecessary `#include "crypto.h"` throughout codebase. 6 years ago
hs_cell.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
hs_cell.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
hs_circuit.c d2942d127d Extract node_t into its own header. 6 years ago
hs_circuit.h 809f6fae84 refactor: Remove unnecessary `#include "crypto.h"` throughout codebase. 6 years ago
hs_circuitmap.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
hs_circuitmap.h 8559827280 Split client-side get_rend_circ into two functions. 6 years ago
hs_client.c d51de77311 Extract cpath_build_state into its own header. 6 years ago
hs_client.h 5dbcd48f0e hs-v3: Attempt descriptor refetch when dirinfo changes 6 years ago
hs_common.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
hs_common.h bfe5a739b7 Make hsdir_index in node_t a hsdir_index_t rather than a pointer. 6 years ago
hs_config.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 6 years ago
hs_config.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
hs_control.c d2942d127d Extract node_t into its own header. 6 years ago
hs_control.h 683fccba8f hs-v3: Add an handler for the HSPOST command 6 years ago
hs_descriptor.c 382beb93cb Merge branch 'maint-0.3.3' 6 years ago
hs_descriptor.h fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
hs_ident.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
hs_ident.h 809f6fae84 refactor: Remove unnecessary `#include "crypto.h"` throughout codebase. 6 years ago
hs_intropoint.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
hs_intropoint.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
hs_ntor.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
hs_ntor.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
hs_service.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
hs_service.h 319505d38c hs-v3: Remove extra white-space and clarify comment 6 years ago
hs_stats.c c3ae14549d minor cleanups on commit 17daab76 6 years ago
hs_stats.h 17daab76b8 Add onion service activity information to our heartbeat logs. 6 years ago
include.am 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
keypin.c 0eed0899cd Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge 6 years ago
keypin.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
listener_connection_st.h bba998af65 Extract connection_t into its own header. 6 years ago
main.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
main.h 1eede00a4b Merge branch 'ticket26063_squashed' 6 years ago
microdesc.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
microdesc.h 176ad729d9 Change the free macro convention in the rest of src/or/*.h 6 years ago
networkstatus.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
networkstatus.h aab626405c Merge remote-tracking branch 'catalyst-github/bug25756' 6 years ago
networkstatus_sr_info_st.h 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
networkstatus_st.h 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
networkstatus_voter_info_st.h 89aefb0319 Extract networkstatus_vote_info_t into its own header. 6 years ago
node_st.h d2942d127d Extract node_t into its own header. 6 years ago
nodelist.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
nodelist.h d2942d127d Extract node_t into its own header. 6 years ago
ntmain.c 39cb04335f Add wrappers for event_base_loopexit and event_base_loopbreak. 6 years ago
ntmain.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
onion.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
onion.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
onion_fast.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
onion_fast.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 years ago
onion_ntor.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
onion_ntor.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 years ago
onion_tap.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
onion_tap.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
or.h 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
or_circuit_st.h b3f2c682b7 Extract crypt_path_t and relay_crypto_t into their own headers 6 years ago
or_connection_st.h bba998af65 Extract connection_t into its own header. 6 years ago
or_handshake_certs_st.h bcc283bcc9 Split or_handshake_{certs,state}_t into their own headers. 6 years ago
or_handshake_state_st.h bcc283bcc9 Split or_handshake_{certs,state}_t into their own headers. 6 years ago
origin_circuit_st.h e0830ff7bf Extract circuit_t into its own header 6 years ago
parsecommon.c 5db331e8fc Make find_opt_by_keyword() take a const smartlist 6 years ago
parsecommon.h 5db331e8fc Make find_opt_by_keyword() take a const smartlist 6 years ago
periodic.c 83137275a7 Add update_current_time() calls to periodic and event-driven callbacks 6 years ago
periodic.h 3800d5916f Merge remote-tracking branch 'dgoulet/ticket25900_034_01' 6 years ago
policies.c d2942d127d Extract node_t into its own header. 6 years ago
policies.h 5458ff20a5 Remove the return value from the fascist_firewall_choose_address_* family of functions 6 years ago
port_cfg_st.h df9a3fe86f Make server_port_cfg_t and port_cfg_t into separate headers. 6 years ago
proto_cell.c b8b016940d Add unit tests for var_cell and control0 proto functions. 6 years ago
proto_cell.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
proto_control0.c 6ec5059723 Refactor buffer APIs to put a buf_t first. 6 years ago
proto_control0.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
proto_ext_or.c 6ec5059723 Refactor buffer APIs to put a buf_t first. 6 years ago
proto_ext_or.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
proto_http.c 6ec5059723 Refactor buffer APIs to put a buf_t first. 6 years ago
proto_http.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
proto_socks.c 8b7df72359 Split socks_request_t into its own header. 6 years ago
proto_socks.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
protover.c aef0607f38 Merge branch 'maint-0.3.3' 6 years ago
protover.h 3283619acf vote: TROVE-2018-005 Make DirAuths omit misbehaving routers from their vote. 6 years ago
protover_rust.c a5d4ce2b39 Make the TROVE-2018-005 fix work with rust. 6 years ago
reasons.c ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 6 years ago
reasons.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
relay.c 8b7df72359 Split socks_request_t into its own header. 6 years ago
relay.h fd504587d5 Bug 25903: Tests 6 years ago
relay_crypto.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
relay_crypto.h 5ecad6c95d Extract the cryptographic parts of crypt_path_t and or_circuit_t. 6 years ago
relay_crypto_st.h b3f2c682b7 Extract crypt_path_t and relay_crypto_t into their own headers 6 years ago
rend_authorized_client_st.h 5cdc234330 Split rend_authorized_client_t and encoded_.._t into their own headers 6 years ago
rend_encoded_v2_service_descriptor_st.h 5cdc234330 Split rend_authorized_client_t and encoded_.._t into their own headers 6 years ago
rend_intro_point_st.h 990184da49 Extract rend_intro_point_t into its own header. 6 years ago
rend_service_descriptor_st.h 22e9c64738 Extract rend_service_descriptor_t into its own header. 6 years ago
rendcache.c 990184da49 Extract rend_intro_point_t into its own header. 6 years ago
rendcache.h ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 6 years ago
rendclient.c 990184da49 Extract rend_intro_point_t into its own header. 6 years ago
rendclient.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
rendcommon.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
rendcommon.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
rendmid.c a0bc164af5 Extract {or,origin}_circuit_t into their own headers 6 years ago
rendmid.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
rendservice.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
rendservice.h ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 6 years ago
rephist.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
rephist.h 93ebcc2b8f rephist: Stop tracking relay connection status 6 years ago
replaycache.c 99666dc6c4 whitespace and typo cleanups 6 years ago
replaycache.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
router.c d2942d127d Extract node_t into its own header. 6 years ago
router.h d27fd7ff6b Merge remote-tracking branch 'rl1987/bug25852_take2' 6 years ago
routerkeys.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
routerkeys.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
routerlist.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
routerlist.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
routerparse.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
routerparse.h 3d937043c2 Fix a failing unit test. 6 years ago
routerset.c d2942d127d Extract node_t into its own header. 6 years ago
routerset.h 285632a61b Replace all FREE_AND_NULL* uses to take a type and a free function. 6 years ago
scheduler.c 19c34b4658 Move or_connection_t to its own header. 6 years ago
scheduler.h 871ff0006d Add an API for a scheduled/manually activated event in the mainloop 6 years ago
scheduler_kist.c 19c34b4658 Move or_connection_t to its own header. 6 years ago
scheduler_vanilla.c 871ff0006d Add an API for a scheduled/manually activated event in the mainloop 6 years ago
server_port_cfg_st.h df9a3fe86f Make server_port_cfg_t and port_cfg_t into separate headers. 6 years ago
shared_random_client.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
shared_random_client.h 70c92c3366 sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h} 6 years ago
socks_request_st.h 8b7df72359 Split socks_request_t into its own header. 6 years ago
statefile.c 987a7f6676 Move responsibility for or_state_save() to a scheduled callback 6 years ago
statefile.h 9f8b60d74c Move or_state_mark_dirty into statefile.c 6 years ago
status.c c3ae14549d minor cleanups on commit 17daab76 6 years ago
status.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
tor_api.c fa02ea102e Add a public tor_api.h with an implementation in tor_api.c 6 years ago
tor_api.h e9dbd6dd8f Update the documentation in tor_api.h 6 years ago
tor_api_internal.h bf882b0373 re-run ./scripts/maint/annotate_ifdef_directives 6 years ago
tor_main.c 97d9ba2380 Add a mostly disabled feature to debug restarting in-process 6 years ago
tor_version_st.h 7d2d131afa Extract tor_version_t into its own header. 6 years ago
torcert.c bcc283bcc9 Split or_handshake_{certs,state}_t into their own headers. 6 years ago
torcert.h c0447033f5 Merge branch 'maint-0.3.2' 6 years ago
transports.c 6bdfaa8b24 Merge remote-tracking branch 'isis-github/bug25425_squashed2' 6 years ago
transports.h c2c5b13e5d test: Add testing module and some unittests for bridges.c. 6 years ago
vote_microdesc_hash_st.h 72d2fd83d8 Split vote_{microdesc_hash,routerstatus}_t into their own headers 6 years ago
vote_routerstatus_st.h 72d2fd83d8 Split vote_{microdesc_hash,routerstatus}_t into their own headers 6 years ago
vote_timing_st.h f8794b0b36 Move vote_schedule into its own header. 6 years ago
voting_schedule.c 50369f8981 Extract networkstatus_t and ..sr_info_t into their own headers 6 years ago
voting_schedule.h 2d79d0155e vote: Move dirvote_recalculate_timing() to voting_schedule.c 6 years ago