Skip to content
  1. Dec 04, 2013
    • 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. Dec 02, 2013
  3. Dec 01, 2013
  4. Nov 30, 2013
  5. Nov 29, 2013
  6. Nov 28, 2013
  7. Nov 27, 2013
  8. Nov 24, 2013
  9. Nov 23, 2013
  10. Nov 22, 2013