aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
AgeCommit message (Expand)Author
2018-07-20Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-20Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-10Add controller support for listing ExtORPort and HTTPTunnelPortsNick Mathewson
2018-07-09Clear all control.c flags on control_free_all()Nick Mathewson
2018-07-01Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-27control: Make HSPOST properly parse HSADDRESS= paramDavid Goulet
2018-06-20eol@eof is still the law in 0.3.4 :(Nick Mathewson
2018-06-20Fix clang warnings introduced by 9f2b887c5d251b93ee9def708Nick Mathewson
2018-05-14Merge branch 'bug25903_v5_squashed'Nick Mathewson
2018-05-11get rid of whitespace before #ifdef'sRoger Dingledine
2018-05-11control: Mask the event(s) before using ANY_EVENT_IS_INTERESTING()David Goulet
2018-05-10Enable/disable per-second callback as needed.Nick Mathewson
2018-05-09Bug 25903: Report new CIRC_BW fields to control port.Mike Perry
2018-05-09Comment-only fix: annotate we_are_hibernating() usageNick Mathewson
2018-05-09Give control.c responsibility for its own once-a-second eventsNick Mathewson
2018-05-09Add a macro to simplify control_update_global_event_mask().Nick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-03Merge remote-tracking branch 'github/ticket25951'Nick Mathewson
2018-05-01sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}David Goulet
2018-05-01Give queued_events_flush_all() responsibility for flushing log cbsNick Mathewson
2018-04-27sr: Extract shared SR functionsDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-23Merge remote-tracking branch 'neel/b25511-r4'Nick Mathewson
2018-04-22Merge remote-tracking branch 'mikeperry/bug25400_squashed'Nick Mathewson
2018-04-22Merge branch 'bug25691_033_again_squashed'Nick Mathewson
2018-04-22control EXTENDCIRCUIT: check node_has_preferred_descriptor().Nick Mathewson
2018-04-22Rename node_has_descriptor() to node_has_any_descriptor()Nick Mathewson
2018-04-16Add GETINFO current-time/{local,utc} command to ControlPortNeel Chauhan
2018-04-16Bug 25400: Make CIRC_BW event properly total everything on a circ.Mike Perry
2018-04-10Remove TestingEnableTbEmptyEventNick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-04-05Add an API for a scheduled/manually activated event in the mainloopNick Mathewson
2018-03-29Fix CID 1433643Taylor Yu
2018-03-28Merge remote-tracking branch 'public/bug25512'Nick Mathewson
2018-03-26Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-26Merge branch 'bug24903_029' into maint-0.3.3Nick Mathewson
2018-03-26When extending a circuit's path length, clear onehop_tunnel.Nick Mathewson
2018-03-23Clear all control.c flags on control_free_all()Nick Mathewson
2018-03-14Merge remote-tracking branch 'public/restart_reset_bootstrap'Nick Mathewson
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-25Remove the old ("deterministic") download schedule.Nick Mathewson
2017-12-11In control.c, reset the bootstrapping status on shutdownNick Mathewson
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Convert remaining function (mostly static) to new free styleNick Mathewson
2017-12-05Initialize pk so that older gcc versions don't freak out.Nick Mathewson
2017-12-05Merge branch 'more_directories_squashed'Nick Mathewson
2017-12-05New accessors for keydir/cachedir accessNick Mathewson
2017-12-05control: Improve ADD_ONION helper function commentsDavid Goulet
2017-12-05control: Don't use void pointer for ADD_ONION secret keyDavid Goulet