aboutsummaryrefslogtreecommitdiff
path: root/lib/rtsp.h
AgeCommit message (Collapse)Author
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil 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-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-28Chris Conroy's RTSP followup fixesYang Tse
2010-01-22fix compilation when http is disabledYang Tse
2010-01-21Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg
libcurl options for controlling what to get and how to receive posssibly interleaved RTP data. Initial commit.