Skip to content
Snippets Groups Projects
  1. Nov 17, 2020
    • Guinness's avatar
      Add the compiler name, version and libs used to compile · 4382e977
      Guinness authored
      This changes the behaviour of `tor --version` in such a way.
      ```console
      src/app/tor --version
      Tor version 0.4.5.1-alpha-dev (git-46ccde66).
      Tor is running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1h, Zlib 1.2.11, Liblzma 5.2.4, Libzstd 1.4.5 and Glibc 2.31 as libc.
      Tor compiled with GCC version 10.2.0
      ```
      
      Fixes #32102
      Unverified
      4382e977
  2. Nov 12, 2020
  3. Nov 09, 2020
  4. Nov 02, 2020
  5. Nov 01, 2020
  6. Oct 30, 2020
  7. Oct 28, 2020
  8. Oct 27, 2020
  9. Oct 23, 2020
    • Nick Mathewson's avatar
      Update required/recommended protocol lists more systematically · fd58e74d
      Nick Mathewson authored
      First I began with a set of candidates:
      
        The client's _required_ list starts with all the protocols
        supported by every release in 0.2.9-stable through current
        master.
      
        The client's _required_ list starts with all the protocols
        supported by every release in 0.3.5-stable through current
        master.
      
        Everybody's _recommended_ list starts with all the protocols
        supported by every release in 0.3.5-stable through current master.
      
      Then I removed the protocol versions that we do not actually want to
      require or recommend:
      
        DirCache=1 (deprecated)
        HSDir=1, HSIntro=1-3, HSRend=1 (deprecated)
        (All HS* protocol requirements for clients)
        Link=1-3 (deprecated)
        LinkAuth=1 (obsolete)
        Relay=1 (obsolete)
      fd58e74d
Loading