Skip to content
Snippets Groups Projects
  1. Nov 01, 2017
  2. Oct 18, 2017
    • Nick Mathewson's avatar
      Move tor_git_revision into a new module. · 72b5e4a2
      Nick Mathewson authored
      At first, we put the tor_git_revision constant in tor_main.c, so
      that we wouldn't have to recompile config.o every time the git
      revision changed.  But putting it there had unintended side effect
      of forcing every program that wanted to link libor.a (including
      test, test-slow, the fuzzers, the benchmarks, etc) to declare their
      own tor_git_revision instance.
      
      That's not very nice, especially since we want to start supporting
      others who want to link against Tor (see 23846).
      
      So, create a new git_revision.c file that only contains this
      constant, and remove the duplicated boilerplate from everywhere
      else.
      
      Part of implementing ticket 23845.
      72b5e4a2
  3. Oct 17, 2017
  4. Oct 16, 2017
  5. Oct 15, 2017
  6. Oct 10, 2017
  7. Oct 06, 2017
  8. Oct 05, 2017
  9. Oct 04, 2017
  10. Oct 03, 2017
Loading