aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-05Remove util.hNick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Return U64_PRINTF_ARG and U64_FORMATNick Mathewson
2018-07-03Replace U64_LITERAL with the standard UINT64_CNick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-29Eliminate compat.hNick Mathewson
2018-06-29Extract get_uname to lib/osinfo.Nick Mathewson
2018-06-29Move fd and memory-info functions.Nick Mathewson
2018-06-28Move compute_num_cpus to lib/threadNick Mathewson
2018-06-28Move tor_gethostname to lib/netNick Mathewson
2018-06-28Move string_is_key_value to lib/encodingNick Mathewson
2018-06-28Extract process-management functionality into a new lib/processNick Mathewson
2018-06-28Fix the include paths for storagedir,conffile (automated)Nick Mathewson
2018-06-27Split confline into confline and conffile.Nick Mathewson
2018-06-27Fix up include paths for sandbox.h (automated)Nick Mathewson
2018-06-22Finally extract the log library and make it build.Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract connection_t into its own header.Nick Mathewson
2018-06-14Make server_port_cfg_t and port_cfg_t into separate headers.Nick Mathewson
2018-05-10Merge branch 'ticket26063_squashed'Nick Mathewson
2018-05-10Enable/disable per-second callback as needed.Nick Mathewson
2018-05-09Having a ControlPort open doesn't mean we are a clientDavid Goulet
2018-05-09config: Move any_client_port_set() to config.cDavid Goulet
2018-05-09Comment-only fix: annotate we_are_hibernating() usageNick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-03Merge remote-tracking branch 'dgoulet/ticket25990_034_01'Nick Mathewson
2018-05-03Merge remote-tracking branch 'github/ticket25951'Nick Mathewson
2018-05-02dirauth: Move authdir_mode_v3() to moduleDavid Goulet
2018-05-01vote: Move dirvote_recalculate_timing() to voting_schedule.cDavid Goulet
2018-05-01Reschedule voting callback when any cfg option affecting it changes.Nick Mathewson
2018-05-01Ensure that voting is rescheduled whenever the schedule changes.Nick Mathewson
2018-05-01Merge remote-tracking branch 'dgoulet/ticket25610_034_01-squashed'Nick Mathewson
2018-05-01Give queued_events_flush_all() responsibility for flushing log cbsNick Mathewson
2018-04-30Describe schedules as TimeInterval, not TimeIntervalCommaList.Nick Mathewson
2018-04-30Merge remote-tracking branch 'github/ticket23354'Nick Mathewson
2018-04-27Merge branch 'bug25843_v2_squashed'Nick Mathewson
2018-04-27Introduce torrc option NumPrimaryGuardsGeorge Kadianakis
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-24Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-24Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-24Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-23config: Set up periodic events when options changesDavid Goulet
2018-04-22Remove extra values from InitialDelay defaultsNick Mathewson