summaryrefslogtreecommitdiff
path: root/ext/soup
AgeCommit message (Expand)AuthorFilesLines
2015-08-14souphttpsrc: remove unnecessary if, g_free is null safeThiago Santos1-2/+1
2015-08-14souphttpsrc: add property to set HTTP methodAlex Ashley2-2/+29
2015-08-04soup: fix typo in translated stringTim-Philipp Müller1-1/+1
2015-07-31souphttpsrc: handle empty http proxy stringEunhae Choi1-7/+6
2015-06-10souphttpsrc: Add tls-database propertyXavier Claessens2-2/+39
2015-06-10souphttpsrc: fix getter of "ssl-use-system-ca-file"Xavier Claessens1-1/+1
2015-03-08souphttpclientsink: Implement cookies propertySebastian Dröge1-0/+10
2015-03-08souphttpclientsink: Implement automatic-redirect propertySebastian Dröge1-0/+2
2015-03-08souphttpclientsink: Implement proxy supportSebastian Dröge1-8/+22
2014-12-30souphttpsrc: Don't return a buffer when returning not GST_FLOW_OKSebastian Dröge1-0/+12
2014-11-22souphttpsrc: log connection events at info levelBranislav Katreniak1-6/+6
2014-10-02souphttpclientsink: Fix lifetime of stream headers and queued buffersNirbheek Chauhan1-4/+11
2014-10-02souphttpclientsink: Add some more useful debug loggingNirbheek Chauhan1-0/+4
2014-10-02souphttpclientsink: Free queued buffers in ::resetNirbheek Chauhan1-0/+3
2014-09-11souphttpsrc: If the server reports "Accept-Ranges: none" don't try range requ...Sebastian Dröge1-0/+11
2014-09-04souphttpsrc: Include redirection target in error messagesSebastian Dröge1-15/+18
2014-05-28souphttpsrc: Add custom sticky event to contain the HTTP request and response...Sebastian Dröge2-0/+68
2014-05-08souphttpsrc: Clean up all pending operations from libsoup before unreffing ou...Sebastian Dröge1-1/+49
2014-04-28souphttpsrc: Remember if a redirect is permanent or not and store it in the q...Sebastian Dröge2-3/+9
2014-04-11souphttpsrc: Only keep-alive the connection in stop() if we have finished all...Sebastian Dröge1-2/+7
2014-04-10souphttpsrc: Also retry on unexpected network failuresSebastian Dröge1-5/+12
2014-04-10souphttpsrc: New property to specify the maximum number of retries before we ...Sebastian Dröge2-3/+35
2014-04-10souphttpsrc: Change default timeout to 15 secondsAlexander Zallesov1-2/+4
2014-04-09souphttpsrc: Use GST_FLOW_FLUSHING when flushing, not GST_FLOW_EOSSebastian Dröge1-0/+3
2014-03-12souphttpsrc: Add properties for selecting SSL/TLS certificate checkingSebastian Dröge2-1/+80
2014-03-07souphttpsrc: Make sure to not return EOS immediately if we finished a range r...Sebastian Dröge1-0/+17
2014-03-06souphttpsrc: Don't forget to quit mainloop after we cancelled when we got dat...Sebastian Dröge1-0/+1
2014-03-06souphttpsrc: If we had a stop position, allow for the server to finish our co...Sebastian Dröge1-0/+17
2014-02-19souphttpsrc: do not emit error when connection with unknown size endsBranislav Katreniak1-1/+1
2014-02-13souphttpsrc: Use new automatic_eos API from basesrcSebastian Dröge1-0/+2
2014-02-13souphttpsrc: Consistently use have_size instead of content_size!=0Sebastian Dröge1-10/+14
2014-02-13souphttpsrc: Free extra headers when finalizing the elementSebastian Dröge1-5/+5
2014-02-13souphttpsrc: Properly close the session when going back to NULLSebastian Dröge1-0/+25
2014-02-13souphttpsrc: add support for keep-alive sessionsAndoni Morales Alastruey2-36/+89
2014-02-12souphttpsrc: Add "compress" property to enable/disable automatic gzip/deflate...Sebastian Dröge2-2/+31
2014-02-12souphttpsrc: Retry connection if we're finished before the content size only ...Sebastian Dröge1-2/+3
2014-02-12souputils: Fix compiler warningSebastian Dröge1-1/+1
2014-02-11souphttp*: add ability to do HTTP session loggingReynaldo H. Verdejo Pinochet8-22/+192
2014-02-11souphttpsrc: Add mapping for NOT_FOUND and NOT_AUTHORIZED errorsSebastian Dröge1-5/+20
2014-02-11souphttpsrc: Don't duplicate status_code to GStreamer error mappingSebastian Dröge1-4/+1
2014-01-03souphttpsrc: use status code macro instead of 407Reynaldo H. Verdejo Pinochet1-1/+2
2013-10-11souphttpsrc: do not emit EOS when connection dropsThiago Santos2-5/+30
2013-09-18souphttpsrc: do not do http requests in READYThiago Santos1-5/+17
2013-08-14soup: don't use deprecated soup_message_headers_get() APITim-Philipp Müller1-1/+1
2013-08-13souphttpsrc: fix critical setting a NULL uri redirectionAndoni Morales Alastruey1-1/+2
2013-08-12souphttpsrc: add redirection to the URI queryAndoni Morales Alastruey2-1/+14
2013-07-25souphttpsrc: always ignore HEAD errorsArnaud Vrac1-36/+35
2013-07-12souphttpsrc: ignore errors from HEAD requestThiago Santos1-36/+46
2013-07-01souphttpsrc: also consider stop positions in seeksAndoni Morales Alastruey2-10/+24
2013-07-01souphttpsrc: allow seeks in readyThiago Santos2-50/+119