summaryrefslogtreecommitdiff
path: root/lib/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
...
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+2
* rtsp: Segfault in rtsp.c when using WRITEDATAMax Dymond2017-09-151-9/+14
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-1/+1
* rtsp: do not call fwrite() with NULL pointer FILE *Daniel Stenberg2017-09-081-0/+9
* handler: refactor connection checkingMax Dymond2017-06-301-1/+22
* spelling fixesklemens2017-03-261-2/+2
* Improve code readbilitySylvestre Ledru2017-03-131-35/+31
* Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris2016-12-181-7/+4
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-4/+4
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-111-2/+3
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+1
* rtsp: ignore whitespace in session idDaniel Stenberg2016-08-111-4/+4
* rtsp: accept any RTSP session idErik Janssen2016-08-101-11/+7
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-8/+8
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-3/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+13
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-13/+0
* rtsp: support basic/digest authenticationErik Janssen2015-08-201-2/+23
* RTSP: removed another piece of dead codeDaniel Stenberg2015-06-181-2/+1
* rtsp_do: fix DEAD CODEDaniel Stenberg2015-06-151-1/+1
* urldata: store POST size in state.infilesize tooDaniel Stenberg2015-06-141-2/+2
* RTSP: catch attempted unsupported requests betterDaniel Stenberg2015-05-221-3/+2
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-1/+1
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-13/+13
* rtsp: parse "Session:" header properlyDaniel Stenberg2014-03-201-2/+2
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-1/+1
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-4/+5
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-17/+18
* 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