Skip to content
Snippets Groups Projects
  1. Jul 16, 2014
  2. Jul 09, 2014
  3. Jun 24, 2014
  4. Jun 21, 2014
  5. Jun 20, 2014
    • Nick Mathewson's avatar
      Thread support is now required · 58f42007
      Nick Mathewson authored
      Long ago we supported systems where there was no support for
      threads, or where the threading library was broken. We shouldn't
      have do that any more: on every OS that matters, threads exist, and
      the OS supports running threads across multiple CPUs.
      
      This resolves tickets 9495 and 12439.  It's a prerequisite to making
      our workqueue code work better, since sensible workqueue
      implementations don't split across multiple processes.
      58f42007
    • Nick Mathewson's avatar
      Remove code for Windows CE support · 5b4ee475
      Nick Mathewson authored
      As far as I know, nobody has used this in ages.  It would be a
      pretty big surprise if it had worked.
      
      Closes ticket 11446.
      5b4ee475
    • Nick Mathewson's avatar
      Authorities also advertise caches-extra-info · 456184c2
      Nick Mathewson authored
      (Whoops, thought I had committed this before)
      
      Improvement to 11683 fix. Based on patch from Karsten.
      456184c2
  6. Jun 19, 2014
  7. Jun 18, 2014
  8. Jun 16, 2014
Loading