aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control/control.c
AgeCommit message (Expand)Author
2019-01-09Merge remote-tracking branch 'tor-github/pr/627'Nick Mathewson
2019-01-09Merge branch 'ticket28843'Nick Mathewson
2019-01-03Completely remove 'GETINFO status/version/num-{concurring,versioning}'rl1987
2018-12-20Add origin circuit event pubsub systemTaylor Yu
2018-12-20Add support for STATUS messages from Pluggable Transports.Alexander Færøy
2018-12-20Use K/V parser to handle LOG messages for pluggable transports.Alexander Færøy
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Change EVENT_TRANSPORT_LOG to EVENT_PT_LOG.Alexander Færøy
2018-12-17Add support for logging messages from pluggable transports.Alexander Færøy
2018-12-13Add a DROPOWNERSHIP controller command to undo TAKEOWNERSHIP.Nick Mathewson
2018-12-11Merge remote-tracking branch 'catalyst-github/ticket27402'Nick Mathewson
2018-12-05Merge remote-tracking branch 'tor-github/pr/508'Nick Mathewson
2018-11-30Split bootstrap event reporting out of control.cTaylor Yu
2018-11-26Merge branch 'dormant_v2_squashed'Nick Mathewson
2018-11-20Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-19Update control_free_all() for #27169Taylor Yu
2018-11-15Make the NET_PARTICIPANT role dependent on user activityNick Mathewson
2018-11-15Move control_per_second_events() into a callback with its own roleNick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-10-31Merge branch 'networkstatus_mmap' into networkstatus_mmap_mergeNick Mathewson
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