Skip to content
Snippets Groups Projects
  1. Aug 07, 2018
  2. Aug 06, 2018
  3. Aug 03, 2018
  4. Aug 02, 2018
    • Nick Mathewson's avatar
      When enabling periodic events, schedule but don't run them immediately. · 176999fd
      Nick Mathewson authored
      When we fixed 25939 in f7633c1f, we
      introduced a call to rescan_periodic_events() from inside the onion
      service logic. But this meant that we could rescan the event list --
      thereby running event callbacks! -- from inside the hidden service code.
      This could cause us to run some of our event callbacks from an
      inconsistent state, if we were in the middle of changing options.
      
      A related bug (#25761) prevented us from rescanning our periodic
      events as appropriate, but when we fixed THAT one, this bug reared
      its ugly head.
      
      The fix here is that "enabling" an event should cause us to run it
      from the event loop, but not immediately from the point where we
      enable it.
      
      Fixes bug 27003; bugfix on 0.3.4.1-alpha.
      176999fd
  5. Aug 01, 2018
  6. Jul 31, 2018
  7. Jul 30, 2018
  8. Jul 26, 2018
    • Taylor Yu's avatar
      Don't disable an unsupported compiler warning · a8bdb851
      Taylor Yu authored
      Conditionalize the pragma that temporarily disables
      -Wunused-const-variable.  Some versions of gcc don't support it.  We
      need to do this because of an apparent bug in some libzstd headers.
      Fixes bug 26785; bugfix on 0.3.2.11.
      a8bdb851
  9. Jul 25, 2018
  10. Jul 24, 2018
  11. Jul 20, 2018
  12. Jul 19, 2018
  13. Jul 18, 2018
Loading