summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2018-09-07Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-09-07Merge branch 'bug27461-029' into bug27461-032teor
2018-09-07Windows: Stop calling SetProcessDEPPolicy() on 64-bit Windowsteor
2018-07-31Always call tor_free_all() when exiting tor_run_main()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-10Fix another crash-on-no-threadpool bug.Nick Mathewson
2018-02-16Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-02-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-02-07Remove anything related to the old SocksSockets optionDavid Goulet
2018-02-07more fixes for typos, grammar, whitespace, etcRoger Dingledine
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
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-12-01Update entry guard state whenever we download a consensus.George Kadianakis
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