Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / rtsp.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-04 Daniel StenbergCURLOPT_PROXYHEADER: set headers for proxy-only
2014-03-20 Daniel Stenbergrtsp: parse "Session:" header properly
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-07-24 Yang Tsestring formatting: fix 15+ printf-style format strings
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-06-15 Daniel StenbergCurl_rtsp_parseheader: avoid useless malloc/free
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-09-26 Yang Tseremove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY
2011-09-25 Yang Tseallow write callbacks to indicate OOM to libcurl
2011-08-14 Daniel StenbergRTSP: GET_PARAMETER requests have a body
2011-05-05 Daniel StenbergRTSP: cleanups
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-11 Daniel Stenbergcheckconnection: don't call with NULL pointer
2011-03-23 Daniel Stenbergrtsp: move protocol code to dedicated file
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-09-06 Kamil Dudkartsp: avoid SIGSEGV on malformed header
2010-09-06 Kamil Dudkartsp: avoid SIGSEGV on malformed header
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-03-24 Chris ConroyFix RTSP GET_PARAMETER empty and non-empty operation.
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-06 Yang TseOOM handling fix
2010-02-06 Yang TseOOM handling fix
2010-02-03 Yang TseFix OOM handling
2010-02-03 Yang TseFix portability issue related with unaligned memory...
2010-02-01 Yang TseConroy's fix to make the code match with the RTP docume...
2010-01-28 Yang Tsefix printf-style format strings
2010-01-28 Yang TseChris Conroy's RTSP followup fixes
2010-01-25 Yang Tsefix compiler warning
2010-01-23 Dan FandrichInclude "curl_memory.h" to get the strdup replacement...
2010-01-22 Yang Tsefix compiler warning: statement is unreachable
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...