Skip to content
  1. May 26, 2012
    • Steve Holme's avatar
      DOCS: Fixed meaning of bit 2 in CURLOPT_POSTREDIR · 2839c059
      Steve Holme authored
      Setting bit 2 for this value was documented as having a constant value
      defined as CURL_REDIR_POST_303 yet referenced a 302 request.
      
      Additionally corrected the meaning of CURL_REDIR_POST_ALL for all three
      bits and fixed problems with the bolding of keywords in this section.
      2839c059
    • Steve Holme's avatar
      DOCS: Standardised how RFCs are referenced. · cb9e2e84
      Steve Holme authored
      Standardised how RFCs are referenced so that the website may autolink to
      the correct documentation on ietf.org. Additionally removed the one link
      to RFC3986 on curl.haxx.se.
      cb9e2e84
  2. May 25, 2012
  3. May 24, 2012
  4. May 22, 2012
  5. May 20, 2012
  6. May 17, 2012
    • Steve Holme's avatar
      smtp: Fixed non-escaping of dot character at beginning of line · 7ba07c80
      Steve Holme authored
      A dot character at the beginning of a line would not be escaped to a
      double dot as required by RFC-2821, instead it would be deleted by the
      mail server. Please see section 4.5.2 of the RFC for more information.
      
      Note: This fix also simplifies the detection of repeated CRLF.CRLF
      combinations, such as CRLF.CRLF.CRLF, a little rather than having to
      advance the eob counter to 2.
      7ba07c80
  7. May 16, 2012
  8. May 14, 2012
  9. May 12, 2012
  10. May 06, 2012
  11. May 03, 2012
  12. May 02, 2012
    • Gokhan Sengun's avatar
      MD5: OOM fix · d6773834
      Gokhan Sengun authored
      check whether md5 initialization succeeded before updating digest of
      buffers onto it
      d6773834
  13. Apr 29, 2012
  14. Apr 27, 2012
  15. Apr 26, 2012
  16. Apr 23, 2012