Skip to content
Snippets Groups Projects
  1. Dec 07, 2016
  2. Dec 05, 2016
  3. Dec 02, 2016
  4. Dec 01, 2016
  5. Nov 23, 2016
    • Nick Mathewson's avatar
      Try to work around breakage in the OSX 10.12 SDK. · 16fcbd21
      Nick Mathewson authored
      Apple is supposed to decorate their function declarations with
      macros to indicate which OSX version introduced them, so that you
      can tell the compiler that you want to build against certain
      versions of OSX.  But they forgot to do that for clock_gettime() and
      getentropy(), both of which they introduced in 10.12.
      
      This patch adds a kludge to the configure.ac script where, if we
      detect that we are targeting OSX 10.11 or earlier, we don't even probe
      to see if the two offending functions are present.
      
      Closes ticket 20235.
      16fcbd21
  6. Nov 21, 2016
  7. Nov 18, 2016
  8. Nov 16, 2016
    • Roger Dingledine's avatar
      don't attempt a resolve when the cached answer will do · f12aad7f
      Roger Dingledine authored
      For relays that don't know their own address, avoid attempting
      a local hostname resolve for each descriptor we download. Also cut
      down on the number of "Success: chose address 'x.x.x.x'" log lines.
      
      Fixes bugs 20423 and 20610; bugfix on 0.2.8.1-alpha.
      f12aad7f
Loading