aboutsummaryrefslogtreecommitdiff
path: root/src/core/mainloop
AgeCommit message (Expand)Author
2019-04-05Merge branch 'tor-github/pr/800' into maint-0.4.0George Kadianakis
2019-04-04Implement an DormantCanceledByStartup optionNick Mathewson
2019-03-29Add connection_dir_buf_add() helper functionrl1987
2019-03-25Correctly report PT vs proxy during bootstrapTaylor Yu
2019-03-07Merge remote-tracking branch 'tor-github/pr/745' into maint-0.4.0Nick Mathewson
2019-03-01Log the correct "auto" port number for listening socketsKris Katterjohn
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-09Merge branch 'bug28591_035_squashed'Nick Mathewson
2018-12-21Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-21Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-12-20Add ORCONN event pubsub systemTaylor Yu
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Use run_main_loop_until_done() for process_t tests.Alexander Færøy
2018-12-17Use process_t for managed proxies.Alexander Færøy
2018-12-13Merge branch 'dormant_persist_squashed'Nick Mathewson
2018-12-13Change interaction between dormant mode and clock jumps.Nick Mathewson
2018-12-05Merge remote-tracking branch 'tor-github/pr/508'Nick Mathewson
2018-12-05remember why we are doing getsockopt()Nick Mathewson
2018-12-04Add an option to start tor in dormant mode for the first time.Nick Mathewson
2018-12-04Remember in our state file how long we've spent since user activityNick Mathewson
2018-12-03More logging for #28229rl1987
2018-12-03Check that new listener connection is actually listeningrl1987
2018-12-01Merge branch 'ticket27490a_squashed'Nick Mathewson
2018-12-01Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR portsNeel Chauhan
2018-11-29Dir: Refactor ns expiry check to remove duplicate codeteor
2018-11-26Merge remote-tracking branch 'tor-github/pr/495'Nick Mathewson
2018-11-26Test for check_network_participation_callback()Nick Mathewson
2018-11-26Test netstatus.c tracking of user participation statusNick Mathewson
2018-11-26Add options to control dormant-client feature.Nick Mathewson
2018-11-17Make ROUTERLIST_PRUNING_INTERVAL 1 hr.rl1987
2018-11-15Make sure that we are always a net participant when being a serverNick Mathewson
2018-11-15Rename and fix docs on FLUSH_ON_DISABLENick Mathewson
2018-11-15Reset dormancy status when the clock jumps.Nick Mathewson
2018-11-15Add a periodic event to become dormant.Nick Mathewson
2018-11-15Make the NET_PARTICIPANT role dependent on user activityNick Mathewson
2018-11-15write_stats_file() is indeed NET_PARTICIPANT; remove comment.Nick Mathewson
2018-11-15reset_padding_counts is only once per 24h; it can be all.Nick Mathewson
2018-11-15Turn second_elapsed_callback into a normal periodic event.Nick Mathewson
2018-11-15Move the responsibility for delayed shutdown into the mainloopNick Mathewson
2018-11-15Remove run_scheduled_events() as a separate function.Nick Mathewson
2018-11-15Move control_per_second_events() into a callback with its own roleNick Mathewson
2018-11-15Annotate 1/s callback elements with NET_PARTICIPANT status.Nick Mathewson
2018-11-15Add new "ALL" and "NET_PARTICIPANT" roles for periodic eventsNick Mathewson
2018-11-15Add a function to schedule a periodic event once, then disable itNick Mathewson
2018-11-15Use macros to make the periodic event table less verbose.Nick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-11-14Merge branch 'ticket27750_034_01_squashed' into maint-0.3.5Nick Mathewson
2018-11-11Create new periodic event for pruning old info about Tor routersrl1987
2018-11-06Merge branch 'bug28348_034' into bug28348_035Nick Mathewson