Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
    • Nick Mathewson's avatar
      Move winprocess_sys into a new low-level hardening module · 90524de0
      Nick Mathewson authored
      This code was in our process module, but it doesn't belong there:
      process is for launching and monitoring subprocesses, not for
      hardening the current process.
      
      This change lets us have our subsystem init order more closely match
      our dependency order.
      90524de0
  2. Sep 05, 2019
  3. Jun 24, 2019
  4. Mar 25, 2019
    • Nick Mathewson's avatar
      pubsub: relationship checking functionality · 271a6718
      Nick Mathewson authored
      This code tries to prevent a large number of possible errors by
      enforcing different restrictions on the messages that different
      modules publish and subscribe to.
      
      Some of these rules are probably too strict, and some too lax: we
      should feel free to change them as needed as we move forward and
      learn more.
      271a6718
    • Nick Mathewson's avatar
      Low-level dispatch module for publish-subscribe mechanism · e4d3098d
      Nick Mathewson authored
      This module implements a way to send messages from one module to
      another, with associated data types.  It does not yet do anything to
      ensure that messages are correct, that types match, or that other
      forms of consistency are preserved.
      e4d3098d
  5. Feb 14, 2019
  6. Dec 21, 2018
    • Nick Mathewson's avatar
      Try @warning_flags to avoid bloating verbose make logs · 97c9ced7
      Nick Mathewson authored
      We now accumulate warning flags in a separate variable,
      "TOR_WARNING_FLAGS", and write it to a "warning_flags" file.  Then
      we test whether the compiler will accept "@warning_flags": if so, we
      put "@warning_flags" in the CFLAGS; if not, we copy the contents of
      "$TOR_WARNING_FLAGS" into the CFLAGS.
      
      Closes ticket 28924.
      97c9ced7
  7. Dec 17, 2018
  8. Nov 14, 2018
  9. Nov 05, 2018
  10. Sep 27, 2018
  11. Jul 08, 2018
  12. Jul 05, 2018
  13. Jun 29, 2018
  14. Jun 28, 2018
  15. Jun 27, 2018
  16. Jun 26, 2018
    • Nick Mathewson's avatar
      Extract core part of smartlist code into its own library. · b1de1e7a
      Nick Mathewson authored
      The smartlist_core library now contains only the parts of smartlists
      that are needed for the logging library.  This resolves the
      circularity between "container" and "log".
      
      The "containers" library still uses the logging code, and has the
      higher-level smartlist functions.
      b1de1e7a
  17. Jun 22, 2018
  18. Jun 21, 2018
Loading