Skip to content
Snippets Groups Projects
  1. Mar 11, 2005
  2. Mar 10, 2005
  3. Mar 05, 2005
  4. Feb 22, 2005
  5. Dec 10, 2004
  6. Dec 07, 2004
  7. Nov 11, 2004
  8. Nov 10, 2004
  9. Nov 09, 2004
  10. Nov 07, 2004
  11. Oct 26, 2004
  12. Oct 24, 2004
  13. Oct 20, 2004
  14. Oct 06, 2004
  15. Sep 28, 2004
  16. Sep 26, 2004
  17. Sep 14, 2004
  18. Sep 03, 2004
  19. Aug 30, 2004
  20. Aug 29, 2004
    • Gisle Vanem's avatar
      · b99c95ba
      Gisle Vanem authored
      Removed ares_free_errmem.c from MSCV project files.
      Fixed line-endings to CR-LF.
      b99c95ba
  21. Aug 20, 2004
  22. Aug 19, 2004
  23. Aug 13, 2004
  24. Aug 10, 2004
  25. Jul 29, 2004
  26. Jul 24, 2004
    • 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
Loading