Skip to content
Snippets Groups Projects
  1. Oct 20, 2017
  2. Oct 19, 2017
    • Nick Mathewson's avatar
      Comment-only change: annotate exit() calls. · 35746a9e
      Nick Mathewson authored
      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.
      35746a9e
    • Nick Mathewson's avatar
  3. Oct 17, 2017
  4. Oct 16, 2017
  5. Oct 15, 2017
  6. Oct 10, 2017
  7. Oct 06, 2017
  8. Oct 05, 2017
  9. Oct 04, 2017
  10. Oct 03, 2017
Loading