1. 09 Aug, 2004 5 commits
  2. 06 Aug, 2004 1 commit
  3. 05 Aug, 2004 2 commits
  4. 04 Aug, 2004 3 commits
  5. 31 Jul, 2004 6 commits
  6. 29 Jul, 2004 9 commits
  7. 28 Jul, 2004 6 commits
  8. 26 Jul, 2004 5 commits
  9. 25 Jul, 2004 1 commit
  10. 24 Jul, 2004 2 commits
    • Daniel Stenberg's avatar
    • Daniel Stenberg's avatar
      Gisle Vanem: · b3b2ba31
      Daniel Stenberg authored
      Basically in loops like handle_errors(), 'query->next' was assigned a local
      variable and then query was referenced after the memory was freed by
      next_server(). I've changed that so next_server() and end_query() returns the
      next query. So callers should use this ret-value.
      
      The next problem was that 'server->tcp_buffer_pos' had a random value at entry
      to 1st recv() (luckily causing Winsock to return ENOBUFS).
      
      I've also added a ares_writev() for Windows to streamline the code
      a bit more.
      b3b2ba31