Skip to content
Snippets Groups Projects
  1. Dec 18, 2018
  2. Dec 17, 2018
  3. Dec 10, 2018
    • Taylor Yu's avatar
      Log bootstrap tag names · 1b855af5
      Taylor Yu authored
      Add the bootstrap tag name to the log messages, so people
      troubleshooting connection problems can look up a symbol instead of a
      number.  Closes ticket 28731.
      1b855af5
    • teor's avatar
      Fallbacks: Update the hard-coded fallback list in December 2018 · 4991b293
      teor authored
      Merge Phoul's two lists into teor's list.
      
      Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in
      January 2018 (of which ~115 were still functional), with a list of
      157 fallbacks (92 new, 65 existing, 85 removed) generated in
      December 2018.
      
      Closes ticket 24803.
      4991b293
  4. Dec 07, 2018
    • teor's avatar
      Fallbacks: Update the hard-coded fallback list in December 2018 · 78e177d6
      teor authored
      Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in
      January 2018 (of which ~115 were still functional), with a list of
      148 fallbacks (89 new, 59 existing, 91 removed) generated in
      December 2018.
      
      Closes ticket 24803.
      78e177d6
  5. Dec 05, 2018
  6. Dec 01, 2018
  7. Nov 30, 2018
  8. Nov 26, 2018
  9. Nov 22, 2018
  10. Nov 19, 2018
  11. Nov 16, 2018
  12. Nov 15, 2018
    • teor's avatar
      Windows: fix uname on recent Windows versions · 2fbc58cf
      teor authored
      Correctly identify Windows 8.1, Windows 10, and Windows Server 2008
      and later from their NT versions.
      
      On recent Windows versions, the GetVersionEx() function may report
      an earlier Windows version than the running OS. To avoid user
      confusion, add "[or later]" to Tor's version string on affected
      versions of Windows.
      
      Remove Windows versions that were never supported by the
      GetVersionEx() function.
      
      Stop duplicating the latest Windows version in get_uname().
      
      Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
      2fbc58cf
  13. Nov 14, 2018
  14. Nov 12, 2018
    • Nick Mathewson's avatar
      Fix a compiler warning in aes.c. · 1a11702a
      Nick Mathewson authored
      Apparently some freebsd compilers can't tell that 'c' will never
      be used uninitialized.
      
      Fixes bug 28413; bugfix on 0.2.9.3-alpha when we added support for
      longer AES keys to this function.
      1a11702a
    • Nick Mathewson's avatar
      seccomp2: Add "shutdown" to the list of permitted system calls. · 0e5378fe
      Nick Mathewson authored
      We don't use this syscall, but openssl apparently does.
      
      (This syscall puts a socket into a half-closed state. Don't worry:
      It doesn't shut down the system or anything.)
      
      Fixes bug 28183; bugfix on 0.2.5.1-alpha where the sandbox was
      introduced.
      0e5378fe
  15. Nov 11, 2018
  16. Nov 09, 2018
  17. Nov 08, 2018
  18. Nov 07, 2018
  19. Nov 06, 2018
Loading