summaryrefslogtreecommitdiff
path: root/lib/curl_rtmp.c
AgeCommit message (Expand)Author
2017-08-20Patchset for gnURL microfork:gnurl-7.55.1gnurl-7_55_1Christian Grothoff
2017-07-28curl_rtmp: fix a compiler warningJohannes Schindelin
2017-06-30handler: refactor connection checkingMax Dymond
2017-04-29curl_rtmp: fix missing-variable-declarations warningsMarcel Raad
2016-02-04URLs: change more http to httpsViktor Szakats
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-24rtmp: Use standard naming for setup connection functionSteve Holme
2014-10-04nonblock: call with (void) to show we ignore the return codeDaniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-10-04krb5/curl_rtmp.c: Hide size_t to int type conversion warningMarc Hoersken
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2010-12-06disconnect: pass on the dead_connection argumentDaniel Stenberg
2010-06-02include libcurl standard internal headersYang Tse
2010-05-26RTMP: Fix compiler warningsJulien Chaffraix
2010-05-12RTMP: initial support added, powered by librtmpHoward Chu