Skip to content
  1. Feb 17, 2009
  2. Feb 14, 2009
  3. Feb 12, 2009
  4. Feb 11, 2009
  5. Feb 07, 2009
  6. Feb 03, 2009
  7. Feb 02, 2009
  8. Jan 31, 2009
  9. Jan 30, 2009
  10. Jan 29, 2009
  11. Jan 28, 2009
  12. Jan 26, 2009
  13. Jan 25, 2009
  14. Jan 21, 2009
    • Dan Fandrich's avatar
      Fixed a couple more locale-dependent toupper conversions, mainly for · 55915501
      Dan Fandrich authored
      clarity.  This does fix one problem that causes ;type=i FTP URLs
      to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is
      used (test case 561)
      
      Added tests 561 and 1092 through 1094 to test various combinations
      of ;type= and ;mode= URLs that could potentially fail in the Turkish
      locale.
      55915501
  15. Jan 20, 2009
  16. Jan 19, 2009
  17. Jan 15, 2009
  18. Jan 13, 2009
  19. Jan 10, 2009
    • Daniel Stenberg's avatar
      - Emil Romanus fixed: · 452e52f9
      Daniel Stenberg authored
        When using the multi interface over HTTP and the server returns a Location
        header, the running easy handle will get stuck in the CURLM_STATE_PERFORM
        state, leaving the external event loop stuck waiting for data from the
        ingoing socket (when using the curl_multi_socket_action stuff). While this
        bug was pretty hard to find, it seems to require only a one-line fix. The
        break statement on line 1374 in multi.c caused the function to skip the call
        to multistate().
      
        How to reproduce this bug? Well, that's another question.  evhiperfifo.c in
        the examples directory chokes on this bug only _sometimes_, probably
        depending on how fast the URLs are added. One way of testing the bug out is
        writing to hiper.fifo from more than one source at the same time.
      452e52f9
  20. Jan 08, 2009
  21. Jan 07, 2009