Files
tor/src/common
Nick Mathewson 35746a9ee7 Comment-only change: annotate exit() calls.
Sometimes when we call exit(), it's because the process is
completely hopeless: openssl has a broken AES-CTR implementation, or
the clock is in the 1960s, or something like that.

But sometimes, we should return cleanly from tor_main() instead, so
that embedders can keep embedding us and start another Tor process.

I've gone through all the exit() and _exit() calls to annotate them
with "exit ok" or "XXXX bad exit" -- the next step will be to fix
the bad exit()s.

First step towards 23848.
2017-10-19 13:42:28 -04:00
..
2017-01-24 15:05:35 -05:00
2017-04-25 10:54:34 -04:00
2017-09-20 09:45:07 -04:00
2017-08-03 08:56:35 -04:00
2017-09-19 12:33:04 -04:00
2017-03-15 16:13:17 -04:00
2017-09-15 16:40:11 -04:00