summaryrefslogtreecommitdiff
path: root/lib/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-2/+2
* rtsp: skip NULL assigns after Curl_safefree()Daniel Stenberg2023-04-131-4/+0
* rtsp: convert mallocs to dynbuf for RTP bufferingDaniel Stenberg2023-04-041-41/+19
* rtsp: fix Value stored to 'skip_size' is never readDaniel Stenberg2023-03-301-1/+0
* rtsp: skip malformed RTSP interleaved frame datadengjfzh2023-03-301-40/+141
* Revert "rtsp: use dynbuf instead of custom reallocs"Daniel Stenberg2023-03-171-13/+33
* rtsp: use dynbuf instead of custom reallocsDaniel Stenberg2023-03-161-33/+13
* url: fix logic in connection reuse to deny reuse on "unclean" connectionsStefan Eissing2023-03-071-1/+2
* rtsp: avoid sscanf for parsingDaniel Stenberg2023-02-241-5/+7
* http_proxy: do not assign data->req.p.http use local copyDaniel Stenberg2023-01-051-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-31/+2
* vtls: localization of state data in filtersStefan Eissing2022-11-221-3/+3
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-5/+5
* rtsp: only store first_host onceDaniel Stenberg2022-11-101-8/+7
* rtsp: fix RTSP authDaniel Stenberg2022-11-091-0/+13
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-2/+2
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* rtsp: don't let CSeq error override earlier errorsJay Satiro2022-03-181-1/+1
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-12/+13
* misc: reduce strlen() calls with Curl_dyn_add()HenrikHolst2022-02-091-6/+8
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-3/+3
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-2/+2
* lib: remove conn->data usesPatrick Monnerat2021-01-241-7/+4
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-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