1. 08 Sep, 2015 2 commits
    • Daniel Stenberg's avatar
      parse_proxy: reject illegal port numbers · 87e533ac
      Daniel Stenberg authored
      If the port number in the proxy string ended weirdly or the number is
      too large, skip it. Mostly as a means to bail out early if a "bare" IPv6
      numerical address is used without enclosing brackets.
      
      Also mention the bracket requirement for IPv6 numerical addresses to the
      man page for CURLOPT_PROXY.
      
      Closes #415
      
      Reported-by: Marcel Raad
      87e533ac
    • Daniel Stenberg's avatar
      FTP: do_more: add check for wait_data_conn in upload case · 27620171
      Daniel Stenberg authored
      In some timing-dependnt cases when a 4xx response immediately followed
      after a 150 when a STOR was issued, this function would wrongly return
      'complete == true' while 'wait_data_conn' was still set.
      
      Closes #405
      
      Reported-by: Patricia Muscalu
      27620171
  2. 06 Sep, 2015 1 commit
  3. 05 Sep, 2015 5 commits
  4. 04 Sep, 2015 3 commits
  5. 03 Sep, 2015 8 commits
  6. 02 Sep, 2015 1 commit
  7. 01 Sep, 2015 1 commit
  8. 31 Aug, 2015 5 commits
  9. 30 Aug, 2015 6 commits
  10. 29 Aug, 2015 1 commit
  11. 28 Aug, 2015 2 commits
  12. 25 Aug, 2015 4 commits
  13. 24 Aug, 2015 1 commit