Skip to content
  1. Sep 08, 2015
    • 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. Sep 06, 2015
  3. Sep 05, 2015
  4. Sep 04, 2015
  5. Sep 03, 2015
  6. Sep 02, 2015
  7. Sep 01, 2015
  8. Aug 31, 2015
  9. Aug 30, 2015
  10. Aug 29, 2015
  11. Aug 28, 2015
  12. Aug 25, 2015
  13. Aug 24, 2015