summaryrefslogtreecommitdiff
path: root/lib/curl_rtmp.c
Commit message (Expand)AuthorAgeFilesLines
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-2/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-6/+6
* copyright: make repository REUSE compliantmax.mehl2022-06-131-2/+4
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+6
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-1/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-241-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-18/+26
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-1/+7
* urldata: avoid 'generic', use dedicated pointersDaniel Stenberg2019-09-031-7/+7
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-4/+5
* rtmp: fix for compiling with lwIPGisle Vanem2018-10-261-1/+3
* curl_rtmp: fix a compiler warningJohannes Schindelin2017-07-281-1/+1
* handler: refactor connection checkingMax Dymond2017-06-301-0/+6
* curl_rtmp: fix missing-variable-declarations warningsMarcel Raad2017-04-291-0/+1
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* rtmp: Use standard naming for setup connection functionSteve Holme2014-12-241-9/+8
* nonblock: call with (void) to show we ignore the return codeDaniel Stenberg2014-10-041-1/+1
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-1/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-7/+7
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* krb5/curl_rtmp.c: Hide size_t to int type conversion warningMarc Hoersken2012-10-041-2/+3
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+6
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+7
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-16/+20
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-6/+6
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-6/+12
* disconnect: pass on the dead_connection argumentDaniel Stenberg2010-12-061-2/+4
* include libcurl standard internal headersYang Tse2010-06-021-0/+7
* RTMP: Fix compiler warningsJulien Chaffraix2010-05-261-1/+11
* RTMP: initial support added, powered by librtmpHoward Chu2010-05-121-0/+267