Skip to content
  1. Apr 29, 2016
    • Daniel Stenberg's avatar
      memdebug.h: remove inclusion of other headers · 63b5378a
      Daniel Stenberg authored
      Mostly because they're not needed, because memdebug.h is always included
      last of all headers so the others already included the correct ones.
      
      But also, starting now we don't want this to accidentally include any
      system headers, as the header included _before_ this header may add
      defines and other fun stuff that we won't want used in system includes.
      63b5378a
  2. Apr 28, 2016
  3. Apr 26, 2016
  4. Apr 25, 2016
  5. Apr 24, 2016
  6. Apr 21, 2016
  7. Apr 20, 2016
  8. Apr 19, 2016
  9. Apr 18, 2016
  10. Apr 17, 2016
  11. Apr 12, 2016
  12. Apr 11, 2016
    • Daniel Stenberg's avatar
      http2: drain the socket better... · b2a03763
      Daniel Stenberg authored
      ... but ignore EAGAIN if the stream has ended so that we don't end up in
      a loop. This is a follow-up to c8ab6131 in order to avoid the problem
      d261652d was made to fix.
      
      Reported-by: Jay Satiro
      Clues-provided-by: Tatsuhiro Tsujikawa
      
      Discussed in #750
      b2a03763
  13. Apr 09, 2016