Skip to content
Snippets Groups Projects
  1. Jan 16, 2020
    • Nick Mathewson's avatar
      Define a "dircache" module. · 888a0be0
      Nick Mathewson authored
      For now, this module is enabled whenever the relay module is
      enabled, and disabled whenever the relay module is disabled.  Though
      they are logically separate, the use cases for running one without
      the other are rare enough that we don't really want to support
      compiling them independently.
      888a0be0
  2. Jan 13, 2020
  3. Jan 09, 2020
  4. Jan 06, 2020
  5. 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
  6. Dec 17, 2019
  7. Dec 16, 2019
  8. Dec 12, 2019
    • Taylor Yu's avatar
      manpage: fix some quoting · 645acaf1
      Taylor Yu authored
      Fix some quoting, especially of constructs like "[address:]port", that
      were proving tricky for Asciidoctor tooling to parse correctly.
      
      Also fix formatting of some configuration variable names that
      contained double underscores.  Neither asciidoc nor asciidoctor was
      rendering some of those correctly.
      
      Part of ticket 32708.
      645acaf1
    • Taylor Yu's avatar
      manpage: section titles to 1-line · 6f31d7e0
      Taylor Yu authored
      Change the section title formatting to use the one-line format.  This
      allows Asciidoctor-based tooling to parse it more easily.
      
      Part of ticket 32708.
      6f31d7e0
    • Taylor Yu's avatar
      manpage: indent linebreak markup · 8dff1d34
      Taylor Yu authored
      Indent the asciidoc markup for lone linebreaks to match the preceding
      paragraph line, so that Asciidoctor tools can format them correctly.
      
      Part of ticket 32708.
      8dff1d34
    • Taylor Yu's avatar
      manpage: minor formatting fixes · 1e3f53d6
      Taylor Yu authored
      These are unrelated changes done by Swati while doing the alphabetizing.
      
      Part of ticket 32708.
      1e3f53d6
    • Swati Thacker's avatar
      manpage: alphabetize General Options · 21b3073b
      Swati Thacker authored and Taylor Yu's avatar Taylor Yu committed
      Part of ticket 32708.
      21b3073b
  9. Nov 25, 2019
  10. Nov 21, 2019
  11. 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
  12. Nov 18, 2019
  13. Nov 12, 2019
  14. Nov 07, 2019
  15. Nov 06, 2019
  16. Nov 05, 2019
  17. Nov 04, 2019
Loading