Skip to content
  1. Feb 16, 2010
    • Yang Tse's avatar
      · 46b112bc
      Yang Tse authored
      replaced tabs with spaces
      46b112bc
  2. Feb 15, 2010
    • Yang Tse's avatar
      · 4b43d18c
      Yang Tse authored
      fix compiler warning: conversion from "long" to "size_t" may lose sign
      4b43d18c
  3. Feb 14, 2010
    • Yang Tse's avatar
      · a07bc791
      Yang Tse authored
      removed trailing whitespace
      a07bc791
  4. Feb 13, 2010
  5. Feb 12, 2010
  6. Feb 11, 2010
  7. Feb 09, 2010
  8. Feb 06, 2010
    • Yang Tse's avatar
      · 71593dfe
      Yang Tse authored
      OOM handling fix
      71593dfe
    • Yang Tse's avatar
      · 0f4a91af
      Yang Tse authored
      OOM handling fix
      0f4a91af
  9. Feb 05, 2010
    • Yang Tse's avatar
      · 12d01bc5
      Yang Tse authored
      - avoid OpenSSL 0.9.8 ENGINE_by_id memory leak
      
      - cleanup parenthesis usage in return statements
      12d01bc5
    • Yang Tse's avatar
      · bc7615ae
      Yang Tse authored
      - attempt to workaround icc 9.1 optimizer issue
      bc7615ae
  10. Feb 04, 2010
    • Yang Tse's avatar
      · 7aef172a
      Yang Tse authored
      fix printf-style format strings
      7aef172a
    • Yang Tse's avatar
      · 15efa262
      Yang Tse authored
      Fix compiler warning: unused variable
      15efa262
  11. Feb 03, 2010
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. Jan 27, 2010
    • Yang Tse's avatar
      · bbefdf88
      Yang Tse authored
      fix compiler warning
      bbefdf88
  18. Jan 26, 2010
  19. Jan 25, 2010