Skip to content
Snippets Groups Projects
  1. Apr 29, 2003
  2. Mar 13, 2003
  3. Feb 14, 2003
  4. Jan 29, 2003
  5. Jan 16, 2003
  6. Nov 28, 2002
  7. Nov 11, 2002
  8. Oct 18, 2002
  9. Oct 07, 2002
  10. Sep 23, 2002
  11. Sep 03, 2002
  12. Aug 12, 2002
  13. Aug 05, 2002
  14. Jun 05, 2002
  15. May 28, 2002
    • Daniel Stenberg's avatar
      Gustaf Hui provided new code that changes how curl_multi_info_read() · 775645f2
      Daniel Stenberg authored
       messages are stored, so that they don't have to be kept around for the multi
       handle's entire life time. He also made it return failure codes properly
       which it didn't do before.
      
       I made the messages only get stored per easy-handle so that they can be
       independently killed easier without ruining the "master list". It makes
       the info_read() function slightly less beautiful as it has to scan for
       messages to return, but it makes removing individual handles a lot easier
       and less error prone.
      775645f2
  16. May 03, 2002
  17. May 02, 2002
  18. Apr 27, 2002
  19. Mar 20, 2002
  20. Mar 19, 2002
  21. Jan 07, 2002
  22. Jan 03, 2002
  23. Dec 13, 2001
  24. Dec 04, 2001
  25. Nov 28, 2001
Loading