Skip to content
  1. Jun 22, 2013
  2. Jun 20, 2013
  3. Jun 18, 2013
  4. Jun 17, 2013
  5. Jun 15, 2013
  6. Jun 14, 2013
  7. Jun 13, 2013
  8. Jun 12, 2013
  9. Jun 10, 2013
  10. Jun 07, 2013
  11. Jun 06, 2013
    • Daniel Stenberg's avatar
      lib1500: remove bad check · 87cf677e
      Daniel Stenberg authored
      After curl_multi_wait() returns, this test checked that we got exactly
      one file descriptor told to read from, but we cannot be sure that is
      true. curl_multi_wait() will sometimes return earlier without any file
      descriptor to handle, just just because it is a suitable time to call
      *perform().
      
      This problem showed up with commit 29bf0598.
      
      Bug: http://curl.haxx.se/mail/lib-2013-06/0029.html
      Reported-by: Fabian Keil
      87cf677e
  12. Jun 04, 2013
  13. Jun 03, 2013
    • Dan Fandrich's avatar
      libcurl-tutorial.3: added a section on IPv6 · 159d34b5
      Dan Fandrich authored
      Also added a (correctly-escaped) backslash to the autoexec.bat
      example file and a new Windows character device name with
      a colon as examples of other characters that are special
      and potentially dangerous (this reverts and reworks commit
      7d8d2a54).
      159d34b5