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