Skip to content
Snippets Groups Projects
  1. Feb 17, 2007
  2. Jan 30, 2007
  3. Jul 05, 2006
  4. Dec 19, 2005
  5. Dec 18, 2005
  6. Nov 12, 2005
  7. Apr 06, 2005
  8. Apr 05, 2005
  9. Aug 20, 2004
  10. Jul 24, 2004
    • 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
  11. Jul 03, 2004
  12. Jul 01, 2004
  13. Mar 09, 2004
  14. Feb 05, 2004
  15. Feb 04, 2004
  16. Jan 04, 2004
  17. Oct 07, 2003
Loading