Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ext/soup
AgeCommit message (Expand)Author
2015-03-08souphttpclientsink: Implement cookies propertySebastian Dröge
2015-03-08souphttpclientsink: Implement automatic-redirect propertySebastian Dröge
2015-03-08souphttpclientsink: Implement proxy supportSebastian Dröge
2014-12-30souphttpsrc: Don't return a buffer when returning not GST_FLOW_OKSebastian Dröge
2014-11-22souphttpsrc: log connection events at info levelBranislav Katreniak
2014-10-02souphttpclientsink: Fix lifetime of stream headers and queued buffersNirbheek Chauhan
2014-10-02souphttpclientsink: Add some more useful debug loggingNirbheek Chauhan
2014-10-02souphttpclientsink: Free queued buffers in ::resetNirbheek Chauhan
2014-09-11souphttpsrc: If the server reports "Accept-Ranges: none" don't try range requ...Sebastian Dröge
2014-09-04souphttpsrc: Include redirection target in error messagesSebastian Dröge
2014-05-28souphttpsrc: Add custom sticky event to contain the HTTP request and response...Sebastian Dröge
2014-05-08souphttpsrc: Clean up all pending operations from libsoup before unreffing ou...Sebastian Dröge
2014-04-28souphttpsrc: Remember if a redirect is permanent or not and store it in the q...Sebastian Dröge
2014-04-11souphttpsrc: Only keep-alive the connection in stop() if we have finished all...Sebastian Dröge
2014-04-10souphttpsrc: Also retry on unexpected network failuresSebastian Dröge
2014-04-10souphttpsrc: New property to specify the maximum number of retries before we ...Sebastian Dröge
2014-04-10souphttpsrc: Change default timeout to 15 secondsAlexander Zallesov
2014-04-09souphttpsrc: Use GST_FLOW_FLUSHING when flushing, not GST_FLOW_EOSSebastian Dröge
2014-03-12souphttpsrc: Add properties for selecting SSL/TLS certificate checkingSebastian Dröge
2014-03-07souphttpsrc: Make sure to not return EOS immediately if we finished a range r...Sebastian Dröge
2014-03-06souphttpsrc: Don't forget to quit mainloop after we cancelled when we got dat...Sebastian Dröge
2014-03-06souphttpsrc: If we had a stop position, allow for the server to finish our co...Sebastian Dröge
2014-02-19souphttpsrc: do not emit error when connection with unknown size endsBranislav Katreniak
2014-02-13souphttpsrc: Use new automatic_eos API from basesrcSebastian Dröge
2014-02-13souphttpsrc: Consistently use have_size instead of content_size!=0Sebastian Dröge
2014-02-13souphttpsrc: Free extra headers when finalizing the elementSebastian Dröge
2014-02-13souphttpsrc: Properly close the session when going back to NULLSebastian Dröge
2014-02-13souphttpsrc: add support for keep-alive sessionsAndoni Morales Alastruey
2014-02-12souphttpsrc: Add "compress" property to enable/disable automatic gzip/deflate...Sebastian Dröge
2014-02-12souphttpsrc: Retry connection if we're finished before the content size only ...Sebastian Dröge
2014-02-12souputils: Fix compiler warningSebastian Dröge
2014-02-12souphttp*: add ability to do HTTP session loggingReynaldo H. Verdejo Pinochet
2014-02-11souphttpsrc: Add mapping for NOT_FOUND and NOT_AUTHORIZED errorsSebastian Dröge
2014-02-11souphttpsrc: Don't duplicate status_code to GStreamer error mappingSebastian Dröge
2014-01-03souphttpsrc: use status code macro instead of 407Reynaldo H. Verdejo Pinochet
2013-10-11souphttpsrc: do not emit EOS when connection dropsThiago Santos
2013-09-18souphttpsrc: do not do http requests in READYThiago Santos
2013-08-14soup: don't use deprecated soup_message_headers_get() APITim-Philipp Müller
2013-08-13souphttpsrc: fix critical setting a NULL uri redirectionAndoni Morales Alastruey
2013-08-12souphttpsrc: add redirection to the URI queryAndoni Morales Alastruey
2013-07-25souphttpsrc: always ignore HEAD errorsArnaud Vrac
2013-07-12souphttpsrc: ignore errors from HEAD requestThiago Santos
2013-07-01souphttpsrc: also consider stop positions in seeksAndoni Morales Alastruey
2013-07-01souphttpsrc: allow seeks in readyThiago Santos
2013-05-04souphttpsrc: Don't consider the content size from the HTTP headers as absolut...Sebastian Dröge
2013-04-16souphttpsrc: fix SCHEDULING query supportPhilippe Normand
2013-04-16souphttpsrc: basic scheduling query supportPhilippe Normand
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2013-04-14souphttpsrc: add back "iradio-mode" property to disable sending of icecast re...Tim-Philipp Müller
2013-02-16souphttpsrc: set SOUP_VERSION_{MIN_REQUIRED,MAX_ALLOWED} to suppress deprecat...Tim-Philipp Müller