Skip to content
  1. Apr 19, 2024
    • Sam James's avatar
      m4: update ax_check_compile_flag.m4 from autoconf-archive · 8888e4ca
      Sam James authored
      
      
      I noticed this when doing some M4 macro analysis work, and saw
      that the version of `ax_check_compile_flag.m4` in Tor has two serial
      lines ('serial 5' and 'serial 6') which is invalid.
      
      We could just fix one of the lines, but it makes more sense to just
      sync with upstream, I think.
      
      Import ax_check_compile_flag.m4 from autoconf-archive at latest
      commit at time of writing (4e8aab846b0872fba99f1fe02ebcdff178a34c87).
      
      Signed-off-by: default avatarSam James <sam@gentoo.org>
      8888e4ca
  2. Nov 01, 2022
  3. 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
      4382e977
  4. Nov 12, 2020
    • Samanta Navarro's avatar
      Fix typos. · 4a0cd795
      Samanta Navarro authored and David Goulet's avatar David Goulet committed
      Typos found with codespell.
      
      Please keep in mind that this should have impact on actual code
      and must be carefully evaluated:
      
      src/core/or/lttng_circuit.inc
      -    ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER)
      +    ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
      4a0cd795
  5. Jul 13, 2020
  6. Oct 17, 2019
  7. Dec 23, 2016
  8. Jun 17, 2016
    • cypherpunks's avatar
      Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS · 94762e37
      cypherpunks authored and Nick Mathewson's avatar Nick Mathewson committed
      The Autoconf macro AC_USE_SYSTEM_EXTENSIONS defines preprocessor macros
      which turn on extensions to C and POSIX. The macro also makes it easier
      for developers to use the extensions without needing (or forgetting) to
      define them manually.
      
      The macro can be safely used because it was introduced in Autoconf 2.60
      and Tor requires Autoconf 2.63 and above.
      94762e37
  9. Dec 23, 2014
  10. Nov 18, 2013
  11. Feb 07, 2013