summaryrefslogtreecommitdiff
path: root/lib/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-7/+2
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-141-1/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-12/+0
* pipelining: removedDaniel Stenberg2019-04-061-1/+0
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-12/+4
* cleanup: make local functions staticDaniel Stenberg2019-02-101-4/+2
* http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg2018-09-161-13/+14
* cppcheck: fix warningsMarian Klymov2018-06-111-4/+2
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-2/+1
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-111-13/+13
* spelling fixesViktor Szakats2018-02-231-1/+1
* 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