aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-20Merge remote-tracking branch 'tor-github/pr/445'Nick Mathewson
2018-12-19Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-19Merge branch 'ticket28883_035' into maint-0.3.5Nick Mathewson
2018-12-18Merge branch 'ticket28853'Nick Mathewson
2018-12-18Merge branch 'ticket28839_v2_squashed'Nick Mathewson
2018-12-18Avoid a needless decode/re-encode step in assigning onion keysNick Mathewson
2018-12-18Use a single path for all PEM-like objects in get_next_token()Nick Mathewson
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Merge branch 'bug28612_squashed' into maint-0.3.5Nick Mathewson
2018-12-18Call run_tor_main_loop() in ntmain.c, rather than do_main_loop().Nick Mathewson
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Merge branch 'ticket28881_035' into maint-0.3.5Nick Mathewson
2018-12-18Always initialize addr in parse_port_config()Nick Mathewson
2018-12-18Merge remote-tracking branch 'tor-github/pr/595'Nick Mathewson
2018-12-18Avoid breaking the event loop prematurely.Alexander Færøy
2018-12-18Bump version to 0.3.5.6-rc-devNick Mathewson
2018-12-18Revert "Log bootstrap tag names"Nick Mathewson
2018-12-18Bump to 0.3.5.6-rcNick Mathewson
2018-12-18Unit test to check that we can parse NETINFO cell with unsupported address typerl1987
2018-12-18Actually allow unrecognized address types in NETINFO cellrl1987
2018-12-17lib/process may include lib/buf.Nick Mathewson
2018-12-17Update location of buffers.hNick Mathewson
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Ensure that line_size >= 1 before trying to trim input string.Alexander Færøy
2018-12-17Add an additional space when we check for the PROTO_LOG handler.Alexander Færøy
2018-12-17Make Windows process event timer API available for dormant interface.Alexander Færøy
2018-12-17Document the format of process_t::arguments.Alexander Færøy
2018-12-17Use errno directly if we are not reading/writing from/to a socket.Alexander Færøy
2018-12-17Use `const char *` instead of `char *` for line parameter for process callbacks.Alexander Færøy
2018-12-17Change EVENT_TRANSPORT_LOG to EVENT_PT_LOG.Alexander Færøy
2018-12-17Change the Process exit_callback to return bool.Alexander Færøy
2018-12-17Call close() on stdin/stdout/stderr in process_terminate().Alexander Færøy
2018-12-17Use run_main_loop_until_done() for process_t tests.Alexander Færøy
2018-12-17Fix tests on kqueue() based platforms.Alexander Færøy
2018-12-17Move remaining code from subprocess.{h,c} to more appropriate places.Alexander Færøy
2018-12-17Delete old process_handle_t code.Alexander Færøy
2018-12-17Add tests for process environment functionality of process_t.Alexander Færøy
2018-12-17Add slow test for process_t for main loop interaction.Alexander Færøy
2018-12-17Add support for logging messages from pluggable transports.Alexander Færøy
2018-12-17Use process_t for managed proxies.Alexander Færøy
2018-12-17Add "PT" log domain.Alexander Færøy
2018-12-17Add process_reset_environment() to the Process subsystem.Alexander Færøy
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-12-17Create a temporary directory for tor's DataDirectory in test_rebind.Taylor R Campbell