1. 03 Sep, 2016 3 commits
  2. 01 Sep, 2016 2 commits
  3. 31 Aug, 2016 4 commits
  4. 30 Aug, 2016 1 commit
  5. 29 Aug, 2016 1 commit
  6. 28 Aug, 2016 4 commits
  7. 27 Aug, 2016 2 commits
  8. 26 Aug, 2016 7 commits
  9. 25 Aug, 2016 5 commits
  10. 23 Aug, 2016 1 commit
    • Ales Novak's avatar
      ftp: fix wrong poll on the secondary socket · 7ad50a61
      Ales Novak authored
      
      
      When we're uploading using FTP and the server issues a tiny pause
      between opening the connection to the client's secondary socket, the
      client's initial poll() times out, which leads to second poll() which
      does not wait for POLLIN on the secondary socket. So that poll() also
      has to time out, creating a long (200ms) pause.
      
      This patch adds the correct flag to the secondary socket, making the
      second poll() correctly wait for the connection there too.
      
      Signed-off-by: default avatarAles Novak <alnovak@suse.cz>
      
      Closes #978
      7ad50a61
  11. 22 Aug, 2016 1 commit
  12. 21 Aug, 2016 6 commits
  13. 20 Aug, 2016 3 commits