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-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-01-28 | Chris Conroy's RTSP followup fixes | Yang Tse | |
2010-01-22 | fix compilation when http is disabled | 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. |