aboutsummaryrefslogtreecommitdiff
path: root/lib/rtsp.c
AgeCommit message (Expand)Author
2020-06-15http: move header storage to Curl_easy from connectdataDaniel Stenberg
2020-06-02urldata: let the HTTP method be in the set.* structDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-14http: allow overriding timecond with custom headerPeter Simonyi
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-04-06pipelining: removedDaniel Stenberg
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2018-09-16http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-03-11HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg
2018-02-23spelling fixesViktor Szakats
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2017-09-15rtsp: Segfault in rtsp.c when using WRITEDATAMax Dymond
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-08rtsp: do not call fwrite() with NULL pointer FILE *Daniel Stenberg
2017-06-30handler: refactor connection checkingMax Dymond
2017-03-26spelling fixesklemens
2017-03-13Improve code readbilitySylvestre Ledru
2016-12-18Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-08-11rtsp: ignore whitespace in session idDaniel Stenberg
2016-08-10rtsp: accept any RTSP session idErik Janssen
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-24Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2015-08-20rtsp: support basic/digest authenticationErik Janssen
2015-06-18RTSP: removed another piece of dead codeDaniel Stenberg
2015-06-15rtsp_do: fix DEAD CODEDaniel Stenberg
2015-06-14urldata: store POST size in state.infilesize tooDaniel Stenberg
2015-05-22RTSP: catch attempted unsupported requests betterDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-04CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg
2014-03-20rtsp: parse "Session:" header properlyDaniel Stenberg
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-07-24string formatting: fix 15+ printf-style format stringsYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse