rtsp: don't let the rtsp connection timeout
[platform/upstream/gstreamer.git] / gst-libs / gst / rtsp / gstrtspconnection.c
2010-10-29 Thijs Vermeirrtsp: don't let the rtsp connection timeout
2010-05-06 Stefan Kostdocs: fix wrong doc markup
2010-05-05 Tim-Philipp Müllerrtsp: weekday and month names in RTSP date string shoul...
2010-04-06 Wim Taymansrtspconnection: Handle closed POST socket in tunneling
2010-03-16 Wim Taymansrtspconnection: allow for more ipv6 addresses
2010-03-15 Wim Taymansrtsp: make timeout usec more accurate
2010-03-11 Benjamin OtteAdd -Wmissing-declarations -Wmissing-prototypes to...
2010-03-08 Dake Gurtspconnection: fix handling of x-server-ip-address
2010-02-18 Patrick Radizirtspconnection: make sure not to dereference NULL usern...
2010-02-12 Wim Taymansrtsp: ignore \n and \r as the first line
2010-02-12 Wim Taymansrtsp: fail gracefully on bad Content-Length headers
2009-11-13 Sreerenj Brtsp: avoid crashing on SIGPIPE
2009-10-12 Patrick Radizirtsp: handle socket errors
2009-10-07 Tim-Philipp Müllerrtspconnection: we can use GLib 2.18 API unconditionall...
2009-10-06 Wim Taymansrtsp: use CLOSE_SOCKET() instead of close()
2009-09-11 Wim Taymansrtsp: properly fix the HTTP manual mode
2009-09-10 Wim Taymansrtsp: don't return EPARSE
2009-08-24 Peter Kjellerstedtrtsp: Added new API for sending using GstRTSPWatch.
2009-08-24 Peter Kjellerstedtrtsp: Made gst_rtsp_watch_queue_data() thread safe.
2009-08-24 Peter Kjellerstedtrtsp: Added gst_rtsp_connection_set_http_mode().
2009-08-24 Peter Kjellerstedtrtsp: Allow gst_rtsp_connection_do_tunnel() to just...
2009-08-24 Peter Kjellerstedtrtsp: Write as much as possible in gst_rtsp_source_disp...
2009-08-24 Peter Kjellerstedtrtsp: Add error_full callback to GstRTSPWatchFuncs.
2009-08-24 Peter Kjellerstedtrtsp: Made read_line() support LWS.
2009-08-24 Peter Kjellerstedtrtsp: Do not split headers which should not be split.
2009-08-24 Peter Kjellerstedtrtsp: Parse WWW-Authenticate headers correctly.
2009-08-24 Peter Kjellerstedtrtsp: Improve parse_line().
2009-08-24 Peter Kjellerstedtrtsp: Rewrote setup_tunneling().
2009-08-24 Peter Kjellerstedtrtsp: Rewrote gen_tunnel_reply().
2009-08-24 Peter Kjellerstedtrtsp: Ignore the Content-Length for POST requests.
2009-08-24 Peter Kjellerstedtrtsp: Normalize lines (remove extra whitespace) before...
2009-08-24 Peter Kjellerstedtrtsp: Made parse_string() return a result.
2009-08-24 Peter Kjellerstedtrtsp: Improved parsing of messages.
2009-08-24 Peter Kjellerstedtrtsp: Added support for HTTP messages
2009-08-24 Peter Kjellerstedtrtsp: Added gst_rtsp_connection_create_from_fd().
2009-08-24 Peter Kjellerstedtrtsp: Add initial buffer support.
2009-08-19 Peter Kjellerstedtrtsp: Avoid duplicated headers.
2009-08-18 Peter Kjellerstedtrtsp: Corrected the HTTP digest authorization computation.
2009-08-10 Tim-Philipp Müllerrtspconnection: don't use GLib-2.18 function
2009-08-10 Sebastian Drögertsp: Use GLib's GChecksum instead of our own MD5 imple...
2009-06-29 Wim Taymansrtsp: include in.h for FreeBSD compat
2009-06-29 Peter Kjellerstedtrtsp: Moved a comment.
2009-06-27 Руслан ИжбулатовDefine WINVER before including any win headers
2009-06-17 Peter Kjellerstedtrtsp: Added gst_rtsp_watch_queue_data().
2009-06-17 Peter Kjellerstedtrtsp: Only extract the session ID from RTSP responses.
2009-06-17 Peter Kjellerstedtrtsp: Use getaddrinfo() to support both IPv4 and IPv6.
2009-06-17 Peter Kjellerstedtrtsp: Improved base64 decoding in fill_bytes().
2009-06-15 Peter Kjellerstedtrtsp: Use a more consistent naming of GstRTSPRec variables.
2009-06-15 Peter Kjellerstedtrtsp: Call message_sent() callback for all sent messages.
2009-06-09 Peter Kjellerstedtrtsp: Plug a memory leak.
2009-06-05 Peter Kjellerstedtrtsp: Fixed a typo.
2009-06-05 Peter Kjellerstedtrtsp: Remove an unused variable.
2009-06-05 Peter Kjellerstedtrtsp: Removed duplicate initialization of conn->writefd.
2009-06-05 Peter Kjellerstedtrtsp: Use #defined status codes.
2009-06-05 Peter Kjellerstedtrtsp: Correct gen_tunnel_reply().
2009-06-02 Wim Taymansrtsp: add G_LIKELY because we can
2009-06-01 Peter Kjellerstedtrtsp: Avoid compiler warnings with -Wextra.
2009-05-26 Tim-Philipp MüllerRevert "rtspconnection: don't use GLib-2.16 API, we...
2009-04-17 Tim-Philipp Müllerrtspconnection: don't use GLib-2.16 API, we require...
2009-04-02 Wim Taymansrtsp: use fully qualified urls when using a proxy
2009-04-01 Wim Taymansrtsp: fix little typo in the comments
2009-03-31 Tim-Philipp Müllerrtspconnection: make gst_rtsp_watch_queue_message(...
2009-03-31 Tim-Philipp Müllerrtsp: clear the entire builder structure
2009-03-31 Wim Taymansrtsp: add support for proxies
2009-03-25 Wim Taymansrtsp: start CSeq counting from 1 instead of 0
2009-03-13 Wim Taymansrtsp: fix resolving of hostnames
2009-03-11 Wim Taymansrtsp: fix parsing of the timeout parameter
2009-03-11 Wim Taymansrtsp: keep track of amount of decoded bytes
2009-03-09 Wim Taymansrtsp: use glib base64 encoder
2009-03-08 LRNrtsp: fix compilation on windows.
2009-03-06 Wim Taymansrtsp: Add methods for getting the read/write fds
2009-03-06 Julien MoutteFix build on Mac OS X
2009-03-04 Wim Taymansrtsp: do some more cleanup in _close
2009-03-04 Wim Taymansrtsp: fix the memory management of the url
2009-03-04 Wim TaymansRTSP: Add support for server tunneling
2009-03-02 Wim Taymansrtsp: remove debugging g_message
2009-03-02 Wim TaymansRTSP: add support for Quicktime tunneled RTSP
2009-03-02 Wim Taymansrtsp: add _get_url method and separate sockets
2009-02-28 LRNrtspconnection: Use correct types for some functions...
2009-02-28 Edward Herveyrtspconnection: Fix warning about using unitialized...
2009-02-25 Peter KjellerstedtFixed a typo.
2009-02-25 Peter Kjellerstedtrtsp, multifdsink: Unify the use of union gst_sockaddr.
2009-02-24 Jan Schmidtrtsp: Fix a strict aliasing warning
2009-02-24 Wim TaymansMatch WSAStartup and WSACleanup correctly
2009-02-20 Wim TaymansAdd trailing \0 to message length
2009-02-20 Wim TaymansDon't parse headers for data messages
2009-02-19 Wim TaymansMake RTSPConnection opaque and rename RTSPChannel
2009-02-18 Wim TaymansAdd RTSP accept method
2009-02-18 Wim TaymansAdd RTSP channel object for async io
2009-02-04 Wim TaymansAdd more g_return_if_fail() calls
2009-01-29 Wim TaymansAdd new RTSP message method to set header
2008-11-27 이문형gst-libs/gst/rtsp/gstrtspconnection.c: A successful...
2008-11-03 Damien Lespiaugst-libs/gst/rtsp/gstrtspconnection.c: Make the next...
2008-06-11 David Schleefgst-libs/gst/rtsp/gstrtspconnection.c: Fix build on...
2008-06-04 Peter Kjellerstedtgst-libs/gst/rtsp/gstrtspconnection.*: Add a couple...
2008-05-08 Wouter Cloetensgst-libs/gst/rtsp/: Add Digest authorization support...
2008-03-24 Wim Taymansgst-libs/gst/rtsp/gstrtspconnection.c: Don't error...
2008-03-18 Ole André Vadla... gst-libs/gst/rtsp/gstrtspconnection.c: Generic Windows...
2008-03-07 Wim Taymansgst/: Remove GstPollMode from gstpoll constructor.
2008-03-02 Tim-Philipp Müllergst-libs/gst/rtsp/gstrtspconnection.c: Don't include...
next