Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
    • Nick Mathewson's avatar
      Allow struct_magic to be disabled. · 419ba97d
      Nick Mathewson authored
      When a subsystem is disabled, there will be no corresponding object
      allocated, and no magic numbers on it.
      419ba97d
    • Nick Mathewson's avatar
      Support a flag to indicate that a config var is disabled · 9082a6db
      Nick Mathewson authored
      Like "obsolete" variables, these variables produce a warning when
      you try to set them, but the warning says that the relevant module
      doesn't have support.
      
      The confdecl macros now have a CONF_CONTEXT that you can define to
      make all the modules in a given table disabled.
      9082a6db
    • Nick Mathewson's avatar
      Add "stub" files for disabled modules. · 5e231816
      Nick Mathewson authored
      These modules are only built when the selected modules are disabled.
      The provide stub implementations of the subsystem blocks.  Later,
      other stub implementations could move here.
      
      Having real subsystem blocks here will let us handle disabled
      configuration options better.
      5e231816
  2. Dec 15, 2019
  3. Dec 13, 2019
  4. Dec 12, 2019
  5. Dec 10, 2019
  6. Dec 09, 2019
  7. Dec 06, 2019
  8. Dec 05, 2019
Loading