Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 15, 2019
  3. Dec 20, 2018
  4. Nov 25, 2018
    • Nick Mathewson's avatar
      Rewrite updateVersions script in Python, add datestamp functionality. · b16d6453
      Nick Mathewson authored
      This updateVersions.pl script was one of the only essential perl
      scripts left in out maint system, and was the only one that used
      autoconf to fill in the script.
      
      This script adds a feature to define an APPROX_RELEASE_DATE macro
      that is updated when the version changes.  We'll use this to
      implement prop297, so that we have an accurate view of when a
      release date happens.
      b16d6453
  5. Nov 14, 2018
  6. Nov 05, 2018
  7. Oct 12, 2018
    • Taylor Yu's avatar
      report origin of mystery core file · 36ba5065
      Taylor Yu authored
      Report what program produced the mysterious core file that we
      occasionally see on Travis CI during make distcheck.  Closes ticket
      28024.
      36ba5065
  8. Sep 27, 2018
  9. Aug 29, 2018
  10. Aug 16, 2018
  11. Jul 30, 2018
  12. Jul 16, 2018
  13. Jul 11, 2018
  14. Jul 09, 2018
  15. Jul 05, 2018
  16. Jul 01, 2018
  17. Jun 29, 2018
  18. Jun 28, 2018
  19. Jun 27, 2018
  20. 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
  21. Jun 22, 2018
Loading