Files
tor/src/lib
Alexander Færøy ca7a2ecc51 Avoid breaking the event loop prematurely.
This patch makes sure that we terminate the event loop from the event
loop timer instead of directly in the process' exit handler. This allows
us to run the event loop an additional time to ensure that the SleepEx()
call on Windows is called and the data from stdout/stderr is delivered
to us.

Additionally we ensure that we don't try to read or write data from a
Unix process that have been terminated in the main loop, since its file
descriptors are closed at that time.

See: https://bugs.torproject.org/28179
2018-12-18 13:35:29 -05:00
..
2018-09-05 09:11:53 -04:00
2018-07-10 15:16:57 -04:00
2018-12-17 16:39:28 -05:00
2018-07-10 15:20:30 -04:00
2018-11-09 15:01:49 -05:00
2018-07-10 15:20:30 -04:00