Commit bdfb3998 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Merge remote-tracking branch 'public/xxx023'

parents 879b1e10 cc21e56e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
  o Minor bugfixes:
    - When checking for requested signatures on the latest consensus before
      serving it to a client, make sure to check the right consensus flavor.
      Bugfix on 0.2.2.6-alpha.
+2 −0
Original line number Diff line number Diff line
  o Code simplification and refactoring:
    - Remove duplicate code for invoking getrlimit() from control.c.
+3 −0
Original line number Diff line number Diff line
  o Minor features (debugging):
    - Log a BUG message at INFO if we have a networkstatus with a missing
      entry for some microdescriptor.
+3 −0
Original line number Diff line number Diff line
  o Code simplification and refactoring:
    - Move tor_gettimeofday_cached() into compat_libevent.c, and use
      Libevent's notion of cached time when possible.
+1 −1
Original line number Diff line number Diff line
@@ -1363,7 +1363,7 @@ get_interface_address6(int severity, sa_family_t family, tor_addr_t *addr)

/* ======
 * IPv4 helpers
 * XXXX023 IPv6 deprecate some of these.
 * XXXX024 IPv6 deprecate some of these.
 */

/** Return true iff <b>ip</b> (in host order) is an IP reserved to localhost,
Loading