Skip to content
  1. Feb 02, 2010
    • Yang Tse's avatar
      · d1717e7c
      Yang Tse authored
      Fix compiler warning: conditional expression is constant
      d1717e7c
    • Yang Tse's avatar
      · e569ff95
      Yang Tse authored
      Fix compiler warning: local variable may be used without having been initialized.
      e569ff95
    • Yang Tse's avatar
      · 839b61c3
      Yang Tse authored
      Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', possible loss of data
      839b61c3
    • Yang Tse's avatar
      · 46de140a
      Yang Tse authored
      Fix compiler warning: variable was set but never used
      
      Simplify preprocessor symbol checking
      46de140a
    • Daniel Stenberg's avatar
      Julien Chaffraix pointed out a comment mistake, and I re-indented the code · 17a2c32c
      Daniel Stenberg authored
      slightly while editing
      17a2c32c
  2. Feb 01, 2010
    • Yang Tse's avatar
      · 35e22060
      Yang Tse authored
      Conroy's fix to make the code match with the RTP documentation regarding
      writing out the whole header. The docs say it writes the whole header,
      but the code (before this patch) did not write out the leading $.
      35e22060
    • Daniel Stenberg's avatar
      We introduce a loop in lib/multi.c around all calls to multi_runsingle() and · 55f1e787
      Daniel Stenberg authored
      simply check for CURLM_CALL_MULTI_PERFORM internally. This has the added
      benefit that this goes in line with my long-term wishes to get rid of the
      CURLM_CALL_MULTI_PERFORM all together from the public API.
      55f1e787
  3. Jan 30, 2010
    • Yang Tse's avatar
      · 715e3a80
      Yang Tse authored
      Make Curl_pop3_write() additionally truncate trailing POP3_EOB from received
      string buffer, otherwise Curl_client_write() call with zero size would write
      to the end of string buffer including matched POP3_EOB.
      715e3a80
  4. Jan 29, 2010
    • Yang Tse's avatar
      · 6ebd71d1
      Yang Tse authored
      WIN32 fix, _beginthreadex() may return either 0 or -1L upon failure
      6ebd71d1
    • Yang Tse's avatar
      · 4ee4e66c
      Yang Tse authored
      fix errno usage for WIN32 builds
      4ee4e66c
    • Yang Tse's avatar
      · fce02e1c
      Yang Tse authored
      RTSP followup fix. Both the pipelined and non-pipelined case need to
      check for (excess > 0 && !k->ignorebody).
      fce02e1c
  5. Jan 28, 2010
    • Yang Tse's avatar
      · d65cf788
      Yang Tse authored
      fix printf-style format strings
      d65cf788
    • Yang Tse's avatar
      · 3e21f1e9
      Yang Tse authored
      fix printf-style format strings
      3e21f1e9
    • Yang Tse's avatar
      · 2f3bce11
      Yang Tse authored
      Chris Conroy's RTSP followup fixes
      2f3bce11
  6. Jan 27, 2010
    • Yang Tse's avatar
      · bbefdf88
      Yang Tse authored
      fix compiler warning
      bbefdf88
  7. Jan 26, 2010
  8. Jan 25, 2010
  9. Jan 24, 2010
  10. Jan 23, 2010
  11. Jan 22, 2010
  12. Jan 21, 2010