Skip to content
Snippets Groups Projects
  1. Jan 16, 2020
  2. Jan 09, 2020
  3. Jan 07, 2020
  4. Jan 06, 2020
  5. Jan 05, 2020
  6. Dec 19, 2019
    • Nick Mathewson's avatar
      Mark TestingEstimatedDescriptorPropagationTime as obsolete. · 42e31b5c
      Nick Mathewson authored
      We stopped looking at this option in 85cf6dcb, back when we
      implemented the minimal pieces of prop275.  Since then, we've had
      code to validate and adjust this option, and to give it a different
      value in testing networks, but the option hasn't actually done
      anything.
      
      We can safely mark it as OBSOLETE, since doing so does not make any
      old configuration get rejected.
      
      Closes ticket 32807.
      42e31b5c
  7. Dec 17, 2019
  8. Dec 16, 2019
  9. Dec 15, 2019
  10. Dec 12, 2019
  11. Dec 10, 2019
  12. Dec 09, 2019
  13. Dec 06, 2019
  14. Dec 05, 2019
  15. Dec 04, 2019
  16. Dec 03, 2019
    • teor's avatar
      Travis: use -std=gnu99 in some jobs · 792c15fd
      teor authored
      Require C99 standards-conforming code in Travis CI, but allow GNU gcc
      extensions. Also activates clang's -Wtypedef-redefinition warnings.
      
      Builds some jobs with -std=gnu99, and some jobs without.
      
      Closes ticket 32500.
      Unverified
      792c15fd
  17. Nov 28, 2019
  18. Nov 27, 2019
  19. Nov 25, 2019
    • Nick Mathewson's avatar
      configure: reject Python 2. · 031f204a
      Nick Mathewson authored
      Python 2 will be end-of-life as of 1 Jan 2020, so we can finally
      stop supporting it.  As a first step, we should make our configure
      script stop accepting python 2 as something acceptable to run our
      tests with.
      
      Closes ticket 32608.
      031f204a
  20. Nov 23, 2019
  21. Nov 21, 2019
  22. Nov 20, 2019
    • Nick Mathewson's avatar
      Make KeyDirectory's GroupReadable behave the same as CacheDirectory's. · a30d1432
      Nick Mathewson authored
      In #26913 we solved a bug where CacheDirectoryGroupReadable would
      override DataDirectoryGroupReadable when the two directories are the
      same.  We never did the same for KeyDirectory, though, because
      that's a rare setting.
      
      Now that I'm testing this code, though, fixing this issue seems
      fine.  Fixes bug #27992; bugfix on 0.3.3.1-alpha.
      a30d1432
  23. Nov 18, 2019
  24. Nov 14, 2019
Loading