Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka | |
It helps to prevent a hangup with some FTP servers in case idle session timeout has exceeded. But it may be useful also for other protocols that send any quit message on disconnect. Currently used by FTP, POP3, IMAP and SMTP. | |||
2010-09-06 | rtsp: avoid SIGSEGV on malformed header | Kamil Dudka | |
2010-09-06 | rtsp: avoid SIGSEGV on malformed header | Kamil Dudka | |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg | |
This function could only return CURLE_OK and by changing it to a void instead, we can simplify code all over. | |||
2010-03-24 | Fix RTSP GET_PARAMETER empty and non-empty operation. | Chris Conroy | |
Test coverage included. Thanks to Massimo Callegari for the bug report | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-06 | OOM handling fix | Yang Tse | |
2010-02-06 | OOM handling fix | Yang Tse | |
2010-02-03 | Fix OOM handling | Yang Tse | |
2010-02-03 | Fix portability issue related with unaligned memory access | Yang Tse | |
2010-02-01 | Conroy's fix to make the code match with the RTP documentation regarding | Yang Tse | |
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 $. | |||
2010-01-28 | fix printf-style format strings | Yang Tse | |
2010-01-28 | Chris Conroy's RTSP followup fixes | Yang Tse | |
2010-01-25 | fix compiler warning | Yang Tse | |
2010-01-23 | Include "curl_memory.h" to get the strdup replacement when necessary | Dan Fandrich | |
2010-01-22 | fix compiler warning: statement is unreachable | Yang Tse | |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg | |
libcurl options for controlling what to get and how to receive posssibly interleaved RTP data. Initial commit. |