Skip to content
Snippets Groups Projects
  1. Mar 05, 2019
  2. Mar 03, 2019
  3. Feb 28, 2019
  4. Feb 27, 2019
  5. Feb 26, 2019
    • juga's avatar
      tests: CB.build_circuit now returns a tuple · 54c5db04
      juga authored
      Change tests added in #28897 with the changes introduced in #28736.
      54c5db04
    • juga's avatar
      scanner: stop threads when there're not destinations · 3fe64b06
      juga authored
      Exit the scanner with error stoping threads first when there is not
      any functional destination, since the destinations can not be recovered.
      After merging #28897, `stop_threads` can be used (instroduced in #28869).
      3fe64b06
    • juga's avatar
      destination: remove unused code · 883307ba
      juga authored
      883307ba
    • juga's avatar
      destination: record consecutive failures · 84e5d82c
      juga authored
      Add methods to store consecutive destination failures and retrieve
      the destinations that are still functional.
      Since destinations can fail because of Tor circuits, it's not count
      individual failures but consecutives one.
      Also exit with error if there are no functional destinations left.
      The maximum number of consecuitve failures is set to 10, but it
      may need to be changed depending on the percentage of circuits and
      requests that fail.
      84e5d82c
    • juga's avatar
      destination: stop running twice usability tests · d33ac8f6
      juga authored
      in every measurement.
      This removes the need for an extra lock for every measurement
      It should also not be depending on a time interval, but on the
      number of failures detected.
      Not counting number of failures since it would need to modify the
      destination or list of at runtime. It should be done in a future
      refactor.
      
      Fixes bug #28897. Bugfix v0.3.0
      d33ac8f6
  6. Feb 25, 2019
  7. Feb 24, 2019
  8. Feb 23, 2019
  9. Feb 22, 2019
Loading