aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_rtmp.c
AgeCommit message (Expand)Author
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