index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
main.c
Age
Commit message (
Expand
)
Author
2018-01-31
Merge branch 'bug23954_squashed'
Nick Mathewson
2018-01-31
Use thread-safe types to store the LOG_PROTOCOL_WARN severity
Nick Mathewson
2018-01-30
Merge branch 'ticket24902_029_05' into ticket24902_033_02
David Goulet
2018-01-30
dos: Initial code of Denial of Service mitigation
David Goulet
2018-01-19
Merge branch 'disable_signal_handlers'
Nick Mathewson
2018-01-19
Improve documentation for signal code
Nick Mathewson
2018-01-19
Merge branch 'restart_debug_squashed'
Nick Mathewson
2018-01-19
Add a mostly disabled feature to debug restarting in-process
Nick Mathewson
2018-01-11
Merge branch 'restart_nocrash'
Nick Mathewson
2018-01-11
Add a blank line per dgoulet review.
Nick Mathewson
2018-01-11
Merge branch 'bug24584'
Nick Mathewson
2018-01-06
make a comment a bit more useful
Roger Dingledine
2018-01-05
Don't keep options in a local in run_main_loop_once.
Nick Mathewson
2017-12-30
Stop trying to remove NULL filenames on shutdown
teor
2017-12-21
Fix a pair of memory leaks in tor_cleanup()
Nick Mathewson
2017-12-20
Merge remote-tracking branch 'ahf-oniongit/bugs/24605'
Nick Mathewson
2017-12-20
expand documentation on tor_remove_file
Nick Mathewson
2017-12-20
Remove pre-unlink check tor_remove_file; check errno instead.
Nick Mathewson
2017-12-20
Merge remote-tracking branch 'ffmancera/github/bug23271'
Nick Mathewson
2017-12-16
Add MainloopStats option.
Alexander Færøy
2017-12-15
Add an option to disable signal handler installation.
Nick Mathewson
2017-12-15
Remove the unused is_parent==0 option from handle_signals.
Nick Mathewson
2017-12-15
Add remove file function and remove ephemeral files.
Fernando Fernandez Mancera
2017-12-11
Stop using event_base_once().
Nick Mathewson
2017-12-11
On exit, free the event_base and set its pointer to NULL.
Nick Mathewson
2017-12-05
Merge branch 'more_directories_squashed'
Nick Mathewson
2017-12-05
Create a CacheDirectory and KeyDirectory options.
Nick Mathewson
2017-12-05
Clean up a needlessly complex get_datadir_fname use
Nick Mathewson
2017-12-05
New accessors for keydir/cachedir access
Nick Mathewson
2017-11-21
re-run ./scripts/maint/annotate_ifdef_directives
Nick Mathewson
2017-11-09
Merge branch 'ticket12062_squashed'
Nick Mathewson
2017-11-09
Audit all of the "is the network turned off" checks.
Nick Mathewson
2017-11-01
Merge branch 'tor_api_squashed'
Nick Mathewson
2017-11-01
Add a public tor_api.h with an implementation in tor_api.c
Nick Mathewson
2017-10-31
Merge branch 'fix-torrcd-sandbox-22605v2'
Nick Mathewson
2017-10-27
Only prototype rust_welcome_string() when it exists.
Nick Mathewson
2017-10-27
declare shutdown_did_not_work_callback() with ATTR_NORETURN
Nick Mathewson
2017-10-27
Add a comment about removing the failsafe event loop exit code
Nick Mathewson
2017-10-27
Clarify doc on tell_event_loop_to_run_external_code()
Nick Mathewson
2017-10-27
Merge remote-tracking branch 'public/exit_carefully'
Nick Mathewson
2017-10-27
Merge branch 'protover-rust-impl_squashed'
Nick Mathewson
2017-10-27
move to allocating c strings from rust
Chelsea Holland Komlo
2017-10-26
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-10-26
Update entry guard state whenever we download a consensus.
George Kadianakis
2017-10-20
Return instead of exiting in options_init_from_torrc()
Nick Mathewson
2017-10-20
Return from instead of exit()ing when ed25519 key check fails.
Nick Mathewson
2017-10-20
On locking failure, return -1 instead of exit()ing.
Nick Mathewson
2017-10-20
Replace most bad exits in main.c, hibernate.c
Nick Mathewson
2017-10-20
Add a failsafe to kill tor if the new exit code doesn't work.
Nick Mathewson
2017-10-20
Expose a new function to make the event loop exit once and for all.
Nick Mathewson
[next]