aboutsummaryrefslogtreecommitdiff
path: root/src/core/mainloop/mainloop.c
AgeCommit message (Expand)Author
2021-03-17Merge branch 'tor-gitlab/mr/337'David Goulet
2021-03-17Add a DormantTimeoutEnabled to disable dormant mode entirelyNick Mathewson
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-22relay: Remove dirport reachability self testDavid Goulet
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-01-27src/core/mainloop: Put brackets around IPv6 addresses in log messagesNeel Chauhan
2021-01-12Merge branch 'maint-0.4.5'George Kadianakis
2021-01-12Merge branch 'ticket40237_044_01' into ticket40237_045_01David Goulet
2021-01-12Merge branch 'ticket40237_043_01' into ticket40237_044_01David Goulet
2021-01-12Merge branch 'ticket40237_035_01' into ticket40237_043_01David Goulet
2021-01-12hs-v3: Require reasonably live consensusDavid Goulet
2020-11-17Merge branch 'tor-gitlab/mr/182' into masterDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2020-11-03Abstract v2/v3 "write stats to file" logic into a single function.George Kadianakis
2020-11-03Introduce v3_stats_t structure and some of its methods.George Kadianakis
2020-11-02Make room for v3: s/hs_stats/hs_v2_stats/George Kadianakis
2020-07-29Remove the connection_t.outbuf_flushlen fieldNick Mathewson
2020-07-10Change connstats.c identifers to start with conn_statsNick Mathewson
2020-07-10Split bidi connection-stats code into a new C file.Nick Mathewson
2020-02-19Remove assert_all_pending_dns_resolves_ok().Nick Mathewson
2020-01-29mainloop: Simplify ip_address_changed()teor
2020-01-16Rename dirclient_modes.h identifiers to start with dirclient_Nick Mathewson
2020-01-16Move dirclient-related functions out of dirserv, and reenable themNick Mathewson
2020-01-16Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.3.5teor
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-07Merge branch 'maint-0.4.2'teor
2019-11-07Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.4.2teor
2019-11-06Do not try to shut down the event loop when it is not initialized.Nick Mathewson
2019-10-24Merge remote-tracking branch 'tor-github/pr/1447'teor
2019-10-22Merge branch 'maint-0.4.2'Nick Mathewson
2019-10-22Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.2Nick Mathewson
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22Use various COCCI tests to get mainloop.c to parse.Nick Mathewson
2019-10-22With COCCI defined, avoid PERIODIC_EVENT.Nick Mathewson
2019-10-21respect accountingmax during soft hibernationRoger Dingledine
2019-10-20feature: Move proxy_mode() into new filesteor
2019-10-09Merge branch 'bug30344_squashed_035'Nick Mathewson
2019-10-09Stop libevent from reading data from closed connections.George Kadianakis
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-06Move "relay" and "router" periodic callbacks out of mainloop.cNick Mathewson
2019-05-02Remove some now-needless dirauth includesNick Mathewson
2019-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-04-30Rename and clarify some functions for periodic eventsNick Mathewson
2019-04-30Remove now-extraneous calls to initialize_periodic_events().Nick Mathewson
2019-04-30Move dirauth periodic events into dirauth module.Nick Mathewson
2019-04-30Turn 'mainloop' into a subsystem.Nick Mathewson
2019-04-25Move responsibility for checking if events are setup into periodic.cNick Mathewson
2019-04-25Move the responsibility for listing periodic events to periodic.cNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson