aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-20Handle errors even after success from ReadFileEx() and WriteFileEx().Alexander Færøy
2018-12-20Delay checking process for termination until both stdout and stderr are closed.Alexander Færøy
2018-12-20Remember to close the child process' ends of the pipes.Alexander Færøy
2018-12-20Remember to check for whether we actually did exit in tests.Alexander Færøy
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-18Merge branch 'ticket28179_squashed_merged'Nick Mathewson
2018-12-18Add missing changes files for #26360, #28179, #28180.Alexander Færøy
2018-12-18Avoid breaking the event loop prematurely.Alexander Færøy
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Bump version to 0.3.5.6-rc-devNick Mathewson
2018-12-18Forward-port changelog from 0.3.5.6-rcNick Mathewson
2018-12-18Remove changes that are already merged in 0.3.5.x releasesNick Mathewson
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Revert "Log bootstrap tag names"Nick Mathewson
2018-12-18Merge branch 'maint-0.3.5'Nick Mathewson
2018-12-18Bump to 0.3.5.6-rcNick Mathewson
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-17Copy (zlib1|libssp-0).dll to \src\test\ to run test-process.exe.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