summaryrefslogtreecommitdiff
path: root/lib/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
...
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-1/+2
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-1/+3
* rtsp: avoid SIGSEGV on malformed headerKamil Dudka2010-09-061-2/+2
* rtsp: avoid SIGSEGV on malformed headerKamil Dudka2010-09-061-1/+1
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-11/+5
* Fix RTSP GET_PARAMETER empty and non-empty operation.Chris Conroy2010-03-241-30/+33
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* OOM handling fixYang Tse2010-02-061-2/+4
* OOM handling fixYang Tse2010-02-061-13/+18
* Fix OOM handlingYang Tse2010-02-031-4/+15
* Fix portability issue related with unaligned memory accessYang Tse2010-02-031-4/+7
* Conroy's fix to make the code match with the RTP documentation regardingYang Tse2010-02-011-2/+2
* fix printf-style format stringsYang Tse2010-01-281-1/+1
* Chris Conroy's RTSP followup fixesYang Tse2010-01-281-56/+40
* fix compiler warningYang Tse2010-01-251-0/+1
* Include "curl_memory.h" to get the strdup replacement when necessaryDan Fandrich2010-01-231-0/+1
* fix compiler warning: statement is unreachableYang Tse2010-01-221-5/+0
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-0/+753