aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control/control.c
AgeCommit message (Expand)Author
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-18Revert "Log bootstrap tag names"Nick Mathewson
2018-12-10Log bootstrap tag namesTaylor Yu
2018-11-19Update control_free_all() for #27169Taylor Yu
2018-10-01Remove versions.h include from routerparse.hNick Mathewson
2018-10-01Move v2 hs parsing into feature/rendNick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-27Split geoip from geoip-related stats.Nick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-25Move self-test functionality into its own file.Nick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-20Split most of dirserv.c into several new modulesNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-14Merge remote-tracking branch 'tor-github/pr/329'Nick Mathewson
2018-09-14Merge branch 'ticket27247'Nick Mathewson
2018-09-13Control port call to emit a CIRC_BW event for a single circuit.Mike Perry
2018-09-10Defer reporting directory bootstrap progressTaylor Yu
2018-09-10Track bootstrap phase independently of progressTaylor Yu
2018-09-10Refactor control_event_bootstrap_core() moreTaylor Yu
2018-09-10Refactor control_event_bootstrap() somewhatTaylor Yu
2018-09-10Deindent much of control_event_bootstrapTaylor Yu
2018-09-10Make control_event_bootstrap() return voidTaylor Yu
2018-09-07Use networkstatus_read_cached_consensus() for GETINFONick Mathewson
2018-09-06Merge remote-tracking branch 'ageis/control-getinfo-uptime'Nick Mathewson
2018-09-04Merge branch 'nss_squashed' into nss_mergeNick Mathewson
2018-08-21Rename functions that encode/decode private keysNick Mathewson
2018-08-20Fix typo in comment for getinfo_helper_current_time()Neel Chauhan
2018-08-08Fix typo in control_event_hs_descriptor_content()Neel Chauhan
2018-07-20Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-16control: Add new 'uptime' message to GETINFOKevin Gallagher
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson