index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rtsp.c
Age
Commit message (
Expand
)
Author
2014-04-26
INFILESIZE: fields in UserDefined must not be changed run-time
Daniel Stenberg
2014-04-04
CURLOPT_PROXYHEADER: set headers for proxy-only
Daniel Stenberg
2014-03-20
rtsp: parse "Session:" header properly
Daniel Stenberg
2013-12-31
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
Steve Holme
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-08-12
urldata: clean up the use of the protocol specific structs
Daniel Stenberg
2013-07-24
string formatting: fix 15+ printf-style format strings
Yang Tse
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-06-15
Curl_rtsp_parseheader: avoid useless malloc/free
Daniel Stenberg
2011-10-21
curl_multi_fdset: correct fdset with FTP PORT use
Daniel Stenberg
2011-09-26
remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY
Yang Tse
2011-09-25
allow write callbacks to indicate OOM to libcurl
Yang Tse
2011-08-14
RTSP: GET_PARAMETER requests have a body
Daniel Stenberg
2011-05-05
RTSP: cleanups
Daniel Stenberg
2011-05-05
RTSP: convert protocol-specific checks to generic
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-04-11
checkconnection: don't call with NULL pointer
Daniel Stenberg
2011-03-23
rtsp: move protocol code to dedicated file
Daniel Stenberg
2011-03-14
protocols: use CURLPROTO_ internally
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2010-12-06
url: provide dead_connection flag in Curl_handler::disconnect
Kamil Dudka
2010-09-06
rtsp: avoid SIGSEGV on malformed header
Kamil Dudka
2010-09-06
rtsp: avoid SIGSEGV on malformed header
Kamil Dudka
2010-04-16
Curl_setup_transfer: no longer returns anything
Daniel Stenberg
2010-03-24
Fix RTSP GET_PARAMETER empty and non-empty operation.
Chris Conroy
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-06
OOM handling fix
Yang Tse
2010-02-06
OOM handling fix
Yang Tse
2010-02-03
Fix OOM handling
Yang Tse
2010-02-03
Fix portability issue related with unaligned memory access
Yang Tse
2010-02-01
Conroy's fix to make the code match with the RTP documentation regarding
Yang Tse
2010-01-28
fix printf-style format strings
Yang Tse
2010-01-28
Chris Conroy's RTSP followup fixes
Yang Tse
2010-01-25
fix compiler warning
Yang Tse
2010-01-23
Include "curl_memory.h" to get the strdup replacement when necessary
Dan Fandrich
2010-01-22
fix compiler warning: statement is unreachable
Yang Tse
2010-01-21
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
Daniel Stenberg