1. 04 Dec, 2013 1 commit
    • Melissa Mears's avatar
      pop3: Fix POP3_TYPE_ANY signed compilation warning · b0b5b511
      Melissa Mears authored
      POP3_TYPE_ANY, or ~0, is written to pop3c->preftype in lib/pop3c.c, an
      unsigned int variable.  The result of ~0 is -1, which caused a warning
      due to writing a negative number to an unsigned variable.  To fix this,
      make the expression ~0U so that its value is considered the unsigned
      number UINT_MAX which is what SASL_AUTH_ANY does in curl_sasl.h.
      b0b5b511
  2. 02 Dec, 2013 7 commits
  3. 01 Dec, 2013 5 commits
  4. 30 Nov, 2013 2 commits
  5. 29 Nov, 2013 2 commits
  6. 28 Nov, 2013 2 commits
  7. 27 Nov, 2013 6 commits
  8. 24 Nov, 2013 8 commits
  9. 23 Nov, 2013 6 commits
  10. 22 Nov, 2013 1 commit