Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
authorDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jan 2010 13:58:30 +0000 (13:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Jan 2010 13:58:30 +0000 (13:58 +0000)
commitbc4582b68a673d3b0f5a2e7d971605de2c8b3730
tree09897ee9c051870d0be56108d41f6595d41e932d
parente09718d457f5ba512920c9ed0a0db5c8ca6dcc53
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
libcurl options for controlling what to get and how to receive posssibly
interleaved RTP data. Initial commit.
21 files changed:
CHANGES
RELEASE-NOTES
configure.ac
docs/libcurl/curl_easy_getinfo.3
docs/libcurl/curl_easy_setopt.3
docs/libcurl/libcurl.m4
include/curl/curl.h
lib/Makefile.inc
lib/getinfo.c
lib/http.c
lib/http.h
lib/rtsp.c [new file with mode: 0644]
lib/rtsp.h [new file with mode: 0644]
lib/sendf.c
lib/sendf.h
lib/setup.h
lib/strerror.c
lib/transfer.c
lib/url.c
lib/urldata.h
lib/version.c