summaryrefslogtreecommitdiff
path: root/lib/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* lib: more conn->data cleanupsbagder/more-data-connDaniel Stenberg2021-01-181-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-39/+48
* http: make 'authneg' also work for HyperDaniel Stenberg2021-01-101-2/+3
* rtsp: disable if Hyper is usedDaniel Stenberg2020-12-181-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-4/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* rtsp: error out on empty Session ID, unified the codeHarry Sintonen2020-11-041-18/+18
* rtsp: fixed Session ID comparison to refuse prefixHarry Sintonen2020-11-041-2/+11
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+1
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-23/+23
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-021-3/+3
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-43/+40
* 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