1. 22 Feb, 2013 2 commits
    • Steve Holme's avatar
      imap.c: Fixed an incorrect variable reference · 1dac29fa
      Steve Holme authored
      Fixed an incorrect variable reference which was introduced in commit
      a1701eea as a result of a copy and paste from SMTP/POP3.
      1dac29fa
    • Jiri Hruska's avatar
      pingpong: Introduce Curl_pp_moredata() · cd65ecb2
      Jiri Hruska authored
      A simple function to test whether the PP is not sending and there are
      still more data in its receiver cache. This will be later utilized to:
      
      1) Change Curl_pp_multi_statemach() and Curl_pp_easy_statemach() to
         not test socket state and just call user's statemach_act() function
         when there are more data to process, because otherwise the task would
         just hang, waiting for more data from the socket.
      
      2) Allow PP users to read multiple responses by looping as long as there
         are more data available and current phase is not finished.
         (Currently needed for correct processing of IMAP SELECT responses.)
      cd65ecb2
  2. 20 Feb, 2013 2 commits
  3. 19 Feb, 2013 2 commits
  4. 18 Feb, 2013 5 commits
  5. 17 Feb, 2013 3 commits
  6. 16 Feb, 2013 6 commits
  7. 15 Feb, 2013 14 commits
  8. 14 Feb, 2013 6 commits