Skip to content
Snippets Groups Projects
  1. Jul 16, 2014
    • cypherpunks's avatar
      Fixed fgets_eagain unit test. · 61507417
      cypherpunks authored and Nick Mathewson's avatar Nick Mathewson committed
      On a non-blocking pipe fgets sets EAGAIN when it encounters partial lines. No
      error is set on full lines or EOF. EOF is reached when the writing end of the
      pipe is closed. Partial lines and full lines are both returned by fgets, EOF
      results in NULL.
      
      Mention of this behaviour can be found in #1903 and #2045.
      61507417
  2. Jun 24, 2014
  3. Jun 21, 2014
  4. 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
  5. Jun 19, 2014
  6. Jun 18, 2014
  7. Jun 16, 2014
  8. Jun 14, 2014
  9. Jun 13, 2014
  10. Jun 11, 2014
Loading