Skip to content
Snippets Groups Projects
  1. May 02, 2019
  2. Apr 30, 2019
  3. Apr 29, 2019
  4. Apr 25, 2019
  5. Apr 24, 2019
    • Alexander Hansen Færøy's avatar
      Lower log level of unlink() errors in networkstatus_set_current_consensus(). · 04290724
      Alexander Hansen Færøy authored
      In this patch we lower the log level of the failures for the three calls
      to unlink() in networkstatus_set_current_consensus(). These errors might
      trigger on Windows because the memory mapped consensus file keeps the
      file in open state even after we have close()'d it. Windows will then
      error on the unlink() call with a "Permission denied" error.
      
      The consequences of ignoring these errors is that we leave an unused
      file around on the file-system, which is an easier way to fix this
      problem right now than refactoring networkstatus_set_current_consensus().
      
      See: https://bugs.torproject.org/29930
      04290724
  6. Apr 23, 2019
  7. Apr 19, 2019
  8. Apr 18, 2019
  9. Apr 17, 2019
  10. Apr 15, 2019
Loading