summaryrefslogtreecommitdiff
path: root/docs/examples/rtsp.c
Commit message (Collapse)AuthorAgeFilesLines
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-4/+6
| | | | | ... they're already frowned upon in our source code style guide, this now enforces the rule harder.
* s/cURL/curlDaniel Stenberg2016-11-071-2/+2
| | | | | | We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL.
* docs/examples: remove spurious white spaces all overDaniel Stenberg2016-04-031-4/+4
| | | | ... to please the new, slightly picker, checksrc.pl
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-28/+35
| | | | | | | | | | All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed.
* examples: added descriptionsDaniel Stenberg2016-01-041-0/+4
|
* Update instances of some obsolete CURLOPTs to their new namesDan Fandrich2014-07-051-1/+1
|
* examples: fix compilation issues - commit 7332a7cafb follow-upYang Tse2012-12-051-9/+9
|
* curl_easy_setopt arguments should be of type long in the examplescurl-7_23_0Dan Fandrich2011-11-141-5/+5
|
* rtsp.c: converted to CDaniel Stenberg2011-08-101-253/+271
| | | | | | Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile.
* rtsp.c: new exampleJim Hollinger2011-08-101-0/+253
Code from http://code.google.com/p/rtsprequest/source/browse/trunk/rtsprequest.cpp