summaryrefslogtreecommitdiff
path: root/lib/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* string formatting: fix 15+ printf-style format stringsYang Tse2013-07-241-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+807
* build: rename 93 lib/*.c filesYang Tse2013-01-031-807/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-5/+5
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-13/+13
* Curl_rtsp_parseheader: avoid useless malloc/freeDaniel Stenberg2012-06-151-8/+2
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+1
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-261-5/+0
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-251-0/+5
* RTSP: GET_PARAMETER requests have a bodyDaniel Stenberg2011-08-141-0/+1
* RTSP: cleanupsDaniel Stenberg2011-05-051-10/+16
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-4/+19
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+7
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-1/+0
* checkconnection: don't call with NULL pointerDaniel Stenberg2011-04-111-4/+4
* rtsp: move protocol code to dedicated fileDaniel Stenberg2011-03-231-0/+35
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-1/+1
* 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