1. 02 Feb, 2010 7 commits
  2. 01 Feb, 2010 5 commits
    • Yang Tse's avatar
      · ea721946
      Yang Tse authored
      Conroy added a check to the coded message size since the docs stipulate
      that each call will contain a full protocol packet.
      ea721946
    • 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
    • Yang Tse's avatar
      · 516cf5c8
      Yang Tse authored
      update rtsp server header field from SWS to RTSPD
      516cf5c8
    • Yang Tse's avatar
      · 35fbeda0
      Yang Tse authored
      Test suite support for RTSP
      35fbeda0
  3. 30 Jan, 2010 1 commit
    • 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. 29 Jan, 2010 5 commits
    • 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
      · 4d19ebe7
      Yang Tse authored
      fix printf-style format strings
      4d19ebe7
    • Yang Tse's avatar
      · 5312fdcd
      Yang Tse authored
      Chris Conroy fixed test #568 issues with carriage returns
      5312fdcd
    • 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. 28 Jan, 2010 9 commits
    • Daniel Stenberg's avatar
      - Tommie Gannert pointed out a silly bug in ares_process_fd() since it didn't · 15ddc1f1
      Daniel Stenberg authored
        check for broken connections like ares_process() did. Based on that, I
        merged the two functions into a single generic one with two front-ends.
      15ddc1f1
    • Yang Tse's avatar
      · d65cf788
      Yang Tse authored
      fix printf-style format strings
      d65cf788
    • Yang Tse's avatar
      · ddab9bd2
      Yang Tse authored
      Use 'size_t' for GETNAMEINFO_TYPE_ARG2 definition for VMS.
      
      http://curl.haxx.se/mail/lib-2009-12/0293.html
      ddab9bd2
    • Yang Tse's avatar
      · eff18763
      Yang Tse authored
      portability fix
      eff18763
    • Yang Tse's avatar
      · 3e21f1e9
      Yang Tse authored
      fix printf-style format strings
      3e21f1e9
    • Yang Tse's avatar
      · ccffed99
      Yang Tse authored
      Known bug #64 fixed by Constantine Sapuntzakis and Joshua Kwan in 7.20.0
      ccffed99
    • Yang Tse's avatar
      · 6259bcd5
      Yang Tse authored
      Chris Conroy provided first RTSP tests
      6259bcd5
    • Yang Tse's avatar
      · a4031dbd
      Yang Tse authored
      RTSP tests disabled until test harness RTSP support is updated
      a4031dbd
    • Yang Tse's avatar
      · 2f3bce11
      Yang Tse authored
      Chris Conroy's RTSP followup fixes
      2f3bce11
  6. 27 Jan, 2010 5 commits
    • Yang Tse's avatar
      · 3cb76e5e
      Yang Tse authored
      mention asynchronous DNS lookups enhancements
      3cb76e5e
    • Yang Tse's avatar
      · 6418c058
      Yang Tse authored
      Restore normal operation:
      
        c-ares is only enabled when specifically requested.
      
        Consequently, c-ares default setting is disabled.
      6418c058
    • Yang Tse's avatar
      · 124b35aa
      Yang Tse authored
      fix c-ares assumed check being skipped
      124b35aa
    • Yang Tse's avatar
      · bbefdf88
      Yang Tse authored
      fix compiler warning
      bbefdf88
    • Yang Tse's avatar
      · 06c96d01
      Yang Tse authored
      fix LDFLAGS preservation in CURL_CHECK_LIB_ARES
      06c96d01
  7. 26 Jan, 2010 8 commits