aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-17Add process_terminate().Alexander Færøy
2018-12-17Make sure we call process_notify_event_exit() as the last thing in different ...Alexander Færøy
2018-12-17Add documentation for the is_socket and error argument of read_to_chunk().Alexander Færøy
2018-12-17Add process_get_pid() to the Process subsystem.Alexander Færøy
2018-12-17Add Windows backend for the Process subsystem.Alexander Færøy
2018-12-17Add Unix backend for the Process subsystem.Alexander Færøy
2018-12-17Add new Process subsystem.Alexander Færøy
2018-11-27Add LD_PROCESS as log domain.Alexander Færøy
2018-11-27Add buf_flush_to_pipe() and buf_read_from_pipe().Alexander Færøy
2018-11-27Refactor buf_read_from_socket() into buf_read_from_fd().Alexander Færøy
2018-11-27Refactor buf_flush_to_socket() into buf_flush_to_fd().Alexander Færøy
2018-11-27Refactor flush_chunk() to work on pipes as well as sockets.Alexander Færøy
2018-11-27Refactor read_to_chunk() such that it supports both pipes and sockets.Alexander Færøy
2018-11-27Remove unused `int pid` member of `managed_proxy_t`.Alexander Færøy
2018-11-26Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-26Merge remote-tracking branch 'teor/bug28096-035-squashed' into maint-0.3.5Nick Mathewson
2018-11-26Merge remote-tracking branch 'tor-github/pr/539'Nick Mathewson
2018-11-26Merge remote-tracking branch 'tor-github/pr/495'Nick Mathewson
2018-11-26Merge branch 'dormant_v2_squashed'Nick Mathewson
2018-11-26Test for check_network_participation_callback()Nick Mathewson
2018-11-26Test netstatus.c tracking of user participation statusNick Mathewson
2018-11-26Add options to control dormant-client feature.Nick Mathewson
2018-11-23Create a temporary directory for tor's DataDirectory in test_rebind.Taylor R Campbell
2018-11-22Fix a comment typo in test_hs_common.cteor
2018-11-21Fix a fun heisenbug in memoize_protover_flags()Nick Mathewson
2018-11-20Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-19Update control_free_all() for #27169Taylor Yu
2018-11-19Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-19Add missing library to build tor-print-ed-signing-cert.Alexander Færøy
2018-11-19Merge branch 'ticket27359_v2_squashed'Nick Mathewson
2018-11-19Test new functions in nodelist.cNick Mathewson
2018-11-19Expose more nodelist.c functions to testsNick Mathewson
2018-11-19Aim for 100% test coverage on nodefamily.cNick Mathewson
2018-11-19Use nodefamily_t in microdescriptors.Nick Mathewson
2018-11-19Backend for compact node-family representation.Nick Mathewson
2018-11-17Make ROUTERLIST_PRUNING_INTERVAL 1 hr.rl1987
2018-11-16Bump to 0.3.5.5-alpha-devNick Mathewson
2018-11-16Merge remote-tracking branch 'dgoulet/ticket27471_035_02' into maint-0.3.5Nick Mathewson
2018-11-16Bump to 0.3.5.5-alphaNick Mathewson
2018-11-15Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-15Merge branch 'bug27740_035_fix' into maint-0.3.5Nick Mathewson
2018-11-15Make sure that we are always a net participant when being a serverNick Mathewson
2018-11-15Rename and fix docs on FLUSH_ON_DISABLENick Mathewson
2018-11-15Reset dormancy status when the clock jumps.Nick Mathewson
2018-11-15Add a periodic event to become dormant.Nick Mathewson
2018-11-15Make the NET_PARTICIPANT role dependent on user activityNick Mathewson
2018-11-15write_stats_file() is indeed NET_PARTICIPANT; remove comment.Nick Mathewson
2018-11-15reset_padding_counts is only once per 24h; it can be all.Nick Mathewson
2018-11-15Turn second_elapsed_callback into a normal periodic event.Nick Mathewson
2018-11-15Move the responsibility for delayed shutdown into the mainloopNick Mathewson