1. 20 Jun, 2012 5 commits
    • Marc Hoersken's avatar
      schannel: Implement new buffer size strategy · 006b8379
      Marc Hoersken authored
      Increase decrypted and encrypted cache buffers using limitted
      doubling strategy. More information on the mailinglist:
      http://curl.haxx.se/mail/lib-2012-06/0255.html
      
      It updates the two remaining reallocations that have already been there
      and fixes the other one to use the same "do we need to increase the
      buffer"-condition as the other two.  CURL_SCHANNEL_BUFFER_STEP_SIZE was
      renamed to CURL_SCHANNEL_BUFFER_FREE_SIZE since that is actually what it
      is now.  Since we don't know how much more data we are going to read
      during the handshake, CURL_SCHANNEL_BUFFER_FREE_SIZE is used as the
      minimum free space required in the buffer for the next operation.
      CURL_SCHANNEL_BUFFER_STEP_SIZE was used for that before, too, but since
      we don't have a step size now, the define was renamed.
      006b8379
    • Yang Tse's avatar
      schannel SSL: fix compiler warning · 293c9288
      Yang Tse authored
      293c9288
    • Mark Salisbury's avatar
      schannel SSL: fix for renegotiate problem · 8f92e8be
      Mark Salisbury authored
      In schannel_connect_step2() doread should be initialized based
      on connssl->connecting_state.
      8f92e8be
    • Tatsuhiro Tsujikawa's avatar
      a3e3f8ff
    • Yang Tse's avatar
      getpart.pm: make test definition section/part parser more robust · 07086c94
      Yang Tse authored
      Test definition section parts which needed to include xml-lingo as contents
      of that part required that the xml-blurb was written as a single line. Now the
      xml-data inside the part can be written multiline making it more readable.
      
      Tested with <client><file> part which is written to disk before <command> runs.
      07086c94
  2. 19 Jun, 2012 12 commits
  3. 18 Jun, 2012 4 commits
  4. 16 Jun, 2012 1 commit
  5. 15 Jun, 2012 7 commits
  6. 14 Jun, 2012 10 commits
  7. 13 Jun, 2012 1 commit