aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2018-01-31Merge branch 'bug23954_squashed'Nick Mathewson
2018-01-31Use thread-safe types to store the LOG_PROTOCOL_WARN severityNick Mathewson
2018-01-30Merge branch 'ticket24902_029_05' into ticket24902_033_02David Goulet
2018-01-30dos: Initial code of Denial of Service mitigationDavid Goulet
2018-01-19Merge branch 'disable_signal_handlers'Nick Mathewson
2018-01-19Improve documentation for signal codeNick Mathewson
2018-01-19Merge branch 'restart_debug_squashed'Nick Mathewson
2018-01-19Add a mostly disabled feature to debug restarting in-processNick Mathewson
2018-01-11Merge branch 'restart_nocrash'Nick Mathewson
2018-01-11Add a blank line per dgoulet review.Nick Mathewson
2018-01-11Merge branch 'bug24584'Nick Mathewson
2018-01-06make a comment a bit more usefulRoger Dingledine
2018-01-05Don't keep options in a local in run_main_loop_once.Nick Mathewson
2017-12-30Stop trying to remove NULL filenames on shutdownteor
2017-12-21Fix a pair of memory leaks in tor_cleanup()Nick Mathewson
2017-12-20Merge remote-tracking branch 'ahf-oniongit/bugs/24605'Nick Mathewson
2017-12-20expand documentation on tor_remove_fileNick Mathewson
2017-12-20Remove pre-unlink check tor_remove_file; check errno instead.Nick Mathewson
2017-12-20Merge remote-tracking branch 'ffmancera/github/bug23271'Nick Mathewson
2017-12-16Add MainloopStats option.Alexander Færøy
2017-12-15Add an option to disable signal handler installation.Nick Mathewson
2017-12-15Remove the unused is_parent==0 option from handle_signals.Nick Mathewson
2017-12-15Add remove file function and remove ephemeral files.Fernando Fernandez Mancera
2017-12-11Stop using event_base_once().Nick Mathewson
2017-12-11On exit, free the event_base and set its pointer to NULL.Nick Mathewson
2017-12-05Merge branch 'more_directories_squashed'Nick Mathewson
2017-12-05Create a CacheDirectory and KeyDirectory options.Nick Mathewson
2017-12-05Clean up a needlessly complex get_datadir_fname useNick Mathewson
2017-12-05New accessors for keydir/cachedir accessNick Mathewson
2017-11-21re-run ./scripts/maint/annotate_ifdef_directivesNick Mathewson
2017-11-09Merge branch 'ticket12062_squashed'Nick Mathewson
2017-11-09Audit all of the "is the network turned off" checks.Nick Mathewson
2017-11-01Merge branch 'tor_api_squashed'Nick Mathewson
2017-11-01Add a public tor_api.h with an implementation in tor_api.cNick Mathewson
2017-10-31Merge branch 'fix-torrcd-sandbox-22605v2'Nick Mathewson
2017-10-27Only prototype rust_welcome_string() when it exists.Nick Mathewson
2017-10-27declare shutdown_did_not_work_callback() with ATTR_NORETURNNick Mathewson
2017-10-27Add a comment about removing the failsafe event loop exit codeNick Mathewson
2017-10-27Clarify doc on tell_event_loop_to_run_external_code()Nick Mathewson
2017-10-27Merge remote-tracking branch 'public/exit_carefully'Nick Mathewson
2017-10-27Merge branch 'protover-rust-impl_squashed'Nick Mathewson
2017-10-27move to allocating c strings from rustChelsea Holland Komlo
2017-10-26Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-26Update entry guard state whenever we download a consensus.George Kadianakis
2017-10-20Return instead of exiting in options_init_from_torrc()Nick Mathewson
2017-10-20Return from instead of exit()ing when ed25519 key check fails.Nick Mathewson
2017-10-20On locking failure, return -1 instead of exit()ing.Nick Mathewson
2017-10-20Replace most bad exits in main.c, hibernate.cNick Mathewson
2017-10-20Add a failsafe to kill tor if the new exit code doesn't work.Nick Mathewson
2017-10-20Expose a new function to make the event loop exit once and for all.Nick Mathewson