summaryrefslogtreecommitdiff
path: root/lib/rtsp.c
AgeCommit message (Expand)Author
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-02-10cleanup: make local functions staticDaniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-09-16http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-04-27checksrc: force indentation of lines after an elseDaniel Gustafsson
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
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-10-06Merge tag 'curl-7_56_0'ng0
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-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22spelling fixesklemens
2017-08-22Improve code readbilitySylvestre Ledru
2017-08-22Curl_getconnectinfo: avoid checking if the connection is closedIsaac Boukris
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22select: switch to macros in uppercaseDaniel 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