Roger Dingledine 962c2f8776 get rid of whitespace before #ifdef's 6 years ago
..
dirauth c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
Makefile.nmake b0e92634d8 Netflow record collapsing defense. 7 years ago
addressmap.c a0f051137d Merge branch 'ticket25993_squashed' 6 years ago
addressmap.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
auth_dirs.inc 1295044dc8 Lift the list of default directory servers into their own file. 6 years ago
bridges.c 6bdfaa8b24 Merge remote-tracking branch 'isis-github/bug25425_squashed2' 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 c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
channelpadding.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
channeltls.c 6b1dba214d cmux: Make EWMA policy mandatory 6 years ago
channeltls.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
circpathbias.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
circpathbias.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
circuitbuild.c f684b48b5b Merge branch 'ticket26009' 6 years ago
circuitbuild.h f684b48b5b Merge branch 'ticket26009' 6 years ago
circuitlist.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
circuitlist.h 98682f689b Merge branch 'maint-0.3.2' 6 years ago
circuitmux.c e19cd38f08 cmux: Always use the cmux policy 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 17236a5842 Merge branch 'maint-0.3.3' 6 years ago
circuitstats.h 125df07d60 Report close and timeout rates since uptime, not based on data. 6 years ago
circuituse.c fd1d0a7d2e Merge remote-tracking branch 'mikeperry/bug25705_v3_033' 6 years ago
circuituse.h 20a3f61105 Implement layer 2 and layer 3 guard pinning via torrc. 6 years ago
command.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
command.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
config.c 1eede00a4b Merge branch 'ticket26063_squashed' 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 1eede00a4b Merge branch 'ticket26063_squashed' 6 years ago
connection.h 1356d51af6 Rename connection_bucket_refill to connection_bucket_refill_all 6 years ago
connection_edge.c c0feb698a0 Comment-only fix: annotate we_are_hibernating() usage 6 years ago
connection_edge.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
connection_or.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
connection_or.h ab16f1e2a1 test: Add unittest for the OR connection failure cache 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 8a81a70878 Move consdiffmgr_rescan() into a mainloop event. 6 years ago
consdiffmgr.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
control.c 962c2f8776 get rid of whitespace before #ifdef's 6 years ago
control.h 0c19ce7bde Give control.c responsibility for its own once-a-second events 6 years ago
cpuworker.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
cpuworker.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
directory.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
directory.h ff6f49f033 Rename find_dl_schedule to find_dl_min_delay. 6 years ago
dirserv.c c0feb698a0 Comment-only fix: annotate we_are_hibernating() usage 6 years ago
dirserv.h a2ff4975f3 dirvote: Move the vote creation code into dirvote.c 6 years ago
dns.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 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 4f473fadbd Merge branch 'bug25617_029' into maint-0.3.3 6 years ago
dnsserv.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
dos.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
dos.h a09d5f5735 dos: Make sure cc_stats_refill_bucket can't overflow while calculating 6 years ago
entrynodes.c 5edc72a45b Merge remote-tracking branch 'mikeperry/bug25870_rebase' 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 e32fc0806d refactor: Alphabetise some includes in /src/or/*. 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 176ad729d9 Change the free macro convention in the rest of src/or/*.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 1eede00a4b Merge branch 'ticket26063_squashed' 6 years ago
hibernate.h 1eede00a4b Merge branch 'ticket26063_squashed' 6 years ago
hs_cache.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
hs_cache.h 809f6fae84 refactor: Remove unnecessary `#include "crypto.h"` throughout codebase. 6 years ago
hs_cell.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
hs_cell.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
hs_circuit.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
hs_circuit.h 809f6fae84 refactor: Remove unnecessary `#include "crypto.h"` throughout codebase. 6 years ago
hs_circuitmap.c 7803b19c43 Merge remote-tracking branch 'ffmancera/github/bug23459' 6 years ago
hs_circuitmap.h 8559827280 Split client-side get_rend_circ into two functions. 6 years ago
hs_client.c e32fc0806d refactor: Alphabetise some includes in /src/or/*. 6 years ago
hs_client.h 5dbcd48f0e hs-v3: Attempt descriptor refetch when dirinfo changes 6 years ago
hs_common.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 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 c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 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 4438ef3288 Remove a bunch of other redundant #includes 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 61d5ce83a1 Merge branch 'maint-0.3.3' 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 1f739e9b06 dirauth: Move authdir_mode_v3() to module 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
main.c 75e5b778e1 Merge remote-tracking branch 'public/bug25981' 6 years ago
main.h 1eede00a4b Merge branch 'ticket26063_squashed' 6 years ago
microdesc.c b8ff7407a7 remove the max_failures argument from download_status_is_ready. 6 years ago
microdesc.h 176ad729d9 Change the free macro convention in the rest of src/or/*.h 6 years ago
networkstatus.c 01ffe8e2f4 config: Move any_client_port_set() to config.c 6 years ago
networkstatus.h 01ffe8e2f4 config: Move any_client_port_set() to config.c 6 years ago
nodelist.c 1f739e9b06 dirauth: Move authdir_mode_v3() to module 6 years ago
nodelist.h 6773102c92 Merge branch 'bug25691_033_again_squashed' 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 fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 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 4cf6b67f5e Merge remote-tracking branch 'neel/b23094' 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 5458ff20a5 Remove the return value from the fascist_firewall_choose_address_* family of functions 6 years ago
policies.h 5458ff20a5 Remove the return value from the fascist_firewall_choose_address_* family of functions 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 fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 6 years ago
proto_socks.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
protover.c 72bfcb37f1 add changes file and update check-typos in makefile 6 years ago
protover.h b189c613bb move a macro; fix a build? 6 years ago
protover_rust.c bf882b0373 re-run ./scripts/maint/annotate_ifdef_directives 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 c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
relay.h c5bbf72fb8 Merge branch 'maint-0.3.3' 6 years ago
relay_crypto.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
relay_crypto.h 5ecad6c95d Extract the cryptographic parts of crypt_path_t and or_circuit_t. 6 years ago
rendcache.c a7440d9c9d more fixes for typos, grammar, whitespace, etc 6 years ago
rendcache.h ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 6 years ago
rendclient.c e32fc0806d refactor: Alphabetise some includes in /src/or/*. 6 years ago
rendclient.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
rendcommon.c e32fc0806d refactor: Alphabetise some includes in /src/or/*. 6 years ago
rendcommon.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
rendmid.c cd81403cc0 Merge branch 'ticket24902_029_05' into ticket24902_033_02 6 years ago
rendmid.h c1deabd3b0 Run our #else/#endif annotator on our source code. 6 years ago
rendservice.c 61d5ce83a1 Merge branch 'maint-0.3.3' 6 years ago
rendservice.h ca6682f3f8 Fix spelling mistakes corresponding to ticket #23650 6 years ago
rephist.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 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 7595eae52a Add a new net_is_completely_disabled() function 6 years ago
router.h 7595eae52a Add a new net_is_completely_disabled() function 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 c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
routerlist.h 17dcce3fe1 Fix wide lines introduced by previous patch. 6 years ago
routerparse.c c3b7258370 Merge remote-tracking branch 'isis/bug24660_r1' 6 years ago
routerparse.h 3d937043c2 Fix a failing unit test. 6 years ago
routerset.c 176ad729d9 Change the free macro convention in the rest of src/or/*.h 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 871ff0006d Add an API for a scheduled/manually activated event in the mainloop 6 years ago
scheduler.h 871ff0006d Add an API for a scheduled/manually activated event in the mainloop 6 years ago
scheduler_kist.c 871ff0006d Add an API for a scheduled/manually activated event in the mainloop 6 years ago
scheduler_vanilla.c 871ff0006d Add an API for a scheduled/manually activated event in the mainloop 6 years ago
shared_random_client.c 70c92c3366 sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h} 6 years ago
shared_random_client.h 70c92c3366 sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h} 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
torcert.c fe3aca1491 crypto: Refactor (P)RNG functionality into new crypto_rand module. 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
voting_schedule.c d14c245a0f Add unit test for ..get_start_of_next_voting_interval(). 6 years ago
voting_schedule.h 2d79d0155e vote: Move dirvote_recalculate_timing() to voting_schedule.c 6 years ago