dashdemux: add support for HTTP HEAD method of time sync
[platform/upstream/gstreamer.git] / gst-libs / gst / uridownloader / gsturidownloader.c
2015-08-14 Alex Ashleydashdemux: add support for HTTP HEAD method of time...
2015-01-16 Vincent Penquerc'huridownloader: a few leak fixes
2014-06-19 Sebastian Drögeuridownloader: Include the debug string in the error...
2014-05-28 Sebastian Drögeuridownloader: Store URI and redirect target in the...
2014-05-05 Sebastian Drögeuridownloader: Add parameter to disallow caching as...
2014-05-02 Sebastian Drögeuridownloader: Add refresh parameter to hint caches...
2014-04-28 Sebastian Drögeuridownloader: Unset referer if none was specified...
2014-04-28 Sebastian Drögeuridownloader: Add API to specify the referer of a...
2014-04-25 Sebastian Drögeuridownloader: Set source state to NULL if downloading...
2014-03-13 Sebastian Drögeuridownloader: Fix string order in warning message
2014-03-07 Sebastian Drögeuridownload: Handle no buffers before EOS as error...
2014-02-27 Sebastian Drögeuridownloader: Fix debug output to describe the new...
2014-02-27 Sebastian Drögeuridownloader: Warning messages are not fatal
2014-02-13 Sebastian Drögeuridownloader: Keep alive connections if the source...
2014-02-13 Sebastian Drögeuridownloader: Re-use old source element if possible
2014-02-12 Sebastian Drögeuridownloader: Fix potential deadlock
2014-02-12 Sebastian Drögeuridownloader: Shutdown the source element before unlin...
2014-02-12 Sebastian Drögeuridownloader: Add support for compressed downloads
2014-02-11 Sebastian Drögeuridownloader: Reset cancelled state after fetching...
2014-02-11 Sebastian Drögeuridownloader: Provide some more details about errors...
2014-02-04 Duncan Palmeruridownloader: Fix race condition between EOS handling...
2014-01-29 Duncan Palmeruridownloader: Always release the object lock in gst_ur...
2013-12-24 Thiago Santosuridownloader: fix deadlock near EOS
2013-07-09 Thiago Santosuridownloader: fix crash when download is null
2013-07-09 Thiago Santosuridownloader: do not set cancelled unless explicitly...
2013-07-03 Thiago Santosuridownloader: Simplify locking to fix deadlocks
2013-07-01 Thiago Santosuridownloader: add support for range based downloads
2013-05-07 Louis-Francis Ratt... uridownloader: unlock mutex when switching urisrc state...
2013-05-07 Thiago Santosuridownloader: properly unref the urisrc between downloads
2013-05-07 Andre Moreira Maga... uridownloader: make cancelled state 'permanent' until...
2013-05-07 Thiago Santosuridownloader: refactor gsturidownloader to its own lib